RE: Conflict between bigquery and google ads APIs

2020-09-28 Thread Google Ads API Forum Advisor Prod
Hello Deny, I'm sorry that you faced this unpleasant experience. As it seems you get an error when using the Python client library, could you please file an issue with the error details on a relevant repository? For the SOAP library that works with the AdWords API, please follow this page. For t

Re: Conflict between bigquery and google ads APIs

2020-09-25 Thread John Maher
Both the *Google Ads API* and *Google AdWords API* provide an example file named *get_campaigns.py*. Which API are you using? *Google AdWords API* *get_campaigns.py* https://github.com/googleads/googleads-python-lib/blob/ca06aaae68c1cfea8bc80be1f019980c2caec5dc/examples/adwords/v201809/basic_ope

Conflict between bigquery and google ads APIs

2020-09-24 Thread Deny Watanabe
If you want to reproduce the error, add the following line to the beginning of the example "get_campaigns.py": from google.cloud import bigquery The example stops working and instead starts giving an error. This is incredibly frustrating and I have just spent an entire day trying to figure out