Configuration

To set up the LinkedIn Ads source, provide the following configuration parameters:

KeyDescriptionSample ValueRequired
accountsComma-separated list of account IDs. Required if syncing accounts or account_users streams."id1, id2, id3"Required (conditional)
access_tokenAccess token for authentication.def789...
request_timeoutTimeout (in seconds) for API requests.300
start_dateFetch data newer than this start_date. Format: ISO8601 (YYYY-MM-DDTHH:MM:SSZ).2023-01-01T00:00:00Z
user_agentUser 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:

KeyDescriptionSample ValueRequired
client_idOAuth client ID.abc123...
client_secretOAuth client secret.xyz456...
refresh_tokenOAuth refresh token.def789...

How to Get access_token

  1. Create a LinkedIn App: LinkedIn Developers.
  2. Enable the Marketing Developer Platform product:
    Request Access.
  3. Submit the access form and wait for approval (a few business days).
  4. Once approved, follow these instructions to generate an access_token.