Releases: googleads/googleads-python-lib
Releases · googleads/googleads-python-lib
googles Python Client Library 3.0.0
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
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
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 |
googles Python Client Library 2.1.0
googleads Python Client Library v2.1.0 - 10/09/2014
- Added support for v201409 of the AdWords/DoubleClick Ad Exchange Client
Library. - Added convenience method for setting Client Customer Id to AdWordsClient.
- Added ReportDownloader convenience methods.
- Fixed upload_offline_conversions example. (Fixed issue #24)
- Fixed issue creating complex types. (Fixed issue #18)
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.2
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
googleads Python Client Library v2.0.1 - 08/20/2014
- Added support for v201408 for DFP client library.
- Removed RateCardCustomizationService and RateCardCustomizationGroupService,
replaced with PremiumRateService. - Changed OAuth2 scope to https://www.googleapis.com/auth/dfp/
- Changed DFP endpoint to https://ads.google.com/
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
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
googleads Python Client Library v1.0.7 - 07/7/2014
- Added support for v201406 of the AdWords/DoubleClick Ad Exchange Client
Library. - Added CampaignSharedSetService, LabelService, SharedCriterionService, and
SharedSetService for AdWords. - Updated AdWords OAuth 2.0 scope.
See: https://developers.google.com/adwords/api/docs/guides/authentication.
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
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
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 |