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…
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…
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…
Issue with Reporting API and CampaignPerformanceReportRequest
Encountering a challenge when trying to send a CampaignPerformanceReportRequest using AccountThroughCampaignReportScope. The intent is to set AccountThroughCampaignReportScope.Campaigns while leaving AccountThroughCampaignReportScope.AccountIds empty,…
Issue with Campaign Management Report API
We are facing issue with microsoft advertising reporting api. I am trying to call campaign management reporting api with below request. Request :: { "reportRequest": { "type": "CampaignPerformanceReportRequest", …
Bing Ads Campaign Report WSDL New Columns Not Documented
The WSDL file for reporting service https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/v13/ReportingService.svc?singleWsdl has 5 new columns added which were not previously present. No documentation is available regarding these 5…
Microsoft Advertising API permissions for my application in Azure and be able to use Microsoft Ads API
Hello, I've been days on this and there is nowhere how to add Microsoft Advertising permissions to my application in Azure to be able to use the Microsoft Ads API when in the API permissions part is not Microsoft Advertising and Azure has no support,…
When iam trying to get bing ads bulk download iam getting "invalid client data" as error
code snippet iam using : authorization_data = AuthorizationData( authentication=auth, developer_token=DEVELOPER_TOKEN, ) service = ServiceClient( service='CustomerManagementService', version=13, …
Getting "Authentication failed" error with code 105 when trying to access GetAccountsInfo API
Hello, I'm trying to access GetAccountsInfo API and sending Request SOAP like in this doc: https://learn.microsoft.com/en-us/advertising/customer-management-service/getaccountsinfo?view=bingads-13#request-soap This is the SOAP i'm…
Microsoft Advertising rest API: Why encoding of query params are not supported for the LinkedIn Ad Analytics Rest API
Why Microsoft Linked-In rest api don't support the encoding of query params ? ex: dateRange query param value is not encoded. Refer sample request GET…
Microsoft Advertising rest API: Why encoding of query params are not supported for the LinkedIn Ad Analytics Rest API
Why below Microsoft Linkedin rest api don't expect the encoding of reserved characters for query param value ?Ex: dateRange query param value Sample request given by the Microsoft GET…
unauthorized_client: The client does not exist or is not enabled for consumers.
Hi, I built an app using the sandbox account things were working fine until I created an app for production. I always get the error unauthorized_client even for the account that created the app. I am planning to use this app just for the one main admin…
API inquiry: Data discrepancy between Microsoft Ads UI and API
Hi Support team, This is Tanja from Databox. We at Databox integrate with your App, and we are currently working on adding 2 new Metrics to our Microsoft Ads integration. However, there is some discrepancy present between Microsoft Ads UI and API, for…
Bing Ads API v13 - Responsive Search Ads Support in AdPerformanceReport
Is there a way to obtain details for responsive search ads using the AdPerformanceReport, as it appears that only the old expanded text ads are supported? While performance metrics for responsive search ads (like impressions, clicks, cost, etc.) can be…