Hi, I'm a first time user of the Python AdWords API client. I am unable to fetch a client ID and am therefore encountering many authentication issues. I was successfully able to call the get_campaigns.py script. However, when I call get_client_customer_id.py (after adding my e-mail address to the code) I receive this error:
Traceback (most recent call last): File "get_client_customer_id.py", line 73, in <module> main(client, client_email) File "get_client_customer_id.py", line 56, in main info = info_service.Get(selector)[0] File "../../../../../adspygoogle/common/GenericApiService.py", line 320, in CallMethod self._HandleLogsAndErrors(buf, start_time, stop_time, error) File "../../../../../adspygoogle/adwords/GenericAdWordsService.py", line 239, in _HandleLogsAndErrors raise e adspygoogle.adwords.AdWordsErrors.AdWordsRequestError: [ApiUsageError.INVALID_CLIENT_EMAIL @ selector; trigger:'vile...@gmail.com'] Here are my adwords_api_auth.pkl settings: developerToken: vile...@gmail.com++USD userAgent: AwApi-Python-15.2.0 (Python 2.7)|Mediative Test clientCustomerId: password: ***** email: vile...@gmail.com Here are some notes regarding my attempts: - I have tried several, valid Google Email accounts (all unsuccessful). - I received this error before and after running get_campaigns.py - I am using the Python API client - I am running Linux Mint 12 Thank you very much for your help! Best, Aaron Levin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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