Hi,
I'm trying to use the AddCampaignCriterions Service Operation to add an Audience Criterion to a campaign but I always get an error without any detail:
The reply I get is:
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring xml:lang="en-US">Invalid client data. Check the SOAP fault details for more information. TrackingId: 03bf33b5-ebe1-43e9-a777-db5a1f8df5d5.</faultstring>
<detail>
<ApiFaultDetail xmlns="https://bingads.microsoft.com/CampaignManagement/v13" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<TrackingId xmlns="https://adapi.microsoft.com">03bf33b5-ebe1-43e9-a777-db5a1f8df5d5</TrackingId>
<BatchErrors />
<OperationErrors>
<OperationError>
<Code>0</Code>
<Details i:nil="true" />
<ErrorCode>InternalError</ErrorCode>
<Message>An internal error has occurred.</Message>
</OperationError>
</OperationErrors>
</ApiFaultDetail>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
How can I find the issue with only the TrackingId?
I've been able to work around my issues previously but this time I'm stuck
Thanks in advance