From 9de72b26fcc555a7003f6161de8af2a308fb9e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Sun, 26 Jan 2020 01:13:15 +0100 Subject: [PATCH] docs: add note about Google Ads llibrary --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a039ec671e0..ee38961d622 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ These client libraries are officially supported by Google. However, the librari See the [docs folder](docs/README.md) for more detailed instructions and additional documentation. -## Google Cloud Platform +## Google Cloud Platform / Google Ads -For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [Cloud Client Libraries for Python](https://github.com/GoogleCloudPlatform/google-cloud-python) which is under active development. +For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [Cloud Client Libraries for Python](https://github.com/GoogleCloudPlatform/google-cloud-python). + +For Google Ads API, we recommend using [Google Ads API Client Library for Python](https://github.com/googleads/google-ads-python/). ## Installation