Re: Python Library Query Question

2020-01-08 Thread Drew Lauck
Understood. Thank you for your help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API

RE: Python Library Query Question

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Drew, It looks like it’s a setup issue in which there could have been a problem with the way the client library was installed, in which it is not reading the attribute file ‘errors_pb2’ while the the attribute is being used in the script. In this case I would recommend you to download and in

Re: Python Library Query Question

2020-01-07 Thread Drew Lauck
Thanks for the reply! The query works, most likely a setup issue. Do you have any idea what the error I referenced above means? Is it a timeout issue or a setup issue? I'm used to coding in javascript where error messages are somewhat helpful but I can't really decipher what the problem is from

RE: Python Library Query Question

2020-01-07 Thread Google Ads API Forum Advisor Prod
Hi Drew, Thanks for reaching out to us. I tried running your query and did not encounter any issues with it. This could be an issue stemming from your set up. Could I ask you to download and install the latest version of our client library for Google Ads Python here, and try running the query a

Re: Python Library Query Question

2020-01-07 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
Nevermind what a said above. The file does exist ~ I saw the code base, and the *errors_pb2* module exists only on google_ads.V1. This module does not exists on google_ads.V2 ~ On Tuesday, January 7, 2020 at 11:25:39 AM UTC-3, Lucas Gomide wrote: > > I have the same issue, none examples of queri

Re: Python Library Query Question

2020-01-07 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
I have the same issue, none examples of queries works. I saw the code base, and the *errors_pb2* module exists only on google_ads.V1. This module does not exists on google_ads.V2. I'm trying to fix it since yesterday. There is an issue on Github as well https://github.com/googleads/google-ads

Python Library Query Question

2020-01-07 Thread Drew Lauck
Good morning, Currently using the python client library ( https://github.com/googleads/google-ads-python) and running the get_keyword_stats.py ( https://github.com/googleads/google-ads-python/blob/master/examples/reporting/get_keyword_stats.py). I've been able to successfully pull data and send