Releases: googleads/googleads-java-lib
googleads-java-lib-v3.13.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.13.0 - 3/28/2018
AdWords:
- Removed support and examples for v201705 and v201708. See deprecation
schedule at:
https://developers.google.com/adwords/api/docs/sunset-dates - Replaced
catch Exception
blocks with multi-catch to clarify which
exceptions are expected in each case.
DFP:
- No changes.
Common:
- Replaced
catch Exception
blocks with multi-catch to clarify which
exceptions are expected in each case.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.12.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.12.0 - 2/1/2018
AdWords:
- Added support and examples for v201802.
- Added support for tracking URL template and custom parameters in the
Shopping product partition utility.
DFP:
- No changes.
Common:
- No changes.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.11.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.11.0 - 2/13/2018
AdWords:
- Modified all examples to demonstrate proper exception handling.
- Removed support and examples for v201702. See deprecation schedule at:
https://developers.google.com/adwords/api/docs/sunset-dates - Added v201710 ReportQuery and ServiceQuery utilities for JAX-WS and Axis to
simplify the process of creating AWQL queries.
DFP:
- Added support for v201802.
- Removed support for v201702.
- Removed v201705 examples.
Common:
- Added list of available extensions and applications to README.md.
See #127. - Upgraded all dependencies in group IDs 'com.google.api-client' and
'com.google.http-client' to version 1.23.0. Fixes
#130.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.10.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.10.0 - 11/15/2017
AdWords:
- No changes.
DFP:
- Added support for v201711.
- Removed examples for v201702.
- Removed support for v201611.
Common:
- Added support for specifying the
serviceAccountUser
when creating an
OfflineCredential
for the service account OAuth2 flow. Fixes
issue 122.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.9.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.9.0 - 10/10/2017
AdWords:
- Added support and examples for v201710.
DFP:
- No changes.
Common:
- No changes.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.8.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.8.0 - 9/22/2017
AdWords:
- Removed support and examples for v201609. See deprecation schedule at:
https://developers.google.com/adwords/api/docs/sunset-dates
DFP:
- No changes.
Common:
- No changes.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.7.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.7.0 - 8/15/2017
AdWords:
- No changes.
DFP:
- Added support for v201708.
- Removed v201611 examples.
- Removed support for v201608.
Common:
- No changes.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.6.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.6.0 - 8/9/2017
AdWords:
- Added support and examples for v201708.
- Modified the default
log4j.properties
file to write to stderr instead of
files. - Added a new
log4j.tofiles.properties
file as a sample of how to configure
logging to files.
DFP:
- Modified the default
log4j.properties
file to write to stderr instead of
files. - Added a new
log4j.tofiles.properties
file as a sample of how to configure
logging to files.
Common:
- No changes.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.5.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.5.0 - 6/27/2017
AdWords:
-
Removed support and examples for v201607. See deprecation schedule at:
https://developers.google.com/adwords/api/docs/sunset-dates -
All AdWords code examples now accept parameters from the command line.
-
Report downloads will now use the report download timeout from the
ReportingConfiguration of the AdWordsSession, if present. Fixes
issue 106.Note: With this change, construction of a
ReportingConfiguration
object will fail if the report download timeout is negative. If you set the
api.adwords.reportDownloadTimeout
property in yourads.properties
file
or via a reporting configuration builder, please ensure that the value
you provide is >= 0. -
All loggers now use consistent logging levels. See the
updated logging guide
for more details.
DFP:
- All DFP code examples now accept parameters from the command line.
- All loggers now use consistent logging levels. See the
updated logging guide
for more details.
Common:
- Added checks to the
install
phase for usage of discouraged classes
and methods. See:
https://github.com/policeman-tools/forbidden-apis
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |
googleads-java-lib-v3.4.0 (DEPRECATED)
Google Ads APIs Client Library for Java v3.4.0 - 5/31/2017
AdWords:
- Added support and examples for v201705.
DFP:
- No changes.
Common:
- No changes.
Download | Description |
---|---|
adwords-axis-jars-and-examples | AdWords jars and examples |
adwords-axis-maven-and-examples | AdWords maven pom and examples |
dfp-axis-jars-and-examples | DFP jars and examples |
dfp-axis-maven-and-examples | DFP maven pom and examples |