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.
442 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 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.
**
**Input:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<AuthenticationToken xmlns="https://bingads.microsoft.com/CampaignManagement/v13">token</AuthenticationToken>
<DeveloperToken xmlns="https://bingads.microsoft.com/CampaignManagement/v13">token</DeveloperToken>
<CustomerAccountId xmlns="https://bingads.microsoft.com/CampaignManagement/v13">0</CustomerAccountId>
<CustomerId xmlns="https://bingads.microsoft.com/CampaignManagement/v13">o</CustomerId>
</soap:Header>
<soap:Body>
<UpdateAudiencesRequest xmlns="https://bingads.microsoft.com/CampaignManagement/v13">
<Audiences>
<Audience>
<Id>0</Id>
<Name>New name</Name>
<Type>CustomerList</Type>
</Audience>
</Audiences>
</UpdateAudiencesRequest>
</soap:Body>
</soap:Envelope>