Re: AdWords API Cannot access client library in python

2010-03-23 Thread khelll
I'm using this in python and it works great for me: # Initialize client object. headers = { 'email': 'some_em...@gmail.com', 'password': 'mylovleypass', 'userAgent': 'Fetcher', 'clientEmail': 'client_1+some_em...@gmail.com', 'developerToken': 'some_em...@gmail.com++usd', 'v

Re: AdWords API Cannot access client library in python

2010-03-22 Thread dsay
Moreover the link that you have provided is for v12. Will it be same for v2009? On Mar 23, 7:27 am, AdWords API Advisor wrote: > Hi, > > This error is being returned because the header values you are using > are not valid for the sandbox.  More information on how to set headers > in the sandbox i

Re: AdWords API Cannot access client library in python

2010-03-22 Thread dsay
Sorry the code was for direct calls using SOAPpy. The error is coming from simply invoking the client library get_related_keywords.py after providing the config details in config file. On Mar 23, 7:27 am, AdWords API Advisor wrote: > Hi, > > This error is being returned because the header values

Re: AdWords API Cannot access client library in python

2010-03-22 Thread AdWords API Advisor
Hi, This error is being returned because the header values you are using are not valid for the sandbox. More information on how to set headers in the sandbox is available here: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders http://www.youtube.com/

Re: AdWords API Cannot access client library in python

2010-03-20 Thread dsay
adwordsGoogleHeader = {} adwordsGoogleHeader['applicationToken'] = Types.untypedType('TOK') adwordsGoogleHeader['authToken'] = Types.untypedType('TOK') adwordsGoogleHeader['clientEmail'] = Types.untypedType('EMAIL') adwordsGoogleHeader['developerToken'] = Typ

Re: AdWords API Cannot access client library in python

2010-03-19 Thread Joshua J. Kugler
On Friday 19 March 2010, dsay elucidated thus: > I am not sure if someone is able to use client library for python as > I continue to get the following error > > Traceback (most recent call last): > File "get_related_keywords.py", line 53, in > page = targeting_idea_service.Get(selector)[0]

AdWords API Cannot access client library in python

2010-03-19 Thread dsay
I am not sure if someone is able to use client library for python as I continue to get the following error Traceback (most recent call last): File "get_related_keywords.py", line 53, in page = targeting_idea_service.Get(selector)[0] File "../../aw_api/TargetingIdeaService.py", line 105, i