You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: The underlying suds client now has cache enabled. By default, suds uses FileCache which requires access to local file system and will break users using Google App Engine. For more details on how to configure or disable caching, see the README.
The library will now automatically apply a monkey patch to the suds-jurko dependency on initialization that will modify the suds.transport.http module. The patch modifies HttpTransport's send method such that it can detect and decompress a gzip encoded SOAP body.
The library now automatically applies filters to log output to sanitize its contents of sensitive data. For more details on how to configure logging or disable log filtering, see the README.
The library will now log warnings if it detects that it is being run with Python versions below 2.7.9.
AdWordsClient's initializer no longer requires the user_agent field. This field is also now validated to ensure that it only contains ASCII characters.
Removed support and examples for AdWords v201601.
Removed upgrade_ad_url example for AdWords v201605 and v201607.
The AdWords ReportDownloader now accepts a "client_customer_id" keyword argument that overrides the default client customer ID.
For utilities such as the ReportDownloader or BatchJobHelper, data points about usage are now sent in the user-agent of API requests by default. This can be disabled with the new include_utilities_in_user_agent configuration in the googleads.yaml file.