Skip to content

Releases: googleads/googleads-python-lib

googles Python Client Library 5.1.0

14 Feb 21:22

Choose a tag to compare

googleads Python Client Library v5.1.0 -- 2/13/17:

  • Added support for DFP v201702.
  • Removed examples for DFP v201605.
  • Removed support for DFP v201602.
  • Resolved issues:
    Issue 166: #166
    Issue 176: #176
    Issue 177: #177
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 5.0.0

13 Jan 19:23

Choose a tag to compare

googleads Python Client Library v5.0.0 -- 1/13/17:

  • 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.
  • Added new "enable_compression" optional keyword argument for AdWordsClient and
    DfpClient. If set True, the client will request gzip compression and
    automatically decompress the SOAP body for you. For more details on this
    feature, see:
    https://developers.google.com/adwords/api/docs/guides/bestpractices?hl=en#use_compression
  • Resolved issues:
    Issue 77: #77
    Issue 97: #97
  • Resolved pull requests:
    PR 79: #79
    PR 81: #81
    PR 91: #91
    PR 99: #99
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.8.0

07 Dec 22:34

Choose a tag to compare

googleads Python Client Library v4.8.0 -- 11/29/16:

  • Added support for DFP v201611.
  • Removed support for DFP v201508 and v201511.
  • Removed examples for DFP v201602.
  • Resolved issues:
    Issue 138: #138
    Issue 147: #147
    Issue 152: #152
    Issue 158: #158
    Issue 162: #162
  • Resolved Pull Requests:
    PR 163: #163
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.7.0

25 Oct 21:49

Choose a tag to compare

googleads Python Client Library v4.7.0 -- 10/25/16:

  • Removed support for AdWords v201603.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.6.1

03 Oct 21:59

Choose a tag to compare

googleads Python Client Library v4.6.1 -- 9/30/16:

  • Added support for AdWords v201609.
  • 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.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.5.1

31 Aug 15:36

Choose a tag to compare

googleads Python Client Library v4.5.1 -- 8/30/2016:

Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.5.0

26 Aug 22:28

Choose a tag to compare

googleads Python Client Library v4.5.0 -- 8/26/2016

  • 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.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.4.0

23 Aug 18:29

Choose a tag to compare

googleads Python Client Library v4.4.0 -- 8/23/2016

  • Removed support for DFP v201505.
  • Added support for DFP v201608.
  • Removed examples for DFP v201508 and v201511.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.3.0

29 Jul 21:06

Choose a tag to compare

googleads Python Client Library v4.3.0 -- 7/29/2016

  • Added support for AdWords v201607.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 4.2.0

17 Jun 21:40

Choose a tag to compare

googleads Python Client Library v4.2.0 -- 6/13/2016

  • Removed support and examples for AdWords v201509.
  • 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.
  • Added a new parallel_report_download.py example.
  • Resolved issues:
    Issue #122: #122
    Issue #123: #123
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3