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…
How can I get the stats of performance max campaigns in Microsoft Advertising Scripts?
Hello, with your instructions on the site https://learn.microsoft.com/en-us/advertising/scripts/examples/campaigns#get-all-campaigns I am not getting all campaign stats. I'm missing the statistics (e.g., impressions, clicks, conversions) for my PMax…
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…
Using Clarity custom events with UET tag (no window.clarity object available).
Hi, We currently have a UET tag running on our website via our Microsoft Ads account - the Microsoft Clarity integration is enabled for it. How do we (can we?) record Clarity events through the UET tag with this integration? There's no window.clarity…
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 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…
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…
Cannot authenticate any user account using Auth2.0 for Microsoft Advertising
Context In my Micorosoft Advertising account, I have a created a conversion goal called Test. Using the Bing Ads API, I want to send an offline conversion for the Test conversion goal. Following the instructions within Authentication with OAuth, using a…
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…
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…
My manager account has been blocked by Microsoft ads and I don't know why, is there any way to unblock it (identify the cause of the policy violation)?
We haven't had any problems running advertisements the past few months, but recently when we try to import a new advertisement from Google Ads, it gets blocked. We have no idea what policy we have violated and do not know what to fix. Any information…
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…
Issues with MSFT Clarity Set Up
Hi team, Hope you are well I've been trying to set up clarity for our website but, unfortunately, haven't been successful. The platform kept showing errors despite the fact that the codes have been present in GTM First, the platform showed that it…
Bing Ads API Error code 105. Authentication failed. Either supplied credentials are invalid or the account is inactive while using
I am attempting to use the BingAds Python BulkServiceManager and I'm getting an <AdApiError><Code>105</Code>. I read on the github BingAds-Python-SDK issues page (https://github.com/BingAds/BingAds-Python-SDK/issues/190) that we can get…