|
Project Information
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 artifactsAdWords <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 <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 <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
Updates
-- Google Ads API Team |