> ## Documentation Index
> Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Configure AppLovin Destination in Upstack Data

> Configure the AppLovin Axon destination in Upstack Data with your Pixel ID and Conversions API access token to enable dual tracking via browser pixel and server-side CAPI.

<Tip>
  * In the Upstack dashboard, go to **Event Destinations** and click **+ New Destination**.
  * Select **AppLovin Axon**.
  * Enter your **Pixel ID** (Event Key from AppLovin Dashboard).
  * Paste your **Conversions API access token**.
  * Click **Create Configuration** and verify the destination shows **Healthy**.
</Tip>

<Note>
  **What this setup enables**

  Setting up the AppLovin destination in Upstack Data enables dual tracking via browser pixel and server-side Conversions API (CAPI), recovering conversions lost to ad blockers, iOS restrictions, and cross-device journeys.
</Note>

## Prerequisites

Before you start, you need:

* An active Upstack Data account ([sign up](https://app.upstackdata.com))
* Admin access to an **AppLovin Axon** account
* A configured **Axon Pixel** in the [AppLovin Dashboard](https://dash.applovin.com/) — see [How to find your AppLovin Pixel ID](/guides/applovin-ads/how-to-find-applovin-pixel-id)
* A **Conversions API access token** — see [How to generate your AppLovin CAPI token](/guides/applovin-ads/how-to-generate-applovin-conversion-api-token)

## Configuration steps

<Steps>
  <Step title="Sign in to Upstack Data">
    Sign in to Upstack Data at [app.upstackdata.com](https://app.upstackdata.com/pixel/event-destinations).
  </Step>

  <Step title="Open the destination configuration">
    In the Upstack dashboard, navigate to **Event Destinations**.

    Click **+ New Destination** in the top-right of the page.

    In the **Select a Destination** popup, click **AppLovin Axon**, then click **Next**.
  </Step>

  <Step title="Enter your Pixel ID and CAPI token">
    Fill in the form:

    1. **Pixel ID** — the Event Key identifier for your Axon pixel. Find this in the AppLovin Dashboard under Account → General → Keys.

    2. **Conversions API access token** — a secure key generated from the AppLovin Dashboard under Account → General → Keys.

    <Warning>
      The Conversions API token is a secure key. Store it securely and never expose it client-side. If the token is compromised, generate a new one in the AppLovin Dashboard.
    </Warning>

    <Note>
      **Need help finding these?**

      * [How to find your AppLovin Pixel ID](/guides/applovin-ads/how-to-find-applovin-pixel-id)
      * [How to generate your AppLovin CAPI token](/guides/applovin-ads/how-to-generate-applovin-conversion-api-token)
    </Note>
  </Step>

  <Step title="Configure optional settings">
    **Enable Conversion API** — Toggle this on to send events to AppLovin's server-side Conversions API (recommended).

    **Send User Data** — Toggle this on to include hashed PII (email, phone) for improved match quality.
  </Step>

  <Step title="Create the configuration">
    Click the **Create Configuration** button.

    You should see a confirmation message and the AppLovin destination will appear in your **Event Destinations** list.
  </Step>

  <Step title="Verify the destination is healthy">
    In the Upstack dashboard, the AppLovin destination card should display **Healthy** with a green status indicator within 5 minutes.

    If the status shows **Unhealthy**:

    * Confirm your **Pixel ID** is correct (no leading/trailing spaces).
    * Confirm your **Conversions API token** was pasted in full (no truncation, no whitespace).
    * Confirm the token was generated for the same AppLovin account as the Pixel ID.
  </Step>
</Steps>
