> For the complete documentation index, see [llms.txt](https://documentation.freshpaint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/applovin-event-api-early-access/applovin-event-api-quick-start-guide.md).

# AppLovin Event API Quick Start Guide

{% hint style="warning" %}
The AppLovin Event API destination is currently in Early Access. Please contact <support@freshpaint.io> for more information about this integration.
{% endhint %}

## Destination Info

* Supports [Track](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#track) calls
* Supports [HIPAA mode](https://documentation.freshpaint.io/hipaa-mode)
* Refer to this destination as **AppLovin** in the [Integrations object](https://documentation.freshpaint.io/reference/developer/freshpaint-sdk-reference#using-the-integrations-object)
* Connection Modes:

<table><thead><tr><th width="200.33333333333331" align="right"></th><th data-type="checkbox">Client-side</th><th data-type="checkbox">Server-side</th></tr></thead><tbody><tr><td align="right">Web</td><td>false</td><td>true</td></tr><tr><td align="right">Mobile</td><td>false</td><td>true</td></tr><tr><td align="right">Server</td><td>false</td><td>true</td></tr></tbody></table>

## Getting Started

This guide enables you to fully enable the AppLovin Event API destination for your site. For simplicity the event used for demonstration purposes is the generic `Page View` event. For more complex events see[ our additional documentation](/readme/setting-up-your-events.md). Additionally this guide assumes you have the Freshpaint snippet installed on your site, if you do not please follow[ this guide](/readme/guides/quickstart/installing-freshpaint.md).

1. Find/create your Axon **Events Key** for AppLovin
2. Enable the Freshpaint AppLovin destination
   * If in HIPAA mode enable the required fields
3. Confirm and validate events

### Find your Axon Events Key for AppLovin

{% hint style="success" %}
AppLovin uses the Axon Ads Manager. We'll generally refer to them as AppLovin in this guide, but some links will correctly link out to ads.axon.ai or their documentation.
{% endhint %}

1. Log into your [Axon Ads Manager](https://ads.axon.ai/).
2. Select **Events** in the left-hand menu.
3. Copy the ID at the top of the page.

   <figure><img src="/files/L3k0LK0PXosim6lBi9az" alt=""><figcaption></figcaption></figure>

### Enable the Freshpaint AppLovin destination

1. Navigate to the [Freshpaint Integrations page](https://app.freshpaint.io/destinations/catalog).
2. Search for the **AppLovin** integration.
3. Select **Configure** to paste your **Event Key** from the above step.
4. Customers that use HIPAA mode should then configure the required, recommended, and recommended view-through properties. You can find all properties that the Freshpaint AppLovin integration supports here: [AppLovin Event API Reference](/integrations/destinations/direct-response-ads/applovin-event-api-early-access/applovin-event-api-reference.md).
5. Enable AppLovin.

Once you've followed the steps above you can start sending events to the AppLovin Event API.

<figure><img src="/files/MlAsJ8KGITpiGjAQ37wA" alt=""><figcaption></figcaption></figure>

## Confirm and validate events

### Confirm and Validate Events in Freshpaint

1. Navigate to your site and visit a page that should trigger your event
2. Trigger your event (Our demonstration event is a `page_view`).
3. Navigate to the [Event Verification tool](https://app.freshpaint.io/event-verification).
4. Select **AppLovin** and verify your event went through.
   * This can take up to 90 seconds.
5. Verify the event is marked as `OK` or resolve missing property issues.

<figure><img src="/files/ScFay4larf56OXHfQPoZ" alt=""><figcaption></figcaption></figure>

### Confirm and Validate Events in AppLovin

When first setting up your AppLovin account, you will be required to send 1 of each required event before you can view the Event Manager.

You can view the list of required parameters for each of these events types[ in their documentation](https://support.axon.ai/en/growth/promoting-your-websites/axon-pixel-integration/events-and-objects).

<figure><img src="/files/Ay4dgdA2VcXm5M7q6m3Y" alt=""><figcaption></figcaption></figure>

Afterwards, to check whether AppLovin is receiving events:

1. Log into your [Axon Ads Manager](https://ads.axon.ai/).
2. Select **Events** in the left-hand menu.
3. You should see events coming through under the large graph under **Event details** on this page.
   1. Successfully sent events will increment the Count and the "Last seen" time. It's usually within a few seconds. They mention at the top of the page it can be up to 2 hours.
4. See that your event has a status of :green\_circle: <mark style="color:$success;">**All Working**</mark>. Click to spot check events.

<figure><img src="/files/gzP5C0kxiocLcSk8P5t0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/applovin-event-api-early-access/applovin-event-api-quick-start-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
