Skip to content

Releases: googleads/google-ads-python

google-ads-python-v.15.1.1

06 Apr 16:21
73e61d5

Choose a tag to compare

  • Bump protobuf dependency to 3.20.0 excluding 3.18.* and 3.19.*.
  • Remove duplicate google-api-core dependency.

google-ads-python-v.15.1.0

06 Apr 15:45
8d18441

Choose a tag to compare

  • Fix issue preventing streaming responses from being logged.
  • Expose logging utilities for external interceptor logic.
  • Various example updates and improvements.

google-ads-python-v.15.0.0

16 Feb 22:43
c0b02a2

Choose a tag to compare

  • Google Ads API v10_0 release.
  • Remove support for Google Ads API v7.

google-ads-python-v.14.1.0

11 Nov 17:54
5961ef5

Choose a tag to compare

  • Google Ads API v9_0 release
  • Update gRPC transport logic to replace "gapic" user-agent with "gccl"
  • Update examples to support v9 changes
  • Add new Performance Max examples advanced_operations/add_performance_max_campaign.py and shopping_ads/add_performance_max_retail_campaign.py

google-ads-python-v.14.0.1

29 Sep 15:17
5079490

Choose a tag to compare

  • Pin protobuf to < 3.18.0
  • Add examples add_bidding_data_exclusion, add_bidding_seasonality_adjustment
  • Style updates for examples that use search_stream
  • Fix hardcoded URLs for media in various examples

google-ads-python-v.14.0.0

31 Aug 12:59
b31324d

Choose a tag to compare

  • New required use_proto_plus configuration parameter.
  • Add support for Google Ads API v8_1.
  • Remove support for Google Ads API v6.

google-ads-python-v.13.0.0

07 Jul 18:42
f94228a

Choose a tag to compare

  • Bump the minimum Python version requirement to 3.7+
  • Fix package name in base transport files
  • Update examples to new "client.enums" syntax
  • Move CSV reporting example to migration directory
  • Various minor updates to examples and documentation.

google-ads-python-v.12.0.0

15 Jun 17:29
09be83d

Choose a tag to compare

  • Release Google Ads API v8_0 support.
  • Deprecate Google Ads API v5_0.
  • NOTE: This will be the last release to support Python 3.6.

google-ads-python-v.11.0.2

21 May 14:36
b49101c

Choose a tag to compare

  • Only install dataclasses module when < Python 3.7

google-ads-python-v.11.0.1

20 May 15:14
64cc6e3

Choose a tag to compare

  • Fix bug breaking Python 3.6 compatibility.
  • Update unit test framework to Nox and add test coverage.
  • Various updates to examples and GitHub issue templates.