AdWords API Re: Update campaign in google seted status

2009-08-12 Thread AdWords API Advisor
Hi Harut, An attempt to change the status in an illegal way does not result in an exception being thrown. You can find more information in this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/518821dc55b63098. Since all the logic of status transitions is available, you s

AdWords API Re: Update campaign in google seted status

2009-08-12 Thread Harutyun Terteryan
Hi I have seen that article ( http://code.google.com/apis/adwords/docs/developer/Campaign.html#status), But I want to what kind exception will be thrown when I'll try to update that campaign from API? Best Harut. On Wed, Aug 12, 2009 at 8:21 PM, AdWords API Advisor < adwordsapiadvi...@google.co

AdWords API Re: Update campaign in google seted status

2009-08-12 Thread AdWords API Advisor
Hi Harut, The developer guide has information regarding these special statuses: http://code.google.com/apis/adwords/docs/developer/Campaign.html#status "The values «Pending», «Ended», and «Suspended» can only be set by Google. If a campaign is in one of these states, you cannot change the stat

AdWords API Re: Update Campaign V13

2009-07-13 Thread AdWords API Advisor
Hello Keith, How are you generating the XML in your request? There are two issues I see with it: the element should be inside the element, and the value should be "Paused", not "paused". So a valid request would look like: 34975899 Paused Cheers, -Jeff

AdWords API Re: Update Campaign

2009-07-01 Thread AdWords API Advisor
Hello Yusuf, If that's .NET code that you're writing, you may need to set adGroup.statusSpecified = true; in your code, due to a quirk in the way the .NET WSDL to class library parser works. If that's not the issue, then you should enable SOAP logging in your code and take a look at the re

AdWords API Re: update campaign?

2008-10-14 Thread Christian Krahn
Hi Das, to pause a campaign, create a Campaign object whose id matches the id of the campaign to be paused. Set the status field to Paused, then call updateCampaign. Right from the documentation ;) Regards, Christian On 14 Okt., 00:48, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > C