Hi Olemis, I believe the issue is still with the Python library. If an MCC account doesn't have access to the client account specified in the request (or a misconfigured account for that matter), you should get specific errors from the server, typically an AuthorizationError or AuthenticationError depending on the error encountered on the server. See
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.AuthorizationError.html and http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.AuthenticationError.html for details. The server won't complain about the inability to serialize a recursive object. If the server faces an unhandled error like this, it will return an InternalApiError instead. See http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.InternalApiError.html for details. Anyways, the owner of the python library (who is also part of our AdWords team) is investigating the issue. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 30, 12:06 am, Olemis Lang <[email protected]> wrote: > On Mon, Nov 29, 2010 at 12:51 PM, AdWords API Advisor > > <[email protected]> wrote: > > Hi Olemis, > > Hi ! > > > Please post updates to the Python client library issue tracker: > > > http://code.google.com/p/google-api-adwords-python-lib/issues/detail?... > > > The library maintainers will be notified of this change. > > Indeed it doesn't seem so . The situation was solved by following the > whole process once again i.e. recreating a new MCC account and binding > further Adwords user accounts (hopefully was possible to do that ...) > . So I suppose it was some kind of account configuration option, or > policy , or ... but definitely nothing related to Python Adwords | > SOAP lib . Code and everything else was correct . This makes me wonder > : > > Q: > - What are the requirements & conditions for accessing Adwords API ? > - Is it possible that an account may be (temporarily) disabled or > for some reason (which one ?) unable to perform API calls ? > > Hopefully my curiosity will be satisfied after this > > PS: Sorry if I caused you any trouble . > > -- > Regards, > > Olemis. > > Blog ES:http://simelo-es.blogspot.com/ > Blog EN:http://simelo-en.blogspot.com/ > > Featured article: -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
