AdInsight - Could not resolve host
I'm making a call to GetAutoApplyOptInStatus and this was working yesterday, but doesn't work today. The error I'm getting is: SOAP-ERROR: Parsing WSDL: Couldn't load from…
Microsoft Advertising API
WorkIdentityNotAvailable
Hi, I got this error when signin with work user email tied to the company's Azure AD. The manifest was set to "signInAudience": "AzureADandPersonalMicrosoftAccount", …
Microsoft Advertising API
Error creating a new Bing Ads API sandbox account
I'm trying to create a new Bing Ads API sandbox account The first problem occurs when creating a new microsoft account for the sandbox environment, microsoft ads is not allowing you to create a sandbox account with the internal outlook domain…
Microsoft Advertising API
Is there any method to call Microsoft System Center Service Manager (SCSM) using python?
I'm developing a Python chatbot that needs to interact with SCSM by making API calls to log tickets, create incidents, update records, and perform similar tasks. Unfortunately, I haven't found any documentation or examples on how to call SCSM APIs from…
System Center Orchestrator
Microsoft Advertising API
Microsoft System Center | Other
No title, description, etc. returned for responsive search ads
Fetching data from the Bing Ads API using the AdPerformanceReportRequest but for Responsive Ads no title, description etc. are being returned. The only ad property that's filled is the display URL. Response row: { AdDescription: '', …
Microsoft Advertising API
Bing ads api - InternalServiceFault when calling PollGenerateReport
I submitted generate report request and got a report id, but failed to poll report status using the id. Here is my SubmitGenerateReport request: <s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance"…
Microsoft Advertising API
Authentication token expired
We're using API V13 of the Bing Ads API. It was working fine and then without us touching our code, we started to get "AuthenticationTokenExpired" errors. We checked an re-checked many times and our authentication token is created right before…
Microsoft Advertising API
Bing Ads Api - InternalServiceFault (When calling CampaignManagementService)
Hello, I am trying to upload Offline conversion to Bing Ads API, and each time i send a request i get the following error: The server was unable to process the request due to an internal error. For more information about the error, either turn…
Microsoft Advertising API
AADSTS65001: The user or administrator has not consented to use the application with ID <ID> named <app>. Send an interactive authorization request for this user and resource.
Hi, I'm trying to update our application that uses the Bing Ads API to use the updated OAuth flow described here: https://learn.microsoft.com/en-us/advertising/guides/authentication-oauth?view=bingads-13 I'm able to send the request to request…
Microsoft Advertising API
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Intermittent SSLHandshakeException in Adinsight API
Hi, We are getting the following exception while calling Adinsight API from bing Ads SOAP API from java code. Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed:…
Microsoft Advertising API
Missing offline conversions
I am using the Bing Ads Bulk API to upload offline conversions. The upload process works fine. The file is accepted and I get a Completed status with no errors. However, when I view the Conversion Goal in the Advertising UI, I generally only see…
Microsoft Advertising API
BingAds GetAdsByIds Service return error for "TypeNotFound: Type not found: 'LongHeadlines'"
When calling to the GetAdsByIds Service with a specific AdGroupId, we receive an error - "TypeNotFound: Type not found: 'LongHeadlines'". This happens on a daily basis, for several customers. Note we use the latest Bingads Package version…
Microsoft Advertising API
Deleted all Profile Skills - LinkedIn Compliance event API not proper context
Hi Team, User removed all the skills added to LinkedIn profile and using the LinkedIn compliance API returned the below response. No context which field removed!!! { "owner~":{ "firstName":{ "localized":{ …
Microsoft Advertising API
Microsoft Partner Center API
Profile Recommendation - LinkedIn Compliance Event API returning "STATUS"
Hi Team, When LinkedIn user accepted the “Recommendations”, the compliance event API returning just the “STATUS” and no context. ( Bolded ). Reviewer cannot find out what recommendation accepted by user. Can provide the complete context? Here is the…
Microsoft Advertising API
Microsoft Partner Center API
singleDate field in "Volunteering Experience Fields" always return "false"
Hi Team, I'm using the Compliance Event API to fetch the volunteering experience posted by LinkedIn user, as part of doc https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/volunteering-experience singleDate - A boolean that…
Microsoft Advertising API
Bing Ads API Error: tracking ID
Hi! I'm trying to get reports from bing ads api but I get this error Invalid client data. Check the SOAP fault details for more information. TrackingId: e8f34407-ecca-4859-87e6-cc41bb9d1cab. What to do with this tracking id? Where can I check details?…
Microsoft Advertising API
Xamarin Forms Advertisements : Platform switching best practice?
Please spend 5 mins helping. I started with Xamarin Forms, Android and implemented Google Advertisements at Forms xaml level (with an Ads control). When I added a UWP project I notice the Google Ads are not working so my next step is to develop…
Developer technologies | .NET | Xamarin
Microsoft Advertising API
any side effects of messing up CustomerId ?
hello. are there any side effects of messing up with CustomerId like $authData = (new AuthorizationData()) ->withAuthentication((new OAuthWebAuthCodeGrant()) …
Microsoft Advertising API
we need grant permission for linkedin api
we need to add Marketing Developer Platform product in Apps so when we get this permission ? and how much it take times.
Microsoft Advertising API
BingAds GetAccount query multiple account ids
Hey, I'm using https://learn.microsoft.com/en-us/advertising/customer-management-service/getaccount?view=bingads-13 to get the account timezone, it's working for 1 account id but wanted to see if there is a way to query multiple accounts in one call?…