Download data on ad performance from Microsoft Ads and store it in BigQuery for further processing.
Official Docs
These steps outline how to get necessary tokens and access to the MS Ads platform:
- Register your application on Azure to get
CLIENT_ID,CLIENT_SECRETandTENANT_ID(docs). - Get the
DEVELOPER_TOKENfor MS Ads Developer Portal (docs). - Get the
CUSTOMER_ID (also called Manager Account ID)andCUSTOMER_ACCOUNT_ID (also called Account ID)from MS Ads portal (docs). - Request user consent (docs).
- Get access and refresh tokens (docs).
- Fill in the necessary environment variables in the .env file
- Ready to make API calls.