Re: Using AdCustomizers With Existing Ads

2017-02-03 Thread sam
Thanks Shwetha! On Friday, February 3, 2017 at 11:38:09 AM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Sam, > > Ad objects are immutable. If you try to change any parameters of an Ad > apart from its status, you would encounter an error. If you want to make > any changes to an Ad, y

Re: Using AdCustomizers With Existing Ads

2017-02-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sam, Ad objects are immutable. If you try to change any parameters of an Ad apart from its status, you would encounter an error. If you want to make any changes to an Ad, you must remove the Ad, and create a new Ad. This will result in a new Ad ID, so stats for the old Ad and the new Ad will

Using AdCustomizers With Existing Ads

2017-02-03 Thread sam
Is there any way to do this? Since ads that work with AdCustomizers and FeedItems are created with code that looks like $expandedTextAd->headlinePart2 = "Starting at \${=$feedName.Price}"; My guess is that it might not be possible. But maybe there is still a way to do this? The ads we wish to