Method | Description | |
---|---|---|
TrackEvent ( string category, string action, string label, int value = null ) : void | ||
TrackPageview ( string category, string action, string label, int value = null ) : void |
Method | Description | |
---|---|---|
Track ( HitType type, string category, string action, string label, int value = null ) : void |
public static TrackEvent ( string category, string action, string label, int value = null ) : void | ||
category | string | |
action | string | |
label | string | |
value | int | |
return | void |
public static TrackPageview ( string category, string action, string label, int value = null ) : void | ||
category | string | |
action | string | |
label | string | |
value | int | |
return | void |