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

Seems like this zeep issue is impacting Ad Manager: https://github.com/mvantellingen/python-zeep/issues/923 Specifically, video line items with an empty requestPlatformTargeting. Reading one of these and sending it unchanged in an updateLineItemsRequest fails...

bug

When running the code in https://github.com/googleads/googleads-python-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)#step-2---setting-up-the-client-library I am encountering `NameError: name 'oauth2' is not defined`. This seems to be correct because there is no import anywhere of any `oauth2` namespace....

bug
P2

Originally posted this on the group for the AdWords API, but have been redirected here. https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/adwords-api/5pDjjmSuWSE/3zeaZcBCAQAJ I am trying to programmatically add/update user lists in AdWords, I;ve got to the...

I need to use "azure-storage-blob" but after install, I get the error :AttributeError: module 'googleads.oauth2' has no attribute 'service_account'

Hi -- I would like to use googleads in an airflow DAG -- airflow tasks need to be serializable (aka pickle-able) but SSLContext cannot be serialized.

When running the [access token example](https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/authentication/create_adwords_client_with_access_token.py), I receive the error > AttributeError: module 'googleads.oauth2' has no attribute 'GetAPIScope' However, I can run the following without issue > from googleads import...

@grivescorbett according to the [api document](https://developers.google.com/ad-manager/api/reference/v201811/CreativeService.CreativeAsset), the type of assetByteArray attribute should be **base64Binary**, but the [example](https://github.com/googleads/googleads-python-lib/blob/16.0.0/examples/ad_manager/v201811/creative_service/create_custom_creative.py) set the content of image data directly, as below `image_data = open(os.path.join(os.path.split(__file__)[0], '..',...

I have a problem where reports are simply terminated too soon. I am uncertain about the exact cause, but doing a simple division: file_size / chunk_size = 495.0 I find...

I get the following syntax error on line 39 of run_saved_query.py: ```bash except errors.DfpReportError, e: ^ SyntaxError: invalid syntax ``` Here's the snipet from code (starting on line 36) that...

bug
P2

HI, after long searching for a solution to my problem I have to ask here for help. I am getting the error: Your default encoding, None, is not UTF-8. Please...

P2