Can MS Advertising API be accessed server-to-server (i.e., via service account)?
My company is enhancing an existing product to be able to pull ad and campaign data and metrics from Bing Ads API. The current design is for this integration (fetching data and storing them to an internal db) to run without user intervention, thereby…
Authing into Microsoft Ads Java SDK from an automated process
I'm trying to get started using the Bing Ads Java SDK to manage the accounts we own using an automated process, but an having trouble with authing; the code examples provided here don't seem to fit that use case, in that they assume interaction with a…
Authentication to bing ads API for Reports
Hi, I am working on a Datawarehouse. It's targeted to request Data from the Bing Ads API to store it in a Database. For the Google Ads API I got a Service Account Key, which I need for requesting the Authentication Token. In my Research for Bing Ads…
offline conversions to bing ads api regarding refresh token
Hello, I have an AWS Lambda that fires periodically X times per day to send offline conversions to the Bing Ads API. For each Lambda invocation, should I be continuously updating the refresh token? I have a separate lambda that rotates the refresh…
Unable to access any Microsoft Ads Service Endpoint
i have spend the whole day and everytime i m getting the same errors, i successfully connected to my account, client id, secret, developer token, tenant etc and i get an access token. However through soap or rest everyother request results in…
Export BingAds with an api, application creation not possible
I am having a problem creating an application to handle authentication. For example, I see that I am unable to develop an application to retrieve the client key and client secret. What are possible ways to do an api call to the developer token to do a…
Bing Ads Server time difference with India
Microsoft.BingAds.V13.Reporting, Using this service to get data,what would be the time difference of this service server and the Indian server.
How to Get Performance Max Conversions Using ConversionPerformanceReportRequest
Hi, We are trying to get performance max campaign conversions; however, ConversionPerformanceReportRequest doesn't return any data for pmax campaigns. Is there a way to get those conversions with API? I really appreciate any help you can provide. Here is…
Api returns error message "106 UserIsNotAuthorized" while the account is super admin
I tried to call SOAPAction=GetCampaignsByAccountId, I received the error message UserIsNotAuthorized. (TrackingId: 73d95a6f-985e-4d24-91c8-be03d14f1816) I checked the document…
Retrieving Coupon Value from Ads for Social Impact
Hi - I'm trying to use the API to retrieve coupons that are being applied automatically by the Ads for Social Impact program. I've tried to use the SearchCoupons service to retrieve them, but unfortunately, it seems like the Customer IDs I have access to…
Ad Analytics call is failing with error "Too many fields requested." even with exactly 20 fields
rest/adAnalytics call is failing by throwing an exception says {"message":"Too many fields requested. Maximum possible fields to request: 20","status":400} But I'm passing only 20 fields in the call. Earlier it used to work…
How do I fetch PMax campaigns conversion data along with goal & goal ID?
Hi, Hope you're doing well! I am trying to fetch conversions & all conversions data for PMax campaigns in Bing Ads and I found the data via the CampaignPerformanceReport but the issue is goal ID is not supported in this API; goal & goal ID is…
Erro when trying to pull data from AccountPerformanceReportRequest from Reporting
Hi guys, Im trying to call the SOAP and got the error :<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode…
BingAds API Python SDK - How to update existing Audience Customer Match List
Hi Im trying to use the python SDK for BingAds to update an existing Audience with new hashed emails. I have managed to authenticate and read the Audience using its ID. However when i try to update the Audience using a list of hashed emails it errors…
Rename a Customer Match List
Hi, I am experiencing the following error when trying to rename a Customer Match List using the Campaign Management API. Any help or advice on how to address the issue would be deeply appreciated. The server was unable to process the request due to an…
Error code 0 Internal Error on AddConversionGoal SOAP call
I am trying to create conversion goals through an integration with Microsoft Advertising API, following the documentation found here:…
GetListItemsBySharedList API is not working
Here's how you can frame your question: Hello Everyone, I am facing an issue with the GetListItemsBySharedList API. While calling this API, I am encountering the following error: "message" => "The server was unable to process the…
Pulling Bing Ads statistics data
While using Bing ads reporting API we are encountering below error - { "OperationErrors": [ { "Code": 100, "ErrorCode": "NullRequest", "Details": null, "Message": "The request message…
Application permissions disabled for my application and the Microsoft Advertising API.
Hello, I have created an application in Azure to use the Microsoft Advertising API, but when I was going to give it “application permissions” this option is disabled, it only allows to give it “delegated permissions”, but I need to give it “application…
acces token Types on oauth flows
Hello. I'm a developer and I'm trying to authorize myself for letting other users manage their MS Advertising accounts. I have two different accounts and I can login to their respective MS Advertising accounts. I work in an organization and do not know…