Skip to content

googleads/google-ads-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

720b39e · Jan 23, 2024
May 19, 2021
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Dec 20, 2019
Mar 18, 2021
Sep 2, 2020
Jan 23, 2024
Jan 23, 2024
Aug 3, 2018
Jan 23, 2024
Nov 1, 2018
Oct 19, 2023
Jan 23, 2024
Jan 23, 2024

Repository files navigation

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.8+

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.

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.

Minimum Dependency Versions

Version 21.2.0 of this library lowered the minimum version for some dependencies in order to improve compatibility with other applications and packages that rely on protobuf version 3.

Note that using protobuf 3 will cause performance degredations in this library, so you may experience slower response times. For optimal performance we recommend using protobuf versions 4.21.5 or higher.

Miscellaneous

Authors