Skip to content

Releases: googleads/googleads-python-lib

googles Python Client Library 2.0.2

26 Sep 20:12
Compare
Choose a tag to compare

googleads Python Client Library v2.0.2 - 09/03/2014

  • Added Ad Customizer example for AdWords.
  • Extend timeout on SUDs to correspond to access token expiry.
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.0.1

20 Aug 17:54
Compare
Choose a tag to compare

googleads Python Client Library v2.0.1 - 08/20/2014

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.0.0

22 Jul 19:19
Compare
Choose a tag to compare

googleads Python Client Library v2.0.0 - 07/22/2014

  • AdGroups/Campaigns no longer renamed on remove/delete in examples, obsolete.
  • GoogleAdsValueError now thrown when returnMoneyInMicros is sent with 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 1.0.7

10 Jul 17:10
Compare
Choose a tag to compare

googleads Python Client Library v1.0.7 - 07/7/2014

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 1.0.6

12 Jun 16:58
Compare
Choose a tag to compare

googleads Python Client Library v1.0.6 - 05/29/2014

  • Add support for v201405 for DFP client library.
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 1.0.5

09 May 15:35
Compare
Choose a tag to compare

googleads Python Client Library v1.0.5 - 05/07/2014

  • Fixed an issue where PQL fields weren't encoding properly / not handling None
    responses correctly. This resolves issue #9.
  • Fixed an issue where the AdWords ReportDownloader would fail when downloading
    gzipped reports. Now better documents the need to use binary files in this
    case. This resolves issue #6.
  • Fixed an artifact from issue #5, ReportDownloader now sets https_proxy before
    retrieving the WSDL.
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 1.0.4

23 Apr 18:16
Compare
Choose a tag to compare

googleads Python Client Library v1.0.4 - 04/22/2014

  • Fixed a bug where https_proxy wasn't set for retrieving the API WSDL. This
    resolves issue #5.
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 1.0.3

02 Apr 14:12
Compare
Choose a tag to compare

googleads Python Client Library v1.0.3 - 04/02/2014

  • The common module's LoadFromStorage method now parses the yaml file with
    safe_load rather than load.
  • Fixed a typo in examples/dfa/authentication/create_dfa_client_without_yaml.py
    (the service was 'CampaignService' instead of 'campaign'). This resolves
    issue #4.
  • Changed examples/dfa/authentication/create_dfa_client_without_yaml.py to run
    against the DFA test environment in order to match all other DFA examples.
  • Changed common._PackForSuds to force suds to serialize empty objects into XML.
    There are many use cases for this in Google's Ads APIs, such as passing empty
    search criteria into DFA search methods in order to select everything.
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 1.0.2

20 Mar 14:47
Compare
Choose a tag to compare

googleads Python Client Library v1.0.2 - 03/20/2014

  • Fixed a typo in examples/dfp/auth/generate_refresh_token.py (there was a
    trailing comma after the scope).
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 1.0.1

13 Mar 20:51
Compare
Choose a tag to compare

googleads Python Client Library v1.0.1 - 03/13/2014

Fixed a bug with the AdWords ReportDownloader failing to decode unicode
characters in reports. This resolves issue #1.

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