Skip to main content

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 Reference

Requirements

  • 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 Token button. If you cannot see the button, it means that the token was already generated and you can find it in that page.
    Microsoft Advertising developer account page with Request Token button
  • 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.
    Integrate.io Bing Ads source form with developer token input field
Last modified on July 2, 2026