Skip to content

googleads/google-ads-java

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2025
Sep 28, 2021
Feb 27, 2025
Feb 22, 2024
Mar 11, 2025
Feb 27, 2025
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024
Feb 27, 2025
Feb 27, 2025
Sep 5, 2023
Feb 27, 2025
Oct 19, 2023
Feb 27, 2025
Sep 28, 2021
Feb 11, 2020
Apr 21, 2018
Feb 27, 2025
Aug 30, 2022
Oct 1, 2020
Nov 9, 2021
Feb 27, 2025
Sep 5, 2023
Sep 5, 2023
Feb 27, 2025

Repository files navigation

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+

Maven artifacts

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

Gradle dependency

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

Documentation

Our documentation is available here.

Miscellaneous

Wiki

Issue tracker

API Documentation:

Support forum

Authors