AppLovin
An introduction to the AppLovin Destination
Overview
Destination Type:
Installation Instructions
This is a client-side destination, so you must track all events client-side, including Placed Order
and Started Subscription
, for it to work properly.
-
Navigate to your AppLovin dashboard and choose Account > Keys.
-
Copy your AXON Event Key.
-
In the Converge sidebar, click on
Event streamsand then click Create new Destination. -
Select the AppLovin destination and click Next.
-
Give your destination a name (e.g. Applovin Destination) and click Next.
-
Fill in the Event Key you copied from AppLovin and click Next.
-
Select Use default mapping and click Next.
- Select the sources you want to forward events from, then click Next.
- Review any issues and click Submit.
Modify your Content ID
The Converge AppLovin Destination will use the Default content mode to define the Content ID forwarded by default. However, you can configure the destination to use explicity the Product ID, the Variant ID or SKU instead.
- Navigate to your AppLovin Destination, click on Configuration.
- Click on the Configuration-subtab
- Open the Advanced configuration (optional) section
- Pick your desired Content ID, and click on Save
List of Content ID Modes
Content ID Mode | Behavior |
---|---|
Default | Use the variant_id if available, otherwise use the product_id |
Product Id | Always use the product_id |
Variant Id | Always use the variant_id |
SKU | Always use the sku |
Converge functionality
This integration supports the following Converge destination functionality.
Converge Feature | Supported |
---|---|
Custom Events | |
Filters | |
Server-side Conversions |
FAQ
Can I use Enhanced User Identification?
Can I use Enhanced User Identification?
TLDR: Not for Shopify stores.
AppLovin recommends implementing Enhanced User Identification by setting the axwrt
cookie through the backend of your store. As Converge, by default, is not served under your store’s domain, we cannot set this cookie directly in the client, as this would not truly enhance identification. As such, to enable Enhanced User Identification, the axwrt
cookie needs to be implemented directly in your store backend.
Notice that for Shopify stores, as you have no control over the backend, this cookie cannot be set and Enhanced User Identification cannot be used.
For other setups where you have control over the backend of your store, please refer to AppLovin documentation for instructions on how to enable Enhanced User Identification.
Event Mapping
Converge automatically maps the following events from the Converge Event Spec to the AppLovin events:
Converge Event Name | AppLovin Event Name |
---|---|
$page_load | page_view |
Viewed Product | view_item |
Added To Cart | add_to_cart |
Removed From Cart | remove_from_cart |
Started Checkout | begin_checkout |
Searched | search |
Added Payment Info | add_payment_info |
Placed Order | purchase |