question

JoeLam-3376 avatar image
0 Votes"
JoeLam-3376 asked

AddConversionGoalsResponse Error Missing ConversionGoalIds

Hi all,

When a AddConversionGoalsResponse contains PartialErrors, the ConversionGoalIds node is a list of null

For example,

<s:Body>
    <AddConversionGoalsResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v13">
      <ConversionGoalIds xmlns:a="http://schemas.datacontract.org/2004/07/System" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <a:long i:nil="true"/>
        <a:long i:nil="true"/>
        <a:long i:nil="true"/>
        <a:long i:nil="true"/>
      </ConversionGoalIds>
      <PartialErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <BatchError>
          <Code>5317</Code>


Without the array of existing ConversionGoalIds, we are able to execute another request to update them with UpdateConversionGoals.

Any help is greatly appreciated.

Thank you.


advertising-api
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers