Méthode | Description | |
---|---|---|
Increment ( string distinctId, object>.IDictionary |
||
MixpanelEngage ( string token, IMixpanelHttp http = null, EngageOptions options = null ) : System |
Creates a new Mixpanel Engage client for a given API token
|
|
Set ( string distinctId, object>.IDictionary |
Méthode | Description | |
---|---|---|
Engage ( string distinctId, object>.IDictionary |
public Increment ( string distinctId, object>.IDictionary |
||
distinctId | string | |
incrementProperties | object>.IDictionary | |
Résultat | bool |
public MixpanelEngage ( string token, IMixpanelHttp http = null, EngageOptions options = null ) : System | ||
token | string | The API token for MixPanel |
http | IMixpanelHttp | Optional: An implementation of IMixpanelHttp, |
options | EngageOptions | Optional: Specific options for the API |
Résultat | System |
public Set ( string distinctId, object>.IDictionary |
||
distinctId | string | |
setProperties | object>.IDictionary | |
Résultat | bool |