Rename a Customer Match List

Viktor Pettersson 0 Reputation points
2025-01-22T12:17:15.54+00:00

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>

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.
442 questions
Microsoft Advertising
Microsoft Advertising
A platform for Microsoft's advertising efforts designed to manage all advertising and reporting for partner advertisers. Previously known as Bing Ads and adCenter.
86 questions
0 comments No comments
{count} votes

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.