Skip to content

Releases: googleads/googleads-python-lib

googles Python Client Library 3.4.1

22 May 19:01
Compare
Choose a tag to compare

googleads Python Client Library v3.4.1 - 5/22/2015

  • Fixed issue #55
  • Fixed issue #57
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.4.0

19 May 19:00
Compare
Choose a tag to compare

googleads Python Client Library v3.4.0 - 5/19/2015

  • Added support for v201505.
  • Removed examples for v201405.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.3.0

27 Apr 22:02
Compare
Choose a tag to compare

googleads Python Client Library v3.3.0 - 3/25/2015

  • Fixed issue #47.
  • Removed support for AdWords v201406.
  • Removed examples for AdWords v201406.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.2.0

13 Mar 18:41
Compare
Choose a tag to compare

googleads Python Client Library v3.2.0 - 3/12/2015

  • Added support for v201502 of the AdWords Client Library.
  • Removed CampaignAdExtensionService (from v201502).
  • Added AccountLabelService (to v201502)
  • Added hard feed types examples, moved to new "extensions" examples.
  • Added example for shared sets.
  • Minor fixes to reporting examples.
  • Updated some existing samples for new API version.
  • DFP clients now require you to set an application name.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.1.1

02 Mar 21:03
Compare
Choose a tag to compare

googleads Python Client Library v3.1.0 - 2/17/2015

  • Added support for v201502 for the DoubleClick for Publishers Client Library.
  • Removing support for v201311, v201308, and v201306.
  • Removed examples for v201403.
  • Updated ForecastService examples.
  • Added PackageService, ProductPackageService, and ProductPackageItemService.
  • Fixed comments and settings for targetAll in add_ad_groups.py examples.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.1.0

19 Feb 20:37
Compare
Choose a tag to compare

googleads Python Client Library v3.1.0 - 2/17/2015

  • Added support for v201502 for the DoubleClick for Publishers Client Library.
  • Removing support for v201311, v201308, and v201306.
  • Removed examples for v201403.
  • Updated ForecastService examples.
  • Added PackageService, ProductPackageService, and ProductPackageItemService.
  • Fixed comments and settings for targetAll in add_ad_groups.py examples.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.0.1

21 Jan 19:42
Compare
Choose a tag to compare

googleads Python Client Library v3.0.1 - 1/21/2015

  • Push with updated PyDocs.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 3.0.0

21 Jan 18:47
Compare
Choose a tag to compare

googleads Python Client Library v3.0.0 - 1/5/2015

  • Three new dependencies have been added: httplib2, oauth2client, and pysocks.
  • One dependency has been removed: oauthlib
  • BREAKING CHANGE: Python3 versions < 3.3 are no longer supported.
  • BREAKING CHANGE: The https_proxy argument for the GoogleRefreshTokenClient has
    been deprecated. It has been replaced by proxy_info, which is an optional
    argument taking an httplib2.ProxyInfo instance.
  • PYTHON2 ONLY: You may now authorize with Service Accounts using the new
    GoogleServiceAccountClient. As of this release, it will only work with
    Python2.
  • Added new Service Account authorization examples for AdWords, DFA, and DFP.
  • The googleads.yaml file has been refactored to reflect the changes to proxy
    support.
  • WARNING: As of this release, you must set disable_ssl_certificate_validation
    to False when using Python3.
  • Added new examples for DFP Sales Manager: PremiumRateService, BaseRateService,
    ExchangeRateService, RateCardService, WorkflowRequestService, ProductService,
    ProductTemplateService.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 2.3.0

05 Dec 19:50
Compare
Choose a tag to compare

googleads Python Client Library v2.3.0 - 12/05/2014

  • Removed v201402 support.
  • The return_money_in_micros argument has been removed from the AdWords
    ReportDownloader.
  • Fixed issue #33: Bad output generated by get_keyword_ideas.py.33
  • Fixed issue #37: https_proxy wouldn't work for AdWords ReportDownloader.
  • Fixed issue #39: AdWords ReportDownloader couldn't download report via
    BytesIO.
  • Fixed issue #41: estimate_keyword_traffic couldn't handle case where
    clicksPerDay or impressionsPerDay were 0.
  • Accepted Pull Request #45: Added manual refresh option to
    GoogleRefreshTokenClient.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3

googles Python Client Library 2.2.0

11 Nov 17:32
Compare
Choose a tag to compare

googleads Python Client Library v2.2.0 - 11/11/2014

  • Added support for v201411 of the DoubleClick for Publishers Client
    Library.
  • Added SharedAdUnitService and AdExclusionRuleService.
  • Fixed issue for float support as 'not iterable' (Fixed issue #36).
  • Added App Engine AdWords example.
Download Description
adwords_python2_examples AdWords Examples for Python 2
adwords_python3_examples AdWords Examples for Python 3
adxbuyer_python2_examples Ad Exchange Buyer Examples for Python 2
adxbuyer_python3_examples Ad Exchange Buyer Examples for Python 3
dfa_python2_examples DFA Examples for Python 2
dfa_python3_examples DFA Examples for Python 3
dfp_python2_examples DFP Examples for Python 2
dfp_python3_examples DFP Examples for Python 3