Generate API keys to access your marketing data programmatically.
Data Exports lets you generate API credentials to access your Adverfly data programmatically. Create API keys, manage access, and use the built-in documentation to query events, sessions, conversions, and ad performance data via the REST API.
All endpoints use the base URL https://api.adverfly.com with header authentication:
| Endpoint | Description |
|---|---|
GET /v3/events | Pageviews, clicks, and custom events |
GET /v3/sessions | User sessions with entry/exit pages |
GET /v3/conversions | Purchase and conversion events |
GET /v3/ads | Ad performance data (spend, impressions, clicks, reach) |
Every request requires two headers:
x-api-key — Your API keyclient-secret — Your client secret| Parameter | Description |
|---|---|
start_date | Start of date range (YYYY-MM-DD) |
end_date | End of date range (YYYY-MM-DD) |
name | Filter by event name |
source | Comma-separated ad sources (e.g. meta,google). Ads endpoint. |
limit | Number of results per page (max 500) |
offset | Pagination offset |
When you create an API key, Adverfly generates a key pair (API key + client secret). The key inherits your workspace permissions, allowing programmatic access to the same data you see in the dashboard. Use the credentials in your scripts, data pipelines, or BI tools to query Adverfly data.