This project hosts the Python client library for the Google Ads API.
|build-status|
.. code-block::
pip install google-ads
Please refer to our Developer Site
_ for documentation on how to install,
configure, and use this client library.
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.
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.
Issue tracker
_API documentation
_API Support
_Mark Saniscalchi
_David Wihl
_Ben Karl
_Andrew Burke
_Laura Chevalier
_Bob Hancock
_.. |build-status| image:: https://storage.googleapis.com/gaa-clientlibs/badges/google-ads-python/buildstatus_ubuntu.svg .. _Developer Site: https://developers.google.com/google-ads/api/docs/client-libs/python/ .. _Issue tracker: https://github.com/googleads/google-ads-python/issues .. _API documentation: https://developers.google.com/google-ads/api/ .. _API Support: https://developers.google.com/google-ads/api/support .. _Mark Saniscalchi: https://github.com/msaniscalchi .. _David Wihl: https://github.com/wihl .. _Ben Karl: https://github.com/BenRKarl .. _Andrew Burke: https://github.com/AndrewMBurke .. _Laura Chevalier: https://github.com/laurachevalier4 .. _Bob Hancock: https://github.com/bobhancock .. _14.0.0: https://pypi.org/project/google-ads/14.0.0/ .. _21.2.0: https://pypi.org/project/google-ads/21.2.0/ .. _Protobuf Messages: https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages .. _protobuf: https://pypi.org/project/protobuf/