AdWords API Re: Keyword status change not getting reflected.

2009-12-09 Thread rohit a
It was silly of me to miss the setPaused attribute. Thank You. Regards Rohit A -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email t

AdWords API Re: Keyword status change not getting reflected.

2009-12-07 Thread AdWords API Advisor
Hi Rohit, You cannot update the status field directly, it is a read-only field that reports the system status of the keyword. If you want to pause a keyword set the field paused to "true". http://code.google.com/apis/adwords/docs/developer/CriterionService.html#updateCriteria http://code.go