Collections
Data Lookback
Setting up Bing Ads for ELT & CDC
Overview
ELT & CDC uses the API provided by Bing Ads to sync the data. Bing Ads API ReferenceRequirements
- You need to authenticate via OAuth2.
Obtain developer token
Follow these steps to obtain your developer token, company ID and account ID.-
Go to https://developers.ads.microsoft.com/Account and click the
Request Tokenbutton. If you cannot see the button, it means that the token was already generated and you can find it in that page.
-
To get a user’s customer ID and account ID, you can sign in to the Microsoft Advertising web application and click the Campaigns tab. The URL will contain a cid key/value pair in the query string that identifies your customer ID, and an aid key/value pair that identifies your account ID. For example,
https://ui.ads.microsoft.com/campaign/Campaigns.m?cid=FindCustomerIdHere&aid=FindAccountIdHere#/customer/FindCustomerIdHere/account/FindAccountIdHere/campaign -
Copy and paste the developer token into the input field below.
