Skip to content

Commit b31324d

Browse files
authored
Changes for release v8_1 (#484)
1 parent 310a488 commit b31324d

File tree

1,324 files changed

+4516
-174618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,324 files changed

+4516
-174618
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 14.0.0
2+
- New required configuration value to specify protobuf message types, see:
3+
https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages
4+
- Google Ads API v8_1 release.
5+
- Remove support for Google Ads API v6.
6+
17
* 13.0.0
28
- Bump the minimum Python version requirement to 3.7+
39
- Fix package name in base transport files

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Users who cannot upgrade can continue to safely use version `12.0.0`_ until
4040
`Google Ads Developer Blog`_ for announcements of the specific deprecation
4141
dates for the above API versions.
4242

43+
Protobuf Messages
44+
-----------------
45+
Version `14.0.0_` of this library introduced the **required** `use_proto_plus`
46+
configuration option that specifies which type of protobuf message to use. For
47+
information on why this flag is important and what the differences are between
48+
the two message types, see the `Protobuf Messages`_ guide.
49+
4350
Miscellaneous
4451
-------------
4552

@@ -67,8 +74,10 @@ Authors
6774
.. _Andrew Burke: https://github.com/AndrewMBurke
6875
.. _Laura Chevalier: https://github.com/laurachevalier4
6976
.. _12.0.0: https://pypi.org/project/google-ads/12.0.0/
77+
.. _14.0.0: https://pypi.org/project/google-ads/14.0.0/
7078
.. _v6: https://developers.google.com/google-ads/api/reference/rpc/v6/overview
7179
.. _v7: https://developers.google.com/google-ads/api/reference/rpc/v7/overview
7280
.. _v8: https://developers.google.com/google-ads/api/reference/rpc/v8/overview
7381
.. _EOL: https://endoflife.date/python
7482
.. _Google Ads Developer Blog: https://ads-developers.googleblog.com/
83+
.. _Protobuf Messages: https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages

examples/advanced_operations/add_gmail_ad.py

Lines changed: 0 additions & 146 deletions
This file was deleted.

examples/advanced_operations/add_local_campaign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
_MARKETING_IMAGE_URL = "https://goo.gl/3b9Wfh"
3535
_LOGO_IMAGE_URL = "https://goo.gl/mtt54n"
36-
_YOUTUBE_VIDEO_ID = "t1fDo0VyeEo"
36+
_YOUTUBE_VIDEO_ID = "ECpDzH9gXh8"
3737

3838

3939
def main(client, customer_id):

0 commit comments

Comments
 (0)