PROBLEM SOLVED: Client Email and ID must belong to a normal Adwords Account (not an MCC account). Once this is changed, everything works.
On Oct 14, 1:35 pm, AdWords API Advisor <adwordsapiadvi...@google.com> wrote: > Thanks, Aaron. I'll be keeping track of this issue > athttp://code.google.com/p/google-api-adwords-python-lib/issues/detail?.... > > --Stan > > On Oct 14, 3:25 pm, Aaron <aaron.t.che...@gmail.com> wrote: > > > > > Hi Stan, > > > Thanks for your attention on my issue. I am using Python 2.6.5 and > > python-soappy (0.12.0-4). The full traceback is below: > > > Traceback (most recent call last): > > File "search.py", line 182, in <module> > > print get_cpc('life coach') > > File "search.py", line 178, in get_cpc > > estimates = service.EstimateKeywordList([keyword]) > > File "/home/aaron/adwords/worker/adspygoogle/adwords/ > > TrafficEstimatorService.py", line 160, in EstimateKeywordList > > return self.__service.CallMethod(method_name, (new_data)) > > File "/home/aaron/adwords/worker/adspygoogle/adwords/ > > AdWordsWebService.py", line 252, in CallMethod > > self.__ManageSoap(buf, start_time, stop_time, error) > > File "/home/aaron/adwords/worker/adspygoogle/adwords/ > > AdWordsWebService.py", line 130, in __ManageSoap > > raise Error(e) > > adspygoogle.common.Errors.Error: <Error : Cannot serialize recursive > > object> > > > Best, > > Aaron > > > On Oct 14, 6:59 am, AdWords API Advisor <adwordsapiadvi...@google.com> > > wrote: > > > > Hi Aaron, > > > > Which version of Python and SOAPpy are you using? > > > > Thanks, > > > --Stan > > > > On Oct 12, 2:46 pm, Aaron <aaron.t.che...@gmail.com> wrote: > > > > > Apologies for the double post! I'm still searching for an answer to > > > > this problem. Any thoughts would be greatly appreciated. > > > > > I have verified that the keyword dict cannot use the SOAPpy Type > > > > variable without conflicting with the client library. could there be > > > > a bug in the python api library? > > > > > On Oct 11, 8:26 pm, Aaron <aaron.t.che...@gmail.com> wrote: > > > > > > Hi, > > > > > > I'm attempting to retrieve CPC estimates for a list of keywords using > > > > > v13 TraficcEstimatorService's EstimateKeywordList function. I believe > > > > > I've followed the documentation closely, however I'm getting the > > > > > following error: Error : Cannot serialize recursive object > > > > > > I'd really appreciate it if somebody canpoint out where I"m going > > > > > wrong with the below code. > > > > > > def get_cpc(keyword): > > > > > c = AdWordsClient(path='.', headers = { > > > > > 'email': '<my email>', > > > > > 'password': '<my password>', > > > > > 'clientEmail': '<made up email>', > > > > > 'clientCustomerId': '<made up id>', > > > > > 'userAgent': 'AwApi-Python-12.1.0', > > > > > 'developerToken': '<my token>', > > > > > 'validateOnly': 'n' > > > > > }) > > > > > service = c.GetTrafficEstimatorService('https:// > > > > > adwords.google.com', 'v13') > > > > > keyword = { > > > > > 'text': 'mars cruise', > > > > > 'maxCpc':'1000000',#SOAPpy.Types.untypedType('1000000'), > > > > > 'type':'Exact',#SOAPpy.Types.untypedType('Broad') > > > > > } > > > > > estimates = service.EstimateKeywordList([keyword]) > > > > > return estimates > > > > > > I've tried changing the maxCPC and type values of the keyword dict to > > > > > the SOAPpy objects, but that results in the following error: > > > > > adspygoogle.common.Errors.ValidationError: The > > > > > '<SOAPpy.Types.untypedType at 158031340>' is of type <type > > > > > 'instance'>, expecting one of (<type 'str'>, <type 'unicode'>). > > > > > > Thanks in advanc! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en