Method | Description | |
---|---|---|
Alias ( string identity1, string identity2 ) : void | ||
KISSmetricsClient ( ) : System | ||
KISSmetricsClient ( string apiKey ) : System | ||
Record ( string name ) : void | ||
Record ( string name, string>.Dictionary |
||
Set ( string>.Dictionary |
set method lets you set properties on a person without recording an event.
|
|
SetIdentity ( string identity ) : void |
Method | Description | |
---|---|---|
BuildUrl ( string action, string>.Dictionary |
||
SendRequest ( string urlForAction ) : void |
public Alias ( string identity1, string identity2 ) : void | ||
identity1 | string | |
identity2 | string | |
return | void |
public KISSmetricsClient ( string apiKey ) : System | ||
apiKey | string | |
return | System |
public Record ( string name, string>.Dictionary |
||
name | string | |
data | string>.Dictionary | |
return | void |
public Set ( string>.Dictionary |
||
data | string>.Dictionary | |
return | void |
public SetIdentity ( string identity ) : void | ||
identity | string | |
return | void |