Skip to content

googleads-java-lib-v3.5.0 (DEPRECATED)

Compare
Choose a tag to compare
@jradcliff jradcliff released this 27 Jun 20:51
· 241 commits to master since this release

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 your ads.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:

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