public class AppLovinEventTypes
extends java.lang.Object
AppLovinEventService.trackEvent(String, Map).| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
USER_ADDED_ITEM_TO_CART
Event signifying that the user added a product/item to their shopping cart.
|
static java.lang.String |
USER_ADDED_ITEM_TO_WISHLIST
Event signifying that the user added a product/item to their wishlist.
|
static java.lang.String |
USER_BEGAN_CHECKOUT
Event signifying that the user began a check-out / purchase process.
|
static java.lang.String |
USER_COMPLETED_ACHIEVEMENT
Event signifying that the user completed (or "unlocked") a particular achievement.
|
static java.lang.String |
USER_COMPLETED_CHECKOUT
Event signifying that the user completed a check-out / purchase.
|
static java.lang.String |
USER_COMPLETED_IN_APP_PURCHASE
Event signifying that the user completed an iTunes in-app purchase using StoreKit.
|
static java.lang.String |
USER_COMPLETED_LEVEL
Event signifying that the user completed a given level or game sequence.
|
static java.lang.String |
USER_COMPLETED_TUTORIAL
Event signifying that the user completed a tutorial or introduction sequence.
|
static java.lang.String |
USER_CREATED_ACCOUNT
Event signifying that the finished a registration flow and created a new account.
|
static java.lang.String |
USER_CREATED_RESERVATION
Event signifying that the user has created a reservation or other date-specific event.
|
static java.lang.String |
USER_EXECUTED_SEARCH
Event signifying that the user executed a search query.
|
static java.lang.String |
USER_LOGGED_IN
Event signifying that the user logged in to an existing account.
|
static java.lang.String |
USER_PROVIDED_PAYMENT_INFORMATION
Event signifying that the user provided payment information, such as a credit card number.
|
static java.lang.String |
USER_SENT_INVITATION
Event signifying that the user sent an invitation to use your app to a friend.
|
static java.lang.String |
USER_SHARED_LINK
Event signifying that the user shared a link or deep-link to some content within your app.
|
static java.lang.String |
USER_SPENT_VIRTUAL_CURRENCY
Event signifying that the user spent virtual currency on an in-game purchase.
|
static java.lang.String |
USER_VIEWED_CONTENT
Event signifying that the user viewed a specific piece of content.
|
static java.lang.String |
USER_VIEWED_PRODUCT
Event signifying that the user viewed a specific piece of content.
|
| Constructor and Description |
|---|
AppLovinEventTypes() |
public static final java.lang.String USER_LOGGED_IN
Suggested parameters: USER_ACCOUNT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_CREATED_ACCOUNT
Suggested parameters: USER_ACCOUNT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_VIEWED_CONTENT
For views of saleable products, it is preferred you pass USER_VIEWED_PRODUCT.
Suggested parameters: CONTENT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_EXECUTED_SEARCH
Suggested parameters: SEARCH_QUERY. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_COMPLETED_TUTORIAL
Suggested parameters: None.
public static final java.lang.String USER_COMPLETED_LEVEL
Suggested parameters: COMPLETED_LEVEL. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_COMPLETED_ACHIEVEMENT
Suggested parameters: COMPLETED_ACHIEVEMENT. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_SPENT_VIRTUAL_CURRENCY
Suggested parameters: VIRTUAL_CURRENCY_AMOUNT. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_VIEWED_PRODUCT
For general content, e.g. not saleable products, it is preferred you pass USER_VIEWED_CONTENT.
Suggested parameters: PRODUCT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_ADDED_ITEM_TO_CART
Suggested parameters: PRODUCT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_ADDED_ITEM_TO_WISHLIST
Suggested parameters: PRODUCT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_PROVIDED_PAYMENT_INFORMATION
Suggested parameters: None. Please DO NOT pass us any personally identifiable information (PII) or financial/payment information.
public static final java.lang.String USER_BEGAN_CHECKOUT
Suggested parameters: PRODUCT_IDENTIFIER, REVENUE_AMOUNT and REVENUE_CURRENCY. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_COMPLETED_CHECKOUT
Suggested parameters: CHECKOUT_TRANSACTION_IDENTIFIER, PRODUCT_IDENTIFIER, REVENUE_AMOUNT and REVENUE_CURRENCY. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_COMPLETED_IN_APP_PURCHASE
Note that this event implies an in-app content purchase; for purchases of general products completed using Apple Pay, use kALEventTypeUserCompletedCheckOut instead.
Suggested parameters: PRODUCT_IDENTIFIER. We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_CREATED_RESERVATION
Suggested parameters: PRODUCT_IDENTIFIER, RESERVATION_START_TIMESTAMP and RESERVATION_END_TIMESTAMP We recommend you populate these keys in the parameters map passed to AppLovinEventService.trackEvent(String, Map).
public static final java.lang.String USER_SENT_INVITATION
Suggested parameters: None.
public static final java.lang.String USER_SHARED_LINK
Suggested parameters: None.