Releases: googleads/googleads-python-lib
Releases · googleads/googleads-python-lib
googles Python Client Library 3.13.0
googleads Python Client Library v3.13.0 -- 2/23/2016
- Added support for DFP v201602.
- Removed support for DFP v201411.
- Removed examples for DFP v201502.
- The library now applies a temporary patch to the suds-jurko dependency that
resolves multiple issues. This patch will be removed when the suds-jurko
library publicly exposes its 0.7 release. Thanks to GitHub user adiharush for
suggesting the patch!
- The LoadFromStorage function can now load credentials for either the
installed application or service account (.p12 files only) OAuth 2.0 flows.
- The googleads.yaml configuration file has been updated to reflect the changes
to the LoadFromStorage function.
- Resolved Issues:
Issue #58: #58
Issue #62: #62
Issue #63: #63
Issue #68: #68
Issue #78: #78
googles Python Client Library 3.12.0
googleads Python Client Library v3.12.0 -- 02/01/2016
- Removed DoubleClick Ad Exchange content. This API has been sunset.
- Added support for AdWords v201601.
- Updated the AdWords account_management get_account_hierarchy.py example to
properly handle the case where ManagedCustomerService.get returns multiple
pages of results.
- Refactored AdWords upload_offline_conversions.py example, moved to
remarketing.
- Refactored AdWords add_complete_campaigns_using_batch_job.py example, moved to
campaign_management.
- The AdWords BatchJobHelper and IncrementalUploadHelper utilities now
initialize URLs for v201601 and up.
- The AdWords IncrementalUploadHelper is now serializable.
googles Python Client Library 3.11.0
googleads Python Client Library v3.11.0 -- 11/24/2015
- Removed support for AdWords v201502.
- Added incremental upload support to BatchJobHelper.
- Added the add_keywords_using_incremental_batch_job.py to advanced_operations
examples.
- Moved add_complete_campaigns_using_batch_job.py to advanced_operations.
- The BatchJobHelper can now be used to parse the BatchJob response. Examples
have been updated to demonstrate this.
- The xmltodict library has been added as a new dependency.
- Added option to set additional scopes in generate_refresh_token.py for
AdWords and DFP.
googles Python Client Library 3.10.0
googleads Python Client Library v3.10.0 - 11/17/2015
- Removed support for DFP v201405 and v201408.
- Removed examples for v201411.
- Added support for DFP v201511.
googles Python Client Library 3.8.1
googleads Python Client Library v3.8.1 - 10/19/13
- Added BatchJobService example for AdWords v201509.
- Removed GeoLocationService from AdWords v201509 because it isn't available
in this version.
googles Python Client Library 3.8.0
googleads Python Client Library v3.8.0 - 10/7/2015
- Added support for AdWords v201509.
- Replaced references to MCC accounts with AdWords manager accounts.
- Added upload_media_bundle as a new misc example for AdWords v201509.
- Added add_html5_ad as a new advanced_operations example for AdWords v201509.
- Added add_crm_based_user_list as a new remarketing example for AdWords
v201509.
googles Python Client Library 3.7.0
googleads Python Client Library v3.7.0 - 8/20/2015
- Update ServiceAccount constructor to open p12 file in binary mode.
- Added support for v201508 for the Doubleclick for Publishers Client Library.
- Removed support for v201403 for the Doubleclick for Publishers Client Library.
googles Python Client Library 3.6.0
googleads Python Client Library v3.6.0 - 7/31/2015
- Removed support for AdWords v201409.
- Removed examples for AdWords v201409.
googles Python Client Library 3.5.0
googleads Python Client Library v3.5.0 - 6/26/2015
- Added support for v201506 of the AdWords Client Library.
- Reporting parameters in ReportDownloader utility now in **kwargs.
- Added new "include_zero_impressions" reporting parameter as keyword argument
for ReportDownloader utility methods.
googles Python Client Library 3.4.1
googleads Python Client Library v3.4.1 - 5/22/2015
- Fixed issue #55
- Fixed issue #57