# Integration Specifications

\[\[Overview of what the integration is - use the same content as the home page "{Source} is ..." + "Daasity integration pulls in ..." ]]

## Refresh Cadence

## Availability

This integration is available for:

\[\[Update these]]

* Enterprise
* Growth

## API Endpoints

This extractor is based on \[\[Link to the API docs]]. The following endpoints are used to replicate data into Daasity:

* \[\[List individual endpoints we're pulling from & link to those endpoint docs]]

## Entity Relationship Diagram (ERD)

\[\[Create the ERD in Lucidchart, publish it, and embed here. You can start embedded by typing `/lucid` ]]

## \[\[Integration name]] Schema

The \[\[integration name]] extractor creates these tables using the endpoints and replication methods listed. The data is mapped from source API endpoint to the table based on the mapping logic outlined in each table.

* \[\[List the human-friendly table names in this schema, and anchor link to that section further down the page]]

### \[\[Human-friendly table name (title case)]]

* Endpoint: \[\[Endpoint name, hyperlinked to the endpoint in the docs]]
* Update Method: \[\[UPSERT/TRUNCSERT]]
* Table Name: `[[schema_name.table_name]]`

| \[\[JSON Element / CSV Header]] | Database Column |
| ------------------------------- | --------------- |
|                                 |                 |


---

# Agent Instructions: 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:

```
GET https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/applovin/integration-specifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
