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
----------------------------------------------------------------------------------------------------------------------------------