google-ads-java icon indicating copy to clipboard operation
google-ads-java copied to clipboard

Google Ads API Client Library for Java

Google Ads API Client Library for Java

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

Features

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

Requirements

  • Java 1.8+
  • Maven 3.0+

Compatible dependencies

Maven artifacts

<dependency>
  <groupId>com.google.api-ads</groupId>
  <artifactId>google-ads</artifactId>
  <version>21.0.0</version>
</dependency>

Gradle dependency

implementation 'com.google.api-ads:google-ads:21.0.0'

Documentation

Our documentation is available here.

Miscellaneous

Wiki

  • https://github.com/googleads/google-ads-java/wiki

Issue tracker

  • https://github.com/googleads/google-ads-java/issues

API Documentation:

  • https://developers.google.com/google-ads/api/docs

Support forum

  • https://groups.google.com/forum/#!forum/adwords-api

Authors