Re: Handling Error errors_pb2

2020-01-20 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
Hi Yolanda! There is an issue and a Pull Request created at Github to fix this problem. https://github.com/googleads/google-ads-python/issues/200 On Monday, January 20, 2020 at 1:10:54 AM UTC-3, Yolanda Ou wrote: > > > > Hi guys, > > I also came across this issue. Could I ask how to fix it > >

Keywords and its metrics

2020-01-07 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
How do I get the keyword's metrics since the last update? I want to see if the increment changes. For example, I have changed the keyword BID, after 15 days, I want to see the keyword performance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlead

Re: Handling Error errors_pb2

2020-01-07 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
Hi, I just fixed it. It was a setup issue. Tks On Tuesday, January 7, 2020 at 4:53:58 PM UTC-3, adsapiforumadvisor wrote: > > Hi Lucas, > > Thank you for reaching out. I was able to run your query without > encountering any issues. This issue may be from your set up. Could I ask > you to downl

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

Handling Error errors_pb2

2020-01-07 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
I got the following error when ran this query SELECT campaign.name FROM campaign WHERE segments.date AttributeError: module 'google.ads.google_ads.v2.proto.errors' has no attribute 'errors_pb2' None `errors_pb2` module was found into *google_ads.v2* I just found this module into google_ads.v1