Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
485 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to generate a performance report from Microsoft Ads through an API call. I am following Microsoft Learn Authentication with OAuth documentation. I have created an app, requested the user consent, and got the access and refresh token successfully. But when I tried to get to the performance report, I am getting "bingads.exceptions.OAuthTokenRequestException Error"
I have used the python code to generate reports from Python code to request and download Microsoft Advertising report using Microsoft Advertising API