This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Bing Ads
Overview
This source can sync data from the Bing Ads: Accounts, Campaigns, AdGroups, AdsThe source is using Airbyte docker image (@airbyte/source-bing-ads). Learn more how Airbyte-based sources work
How to connect
- Register Application in Azure portal
- Perform these steps to get auth code.
- Get refresh token using auth code from previous step
Connection Parameters
| Parameter | Documentation |
|---|---|
accounts*object (required) | Account selection strategy. |
client_id*string (required) | ID of your Microsoft Advertising client application. |
client_secret*string (required) | Secret of your Microsoft Advertising client application. |
customer_id*string (required) | User's customer ID. |
developer_token*string (required) | Developer token associated with user. |
refresh_token*string (required) | The long-lived Refresh token received via grant_type=refresh_token request. |
user_id*string (required) | Unique user identifier. |