AppsFlyer (Source)
The AppsFlyer source connector lets you authenticate to AppsFlyer using an API token.
Status
This connector is currently in development:
- Connection validation (login) is implemented.
- Schema discovery currently returns an empty catalog.
- Data extraction is not yet available.
If you need specific AppsFlyer reports/streams supported, contact support with the endpoints or report types you want to ingest.
Setup
Prerequisites
- An AppsFlyer account with permission to generate and use an API token.
Create an API token in AppsFlyer
In AppsFlyer, generate an API token (sometimes referred to as a V2 token) and copy it for use in the connector configuration.
Authentication
This connector authenticates using a Bearer token.
During connection validation, the connector calls:
GET https://hq1.appsflyer.com/api/mng/apps
If the token is invalid or lacks permissions, validation fails.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | AppsFlyer API token used as a Bearer token for API requests. |
Streams
No streams are currently exposed.
- Catalog/discovery: returns an empty catalog today.
- Extraction: not yet implemented.
When streams are added, this section will be updated with stream names, primary keys (if applicable), and any incremental/sync behavior.