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

# AppLovin

> Track funnel events and measure campaign performance with AppLovin Axon

The AppLovin integration sends funnel events to AppLovin's Axon platform. Use these events to measure conversions and optimize your campaigns.

<Frame>
  <img src="https://mintcdn.com/funnelfox/ccKmwbmTBPqwSvvb/assets/applovin.png?fit=max&auto=format&n=ccKmwbmTBPqwSvvb&q=85&s=a1e0314a7497cebc6e310138bf58b44a" width="1920" height="879" data-path="assets/applovin.png" />
</Frame>

## How it works

The AppLovin Axon Pixel is a JavaScript snippet that loads on your funnel pages and tracks visitor actions. Events are sent from the visitor's browser directly to AppLovin's Axon platform, where they appear for attribution and reporting.

FunnelFox sends events using the client-side AppLovin Axon SDK. Server-side events are not currently supported.

<Info>
  [AppLovin prohibits](https://support.axon.ai/en/max/adobe-air/overview/privacy#children) collecting data from children or apps targeted to children.
</Info>

## User identification

FunnelFox sends the [FunnelFox profile ID](/dashboard/view-subscriptions-funnelfox#subscriptions-list) to AppLovin to link events to the correct user.

## Tracked events

| Axon Event       | Triggered When                                      |
| ---------------- | --------------------------------------------------- |
| `page_view`      | Page is presented to the user                       |
| `generate_lead`  | User email is collected                             |
| `view_item`      | Checkout impression (first event of the pair)       |
| `begin_checkout` | Checkout impression (second event of the same pair) |
| `add_to_cart`    | Purchase started                                    |
| `purchase`       | Purchase completed successfully                     |

<Info>
  A single checkout impression in FunnelFox triggers two Axon events in sequence: first `view_item`, then `begin_checkout`.
</Info>

## Setup

<Steps>
  <Step title="Get your Axon Event Key">
    1. Log in to your [AppLovin](https://dash.applovin.com/login) account.
    2. Go to **Account > General > Keys**.
    3. Copy the **Axon Event Key**.
  </Step>

  <Step title="Configure in FunnelFox">
    1. Go to [Integrations > AppLovin](https://app.funnelfox.com/integrations/applovin) in FunnelFox.
    2. Paste the key into the **AppLovin Axon Event Key** field.
    3. Optionally, enter your **Item Category ID** that classifies the type of product you sell. Learn more about [categories in the Axon item object](https://support.axon.ai/en/growth/promoting-your-websites/axon-pixel-integration/events-and-objects/#objects).
    4. Save changes.
  </Step>
</Steps>

<Check>Tracking is now active. Republish any funnels you want to start tracking.</Check>
