Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 2.95 KB

README.rst

File metadata and controls

83 lines (69 loc) · 2.95 KB

Google Ads API Client Library for Python

This project hosts the Python client library for the Google Ads API.

Build Status

build-status

Requirements

  • Python 3.7+

Installation

pip install google-ads

Features

  • Distributed via PyPI.
  • Easy management of credentials.
  • Easy creation of Google Ads API service clients.

Documentation

Please refer to our Developer Site for documentation on how to install, configure, and use this client library.

For Python 3.6 Users

Version 12.0.0 of this library is the last version that is compatible with Python 3.6. It contains support for v6, v7, and v8 of the Google Ads API. The newest API version, v8, will be supported until the Spring of 2022. Given that the EOL for Python 3.6 is December 23, 2021, we encourage our users to upgrade to Python 3.7 or above as soon as possible to avoid issues. Users who cannot upgrade can continue to safely use version 12.0.0 until v8 of the Google Ads API is deprecated. Please follow the Google Ads Developer Blog for announcements of the specific deprecation dates for the above API versions.

Protobuf Messages

Version 14.0.0 of this library introduced the required use_proto_plus configuration option that specifies which type of protobuf message to use. For information on why this flag is important and what the differences are between the two message types, see the Protobuf Messages guide.

Miscellaneous

Authors