Re: Miminal Python Example

2015-10-14 Thread Foluso Ogunlana
Hi Everyone, I've had this exact same problem and I solved it by including the path to googleads.yaml as an argument to LoadFromStorage. adwords.AdWordsClient.LoadFromStorage('PATH_TO_GOOGLEADS.YAML') Thanks On Tuesday, 7 July 2015 14:26:46 UTC+1, Aydoğan Karagöz wrote: > > Hello Everyone! >

Re: Miminal Python Example

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Please reply to me privately by clicking *Reply privately to author* icon on the top right of my reply: - Your googleads.yaml (be sure to strip some part of your credential info, e.g., removing some 4-5 characters in the middle of refresh tokens, client id, etc) - SOAP logs and

Re: Miminal Python Example

2015-09-03 Thread Lukáš Vožda
Thank you again for you reply, Thanet. The thing is that there is not an option in step 2 to choose between installed or web application as the manual says. There are just application types:

Re: Miminal Python Example

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Could you try two more things again? 1. Your application type in the step 2 is installed application, not web application. 2. After putting information in googleads.yaml, can you just run get_campaigns

Re: Miminal Python Example

2015-09-03 Thread Lukáš Vožda
Hello, thank you for your reply. I tried do it again according to the guide you sent. Result is still the same :-( I even tried even this but there is not AdWords in

Re: Miminal Python Example

2015-09-01 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Can you try following this guide again? Make sure you select a correct type of application type, log in as your MCC account user when you do the step to get refresh token, and finally leave no spaces after a refresh

Re: Miminal Python Example

2015-08-31 Thread Lukáš Vožda
Hello, ive got similar error. I regenerated refresh token many times, it didnt help, is there anything else i can do? I spent hours trying to work it out but still the same result This is my error: Traceback (most recent call last): File "./adwords.py", line 4, in client = AdWordsCli

Re: Miminal Python Example

2015-07-07 Thread Umesh Dengale
Hello, Please regenerate refresh token , update the refresh_token property in the googleads .ya