My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Google Ads APIs Client Library for Java

This project hosts the Ads common framework for Java, as well as the Java client libraries for the various SOAP-Based Ads APIs (AdWords, DFA, and DFP) at Google.

The Java client libraries make it easier to write Java clients to programmatically access your accounts. It supports AdWords, DFA, and the upgraded DFP platforms.

Maven artifacts

AdWords

Example pom.xml Examples

    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>ads-lib</artifactId>
      <version>RELEASE</version>
    </dependency>
    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>adwords-axis</artifactId>
      <version>RELEASE</version>
    </dependency>

DFA

Example pom.xml Examples

    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>ads-lib</artifactId>
      <version>RELEASE</version>
    </dependency>
    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>dfa-axis</artifactId>
      <version>RELEASE</version>
    </dependency>

DFP

Example pom.xml Examples

    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>ads-lib</artifactId>
      <version>RELEASE</version>
    </dependency>
    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>dfp-axis</artifactId>
      <version>RELEASE</version>
    </dependency>

Features

  • Uses the SLF4J logging facade to log requests and SOAP messages, allowing you to plug in a concrete logging framework of your choice.
  • Distributed via Maven
  • Automatic handling of SOAP headers
  • Easy management of credentials, authentication, and session information

Updates

-- Google Ads API Team

Powered by Google Project Hosting