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
>
>
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
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
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
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
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