AdRoll source
Introduction
The AdRoll source connector lets you connect to the AdRoll API.
At this time, the connector supports credential validation only. Catalog discovery and data extraction are still in development.
Setup
Prerequisites
- An AdRoll account with access to the AdRoll API
- An API key
- An access token
Create credentials in AdRoll
AdRoll’s UI and credential terminology may vary by account and plan. Use your AdRoll admin or AdRoll support resources to generate:
api_keyaccess_token
Authentication
This connector authenticates to AdRoll using:
- Query parameter:
apikey=<api_key> - HTTP header:
Authorization: Token <access_token>
During connection setup, the connector validates credentials by calling:
GET https://services.adroll.com/api/v1/organization/get_advertisables_paginated
If the request fails, the connector reports a credential validation error.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your AdRoll API key. |
access_token | string | Yes | Your AdRoll access token. Used in the Authorization: Token ... header. |
Streams
No streams are currently available. Catalog discovery and extraction are still in development.