Re: Sample of TemplateAd "Editing"

2013-05-14 Thread AcidPAT
Thanks Anash, Tried this and ALMOST works. The only issue is that the Template ads are associated together as an AdUnion. When I mutate to create the new ad, the "unionness" of the ads is lost and the AdWords UI shows them as individual ads instead.. I believe that I am missing is UnionID. Ho

Re: Sample of TemplateAd "Editing"

2013-04-16 Thread Anash P. Oommen (AdWords API Team)
Hi, You could retrieve the existing ad with all the fields you need, clear the adId field, update the destination url and send that back through mutate(). Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, April 13, 2013 10:59:40 AM UTC+5:30, AcidPAT wrote: > > I need to update the URL

Sample of TemplateAd "Editing"

2013-04-15 Thread AcidPAT
I need to update the URL-Destination of a Display ad grouped by a template. Obviously this needs to be done by deleting the ad, and re-creating it with the modified Destination URL. In the newly created ads, I would like them to maintain their original grouping (Ad Union ID?) The SDK only has t