Our application is running into an issue when creating ads via the AdWords API where if the ad text contains an ad customizer parameter, the ad gets deleted immediately after getting created.
One other potential issue we've observed is that in the change history of the ad group it appears that the ad customizer syntax gets changed to {PH_0} and {PH_1}.
For example, if we try to create the following ad text through the API we get the following result:
Headline_1: Customized Photo Puzzles
Headline_2: {=sflypromo.Headline2}
Description: Custom Photo Jigsaw Puzzles Shipped Fast. {=sflypromo.Shipping}
Gets translated to:
Headline_1: Customized Photo Puzzles
Headline_2: {PH_0}
Description: Custom Photo Jigsaw Puzzles Shipped Fast. {PH_1}
Has anything changed in the API for ad customizers and expanded text ads, or is there anything else our application should be aware of? We are not trying to manage or modify the ad customizer business data itself, simply looking to create ads through the API that can have ad customizer parameters in the ad text itself.
Thank you!