Analytics (Playmaker) - StansAssets/com.stansassets.ultimate-mobile GitHub Wiki

UM_AnalyticsInit

Initialize Analytics API. Make sure ad client is initialized before you use any other Analytic related actions.

UM_AnalyticsSenEvent

Send an analytics event.

Fileds:

  • EventName [FsmString] - custom event name.

UM_AnalyticsMonetization

Tracking Monetization.

Fileds:

  • ProductId [FsmString] -The id of the purchased item.
  • Amount [FsmFloat] - The price of the item.
  • Currency [FsmString] - Abbreviation of the currency used for the transaction. For example “USD” (United States Dollars). See http:en.wikipedia.orgwikiISO_4217 for a standardized list of currency abbreviations.