Bing Ads Api - InternalServiceFault (When calling CampaignManagementService)

Muhammad Adnan 21 Reputation points
2022-10-21T14:07:25.883+00:00

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 on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
253073-screenshot-2.png
Please check what is the issue? We didn't change anything at our end.

Thanks
Muhammad Adnan

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
0 comments No comments
{count} votes

Accepted answer
  1. Howard Chang 81 Reputation points
    2022-10-24T20:54:36.54+00:00

    I had this problem with the reporting API, and I've solve this by switching the WSDL to the singleWSDL version:

    from:

    https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/v13/ReportingService.svc?wsdl

    to:

    https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/v13/ReportingService.svc?singleWsdl

    Let me know if this helps.

    Good luck everyone.

    H

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Williams, Dan 46 Reputation points
    2022-10-21T19:16:39.147+00:00

    Exactly the same issue. No changes on my side but I am now getting the same error. This is breaking some of my reports.

    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.