1 message in com.googlegroups.adwords-api[Python]: No such operation 'getCampa...
FromSent OnAttachments
doug...@gmail.com08 Dec 2005 07:10 
Subject:[Python]: No such operation 'getCampaignStats'
From:doug...@gmail.com (doug@gmail.com)
Date:12/08/2005 07:10:30 AM
List:com.googlegroups.adwords-api

I'm trying to get the campaign stats for an array of "campaignIds[]" but when calling the getCampaignStats(Ids, start, end) method I'm getting the following exception:

---------------------------------------------------------------------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript exec codeObject in __main__.__dict__ File "C:\Documents and Settings\Doug\My Documents\googleTest.py", line 51, in ? campStats = campaignService2.getCampaignStats(campaignIds, startDate, endDate) File "C:\Python24\Lib\site-packages\SOAPpy\Client.py", line 470, in __call__ return self.__r_call(*args, **kw) File "C:\Python24\Lib\site-packages\SOAPpy\Client.py", line 492, in __r_call self.__hd, self.__ma) File "C:\Python24\Lib\site-packages\SOAPpy\Client.py", line 406, in __call raise p faultType: <Fault Server.userException: No such operation 'getCampaignStats': <SOAPpy.Types.structType detail at 22562856>: {'stackTrace': "No such operation 'getCampaignStats'\n\tat

----------------------------------------------------------------------------------------------------------------------------------