google-ads-python icon indicating copy to clipboard operation
google-ads-python copied to clipboard

Google Ads API Client Library for Python

Results 93 google-ads-python issues
Sort by recently updated
recently updated
newest added

**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 \...

bug
triage

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

bug
triage

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

bug
triage

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

bug
triage

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

question

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

bug
triage

![img_v3_02f6_b7013625-d4d6-4123-b82d-f8b15b9844fg](https://github.com/user-attachments/assets/fa1ec89b-14c5-4d1a-97e6-9d9f76e7323b) ![img_v3_02f6_24437d12-adb1-4210-8ade-983717fb41eg](https://github.com/user-attachments/assets/aab69d49-2452-4e2d-ac74-eda14813e2b3) 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...

question