Re: Update an Uploaded HTML5 bundle

2017-11-17 Thread Rc B
thanks On Friday, 17 November 2017 21:32:08 UTC+2, Jude Amagoh wrote: > > Hi, > > The Ad > > objects > are immutable in AdWords. To modify an Ad, you will need to submit a REMOVE > operation with the existi

Re: Update an Uploaded HTML5 bundle

2017-11-17 Thread 'Jude Amagoh' via AdWords API Forum
Hi, The Ad objects are immutable in AdWords. To modify an Ad, you will need to submit a REMOVE operation with the existing Ad and an ADD operation for a new Ad with the modified attributes. This creates a n

Update an Uploaded HTML5 bundle

2017-11-17 Thread Rc B
hi i'm using the AdGroupAdService service to create a template ad of HTML 5 bundle type i manage to create the ads (all sizes) but i need to find a way to update the content (due to some changes in the html) can i do that using the api ? // here is the code i wrote for the create pub