Sources
LinkedIn Ads
Configuration
To set up the LinkedIn Ads source, provide the following configuration parameters:
Key | Description | Sample Value | Required |
---|---|---|---|
accounts | Comma-separated list of account IDs. Required if syncing accounts or account_users streams. | "id1, id2, id3" | Required (conditional) |
access_token | Access token for authentication. | def789... | ✅ |
request_timeout | Timeout (in seconds) for API requests. | 300 | |
start_date | Fetch data newer than this start_date . Format: ISO8601 (YYYY-MM-DDTHH:MM:SSZ ). | 2023-01-01T00:00:00Z | ✅ |
user_agent | User agent string (usually your email address). | your_email@your_domain.com | ✅ |
Instead of providing an access_token
, you can also use the following OAuth credentials:
Key | Description | Sample Value | Required |
---|---|---|---|
client_id | OAuth client ID. | abc123... | ✅ |
client_secret | OAuth client secret. | xyz456... | ✅ |
refresh_token | OAuth refresh token. | def789... | ✅ |
How to Get access_token
- Create a LinkedIn App: LinkedIn Developers.
- Enable the Marketing Developer Platform product:
Request Access. - Submit the access form and wait for approval (a few business days).
- Once approved, follow these instructions to generate an
access_token
.