Astra Unity 2.6.6
Astra Unity Plugin
|
Contains functionality to track analytics More...
Static Public Member Functions | |
static void | Track (string appVersion, string action, string subAction=null, string primaryId=null, string secondaryId=null, Int64 measure=0, Int64 subMeasure=0, Dictionary< string, string > data=null, string sessionId=null) |
Provide a tracking hook for analytics More... | |
Contains functionality to track analytics
|
inlinestatic |
Provide a tracking hook for analytics
appVersion | Application's custom version number (nothing to do with Astra) |
action | Primary action such as "CLICK_ASSET" |
subAction | Secondary action such as "CLICK_ASSET_FROM_CATEGORY_TOPS" |
primaryId | Primary id such as the asset's guid |
secondaryId | A secondary id such as a variation perhaps a material variation guid |
measure | A value such as quantity, click count, time, etc |
subMeasure | An extension for supplemental values off the primary measure |
data | Custom data block with key/value pairs up to the application developer |
sessionId | Session id for this session, to track events tied to one run of the app |