Re: Using python3 for campaigns report

2020-02-13 Thread 'davi...@google.com' via AdWords API and Google Ads API Forum
See https://github.com/googleads/google-ads-python/issues/200 for a solution. The new version will be posted to PyPi by the end of the month. On Wednesday, February 12, 2020 at 4:00:32 PM UTC-5 adsapiforumadvisor wrote: > Hi Olesya, > > Could you please try the following: > >1. pip

RE: Using python3 for campaigns report

2020-02-12 Thread Google Ads API Forum Advisor Prod
Hi Olesya, Could you please try the following: 1. pip uninstalled googled-ads 2. pip3.7 installed google-ads Please let me know if the issues persists. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UV0bNE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Using python3 for campaigns report

2020-02-12 Thread Олеся Васина
Hello! I am trying to get stats from campaign report and got an error module 'google.ads.google_ads.v2.proto.errors' has no attribute 'errors_pb2'. Here is a part of code: client = GoogleAdsClient.load_from_string(yaml.safe_dump(adwords_client_config)) ga_service =