Skip to content

Ads API .NET Client Library - v23.5.0 (DEPRECATED)

Compare
Choose a tag to compare
@christopherseeley christopherseeley released this 08 Jun 13:29
· 70 commits to main since this release

Changes for v23.5.0

======

AdWords:

  • Added support for v201806.
  • Fixed #166
  • Fixed #169
  • Fixed #164
  • Fixed several code examples to use the MediaUtilities.GetAssetDataFromUrl method that
    accepts an AppConfig parameter.

DFP:

  • Fixed several code examples to use the MediaUtilities.GetAssetDataFromUrl method that
    accepts an AppConfig parameter.

Common:

  • Added support for overriding OAuth endpoints.

  • Added support to check for expiry of access tokens before they are refreshed.

  • Fixed #156. As a result,
    MediaUtilities.GetAssetDataFromUrl(Uri url) and MediaUtilities.GetAssetDataFromUrl(string url)
    were removed. These methods attempt to use the config settings from an App.config file, and
    wouldn't work properly when invoked from a method which uses a config that is constructed at
    runtime. You can use the overloaded method that accepts an AppConfig parameter as a
    replacement. You can obtain an AppConfig instance from the AdWordsUser or DfpUser object's Config
    property.

  • Fixed #170. Use Stream.CopyTo followed by
    Stream.Read as a replacement for the discontinued MediaUtilities.CopyStreamWithPreview method.

  • Fixed #171. Use Stream.CopyTo as a
    replacement for the discontinued MediaUtilities.CopyStream method.

Description Tarball Zip
AdWords API .NET library (Binary distribution + examples) adwords_dotnet_lib_v23.5.0.tar.gz adwords_dotnet_lib_v23.5.0.zip
DFP API .NET library (Binary distribution + examples) dfp_dotnet_lib_v23.5.0.tar.gz dfp_dotnet_lib_v23.5.0.zip