googleapis/google/ads/googleads
Google APIs 5a1a424e0d chore(googleads)!: remove protos for v12, which has sunset
Committer: @Raibaz

BREAKING CHANGE: Removing the entire version 12 of the Google Ads API because it has sunset and is no longer available.

PiperOrigin-RevId: 568530962
2023-09-26 07:18:57 -07:00
..
v13 chore(googleads): add PRE_MIGRATION_SURFACE_ONLY for php 2023-05-03 12:03:44 -07:00
v14 feat(googleads): Protos and build files for Google Ads API v14_1 2023-08-09 15:29:36 -07:00
README.md feat: Publish experimental build files for Google Ads API. 2021-01-14 09:18:39 -08:00

Google Ads API

This folder contains the protocol buffer definitions and experimental build files (see below) for the Google Ads API.

To use this API, we encourage you to take a look at our official client libraries for Java, Ruby, PHP, Python or .NET. Refer to the Quickstart to learn how to make your first API call.

To develop in a programming language without an official client library, refer to the API Concepts Guide and consult these protocol buffer definitions as a reference when constructing API requests.

Use the official Google Ads API forum to request an official client library in another programming language, report bugs, request new features in the Google Ads API, or provide feedback.

Build files (experimental)

IMPORTANT The Bazel build files are experimental. The structure and content of the Bazel packages are subject to change, and the resulting generated API clients are not officially supported Google products.

The Bazel build files contain targets for building generated API clients (GAPICs) from the Google Ads API protocol buffer descriptors. Our officially supported client libraries are built upon these GAPIC artifacts, but add significant performance and usability enhancements. Thus, we strongly recommend using an official client library.

However, developers looking to understand the internals of the API's client libraries or build their own custom gRPC-based clients can use these build files as reference points.

For details on using these files, see the Bazel section of the repository's main README.md.