google-ads-python
google-ads-python copied to clipboard
Google Ads API Client Library for Python
**Describe the bug:** Warning: Scope has changed from "https://www.googleapis.com/auth/adwords" to "https://www.googleapis.com/auth/userinfo.profile openid https://www.googleapis.com/auth/adwords https://www.googleapis.com/auth/userinfo.email". **Steps to Reproduce:** 1) Follow the documentation: https://developers.google.com/google-ads/api/docs/get-started/make-first-call?hl=pt-br 2) oauth2l fetch --credentials credentials.json --scope adwords \...
Hi, this is a weird bug which happens really often, though I have been unable to find out what type of error from the GRCP causes it, since the exception...
Campaign budget operation update results in SIGSEGV. The following code triggers the issue, tested in Docker and running the library version `23.1.0`: ```python client_opts = dict(..., use_proto_plus=True) client = GoogleAdsClient.load_from_dict(client_opts,...
when I use the google example about adding custom audiences for an asset_group as following: ```py googleads_service = self.client.get_service("GoogleAdsService") asset_group_resource_name = googleads_service.asset_group_path( customer_id, self._ASSET_GROUP_TEMPORARY_ID ) operations = [] mutate_operation =...
Resolve an unhandled AttributeError thrown from direct assignment of a protobuf repeated field.
I use create billing setup file in example and it return this error. Request made: ClientCustomerId: 9582317986, Host: googleads.googleapis.com, Method: /google.ads.googleads.v17.services.BillingSetupService/MutateBillingSetup, RequestId: IEXsvG376itn2_wE0yEs4A, IsFault: True, FaultMessage: A start time in...
Fix for ISSUE: https://github.com/googleads/google-ads-python/issues/887
**Describe the bug:** Since upgrading library version (22.1.0 to 25.0.0) we get a `ModuleNotFoundError` in AWS once google-ads is deployed, but not locally. We didn't make any code changes and...
  I upgraded the Google version to 17, indicating that there are only 13,14,15 in my library. I saw that the official website has updated to 17, and my...