Skip to content

Analytics (Playmaker)

levching edited this page Apr 13, 2020 · 1 revision

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.
Clone this wiki locally