com.applovin.sdk.AppLovinEventService |
Created by mszaro on 7/17/15.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Track a checkout / standard purchase.
| |||||||||||
Track an event of a given type.
| |||||||||||
Track an event of a given type.
| |||||||||||
Track an in app purchase.
|
Track a checkout / standard purchase.
transactionIdentifier | An optional unique identifier for this transaction, as generated by you. |
---|---|
parameters | A map containing key-value pairs further describing this event. You should provide, at a minimum, REVENUE_AMOUNT and REVENUE_CURRENCY . We also recommend passing PRODUCT_IDENTIFIER .
|
Track an event of a given type.
eventType | A string describing this event; can one of the predefined constants defined in AppLovinEventTypes , or a custom string. |
---|---|
parameters | A dictionary containing key-value pairs further describing this event. Particular data points of interest are provided as "suggested keys" in the doc comment for each event type constant in AppLovinEventTypes .
|
Track an event of a given type.
For many event types, it is preferable to provide additional data by using trackEvent(String, Map)
instead.
eventType | A string describing this event; can one of the predefined constants defined in AppLovinEventTypes , or a custom string.
|
---|
Track an in app purchase.
purchaseIntent | Intent returned to you by Google Play. |
---|---|
parameters | A map containing key-value pairs further describing this event. You should provide, at a minimum, REVENUE_AMOUNT and REVENUE_CURRENCY . We also recommend passing PRODUCT_IDENTIFIER .
|