AdInsight - Could not resolve host

Eric Nagel 55 Reputation points
2025-06-12T15:57:04.91+00:00

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 'https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc?singleWsdl' :  
failed to load external entity "https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc?singleWsdl"

I checked it with curl:

curl -I "https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc?singleWsdl"
curl: (6) Could not resolve host: adinsight.api.bingads.microsoft.com

But the Status page shows "Ad Insight API" as "Good"

What's going on? Is the status page manually updated, and nobody has realized yet that the Ad Insight API is down?

Microsoft Advertising API
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
{count} votes

Accepted answer
  1. Marwood Tech 110 Reputation points
    2025-06-16T09:23:08.76+00:00

    The issue appears to have been resolved over the weekend. Tested a couple of API calls to the Ad Insights API, and they worked.

    Furthermore, the following HEAD request:

    curl -I "https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc?singleWsdl"
    
    

    now returns this

    HTTP/2 400 
    content-length: 0
    server: Microsoft-IIS/10.0
    x-starttick: 638856624705320265
    x-serverduration: 2ms
    x-endtick: 638856624705340405
    x-powered-by: ASP.NET
    strict-transport-security: max-age=31536000; includeSubDomains; preload
    date: Mon, 16 Jun 2025 09:21:09 GMT
    
    3 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. JP 0 Reputation points
    2025-06-13T12:52:25.54+00:00

    We're experiencing the same issue as above.

    The domain

    adinsight.api.bingads.microsoft.com

    as referenced: https://learn.microsoft.com/en-us/advertising/guides/web-service-addresses?view=bingads-13

    cannot be globally resolved:

    https://dnschecker.org/#A/adinsight.api.bingads.microsoft.com

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.