$_token
$_token : string
Provides an API to track events on Mixpanel
$_consumer : \ConsumerStrategies_AbstractConsumer
createAlias(string|integer $original_id, string|integer $new_id) : array
Alias an existing id with a different unique id. This is helpful when you want to associate a generated id to a username or e-mail address.
Because aliasing can be extremely vulnerable to race conditions and ordering issues, we'll make a synchronous call directly to Mixpanel when this method is called. If it fails we'll throw an Exception as subsequent events are likely to be incorrectly tracked.
| string|integer | $original_id | |
| string|integer | $new_id |
$msg
_getConsumer() : \ConsumerStrategies_AbstractConsumer
Given a strategy type, return a new PersistenceStrategy object