googleads-python-lib icon indicating copy to clipboard operation
googleads-python-lib copied to clipboard

The Python client library for Google's Ads APIs

Results 33 googleads-python-lib issues
Sort by recently updated
recently updated
newest added

I got an error when running python, the error comes from locale.py file. I wonder if the locale.py file is updated, should I update to the new version? Below is...

enhancement

Variable Def - # Set ID of the LiveStreamEvent to get live stream events from. LIVE_STREAM_EVENT_ID = 'INSERT_LIVE_STREAM_EVENT_ID_HERE' Incorrect Usage - statement = (ad_manager.StatementBuilder(version='v202002') .Where(('Id = :id')) **.WithBindVariable('id', int(live_stream_event_id))** .Limit(500))...

enhancement

I went from googleads 10 to the newest version of ad manager and now a simple get of all networks associated with a service email account does not work anymore....

bug
P2

I'm trying to use Charles proxy to monitor comunication between my script and the Google Adwords api. I created a ProxyConfig object like this: ``` proxy_config = ProxyConfig( http_proxy='127.0.0.1:8888', https_proxy='127.0.0.1:8888',...

bug
P2

Right now AdManager's [WaitForReport](https://github.com/googleads/googleads-python-lib/blob/7c41584c65759b6860572a13bde65d7395c5b2d8/googleads/ad_manager.py#L765) waits for 30 seconds (via [time.sleep(30)](https://github.com/googleads/googleads-python-lib/blob/7c41584c65759b6860572a13bde65d7395c5b2d8/googleads/ad_manager.py#L788)) if the report status is not `COMPLETED` or `FAILED` before checking the report status again. Would it be reasonable to...

enhancement

For a single user, using his refresh token to do the following: ``` # Using googleads v23.0.1 customerService = adwordsClient.GetService('CustomerService', version='v201809') accounts = customerService.getCustomers() ``` We get the following: ```...

enhancement

When initializing a GoogleServiceAccountClient, it expects Service Account JSON key file but there is no way to pass in the key file content as dictionary (e.g. after reading out from...

enhancement

Would there be ad possibility to enable an asynchronous version of the WaitForReport function? Thanks in advance!

enhancement
P2

## Summary Hello @christopherseeley, @msaniscalchi, I hope you're doing well! I've just opened this pull request that proposes the removal of the unused dependency `xmltodict` from the `setup.py` configuration file....

Also noticed this is present in the help center code samples - not sure how it's synced between examples here and the HC.