New and Improved in the Google Ads API

Video: What's New

The Google Ads API introduces new features and improvements when upgrading from the AdWords API. This page details some of the highlights of those improvements. For a more detailed list of changes in the Google Ads API, see the release notes.

Innovation: Extending our innovative ad platform

Expect more frequent releases with additional features and improved upwards compatibility. The many new features such as automated recommendations to help increase campaign performance, are just the start of our efforts to provide an innovative and full-featured advertising API. With more frequent releases, the Google Ads API can roll out new features and bug fixes more often.

Productivity: Faster, easier to build applications

The Google Ads API simplifies building applications with less code, making time to market faster for applications. There’s seamless integration between reports and updates, along with a flexible and intuitive query language for scalable reporting. This update makes the API consistent with Google's latest standards.

New features and innovations

Improved developer productivity

  • [New] The GoogleAdsService permits mutating many objects across different services in a consistent way synchronously. Independent operations can be completed in a single request with the partial failure setting. The operations in this service can also be used in asynchronous batch processing for a homogeneous programming experience.

  • [New] Interactive Query Builder tool to help construct and validate GAQL queries

  • [New] The Google Ads API provides both a gRPC and REST interface. The REST interface can be helpful for debugging, while providing compatibility with your other REST services. Protobufs and JSON offer improved readability over XML.

  • [New] Change event service and change status service to retrieve the change history of a Google Ads account

  • [Improved] Reporting

    • Report responses contain resource objects that can be used in mutates.
    • Queries are simplified and all queries go through GoogleAdsService rather than different services.
    • All reports are multi-attribution only, mirroring other Google Ads interfaces such as the user interface.
    • Results can be streamed or paginated.
  • [Improved] Compatibility with existing credentials for ease of migration. The same developer token, client ID and client secret can be used with both the AdWords API and the Google Ads API. Entity or Resource IDs are the same in both APIs, allowing easy migration and consistency with existing data.