Bing Ads Api (SOAP) - Responsive Search Ads - Invalid Headlines/Descriptions

Carson Bland 1 Reputation point
2022-07-21T15:58:19.537+00:00

We are moving Expanded Text to Responsive Search Ads and having issues with the API/documentation.

Request documentation:
https://learn.microsoft.com/en-us/advertising/campaign-management-service/addads?view=bingads-13

TextAsset documentation:
https://learn.microsoft.com/en-us/advertising/campaign-management-service/textasset?view=bingads-13

There are errors for invalid headline (6206) and invalid description (6207). As well as 6212 and 6213 errors for minimum not met (which I assume is due to first errors).

Below is the structure for the headlines (asset structure is same for descriptions).

      <v13:Headlines>  
        <v13:AssetLink>  
          <v13:TextAsset xsi:type="TextAsset">  
            <v13:Text>Automotive Digital Advertising</v13:Text>  
          </v13:TextAsset>  
        </v13:AssetLink>  
        <v13:AssetLink>  
          <v13:TextAsset xsi:type="TextAsset">  
            <v13:Text>Full-Service Advertising</v13:Text>  
          </v13:TextAsset>  
        </v13:AssetLink>  
        <v13:AssetLink>  
          <v13:TextAsset xsi:type="TextAsset">  
            <v13:Text>Headline for third ad</v13:Text>  
          </v13:TextAsset>  
        </v13:AssetLink>  
      </v13:Headlines>
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.
388 questions
{count} votes