Skip to content

Ads API .NET Client Library - v21.0.0 (DEPRECATED)

Choose a tag to compare

@christopherseeley christopherseeley released this 24 May 16:04
· 92 commits to master since this release

Changes for v21.0.0

AdWords:

  • Removed unused AdWordsErrorHandler and AdWordsCredentialsExpiredException
    classes. These classes are no longer used for refreshing expired credentials.
    AdsOAuthProvider classes refresh credentials before expiry.

DFP:

  • Added support for v201705.
  • Remove support for v201605.
  • Removed v201608 examples.
  • Regenerated service stubs to correct an enum consistency issue outlined in
    #1.

Common:

  • Removed CredentialsExpiredException. This exception was no longer used.
    AdsOAuthProvider classes refresh credentials before expiry.

  • Removed support for writing to deprecated log sources
    AdsClientLibs.SoapXmlLogs and AdsClientLibs.RequestInfoLogs. These have been
    replaced by AdsClientLibs.SummaryRequestLogs and
    AdsClientLibs.DetailedRequestLogs, respectively. Logging levels have also
    been adjusted as follows:

    Log type Old level New level
    SummaryRequestLogs (Success) Information Information
    SummaryRequestLogs (Failure) Error Warning
    DetailedRequestLogs (Success) Information Verbose
    DetailedRequestLogs (Failure) Error Information
Description Tarball Zip
AdWords API .NET library (Binary distribution + examples) adwords_dotnet_lib_v21.0.0.tar.gz adwords_dotnet_lib_v21.0.0.zip
AdWords API .NET library (Source distribution + examples) adwords_dotnet_lib_src_v21.0.0.tar.gz adwords_dotnet_lib_src_v21.0.0.zip
DFP API .NET library (Binary distribution + examples) dfp_dotnet_lib_v21.0.0.tar.gz dfp_dotnet_lib_v21.0.0.zip
DFP API .NET library (Source distribution + examples) dfp_dotnet_lib_src_v21.0.0.tar.gz dfp_dotnet_lib_src_v21.0.0.zip