Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Peter Crowley
I got my token (after 4 months! - I think Anash helped get me across the line, thx). My app is published to the live system after a few tweaks - Hurray! I have a question about whether you can use SET in AdGroupAdOperation rather then ADD when updating the content of a textAd? I made the changes

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Evgeniy Bogdanov
Hi Peter. Glad to hear that your application is live now :) Please, read carefully specification - http://code.google.com/intl/en/apis/adwords/docs/reference/latest/AdGroupAdService.html#mutate I'll quote here for you: Set - Updates an ad group ad. Except for status, ad group ad fields are not

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Evgeniy Bogdanov
Seems that my message is lost if not - sorry for double :) Hi Peter. Glad to hear that your project is live now. :) About your question. Please, read carefully this http://code.google.com/intl/en/apis/adwords/docs/reference/latest/AdGroupAdService.html#mutate I'll quote here for you: Set -

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Peter Crowley
Thanks for the quick response. I had not seen that page. All is working again - my 'messing' arose, because I was not REMOVEing the old ad before ADDing the new one. I am actually already using GetBulkMutateJobService. Someone not to far from you (in Russian terms!) helped me out using the

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Evgeniy Bogdanov
Yes, Alex is really good. BulkMutateJobService is marked to deprecation, you need to move your code for use new service MutataJobService. Regards, Evgeniy. On 27 янв, 21:22, Peter Crowley pcrow...@gmail.com wrote: Thanks for the quick response. I had not seen that page. All is working again