Skip to content

Releases: googleads/googleads-dotnet-lib

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

21 Aug 20:03
Compare
Choose a tag to compare

Changes for v24.0.0

AdWords:

  • No changes.

Ad Manager:

Common:

  • No changes.
Description Tarball Zip
AdWords API .NET library examples adwords_dotnet_lib_v24.0.0.tar.gz adwords_dotnet_lib_v24.0.0.zip
DFP API .NET library examples admanager_dotnet_lib_v24.0.0.tar.gz admanager_dotnet_lib_v24.0.0.zip

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

31 Jul 19:58
Compare
Choose a tag to compare

Changes for v23.6.0

======

AdWords:

  • Removed support for v201710.
  • Closed #176.
  • Fixed #2.
  • Updated GetKeywordBidSimulations example to use QueryBuilders.
  • Regenerated v201802 and v201806 stubs.
  • Removed AddClickToDownloadAd example from all versions.

DFP:

  • Reformatted all source files to be compatible with Microsoft's style guide.
  • Fixed #2

Common:

  • Fixed #134
  • Reformatted all source files to be compatible with Microsoft's style guide.
Description Tarball Zip
AdWords API .NET library examples adwords_dotnet_lib_v23.6.0.tar.gz adwords_dotnet_lib_v23.6.0.zip
DFP API .NET library examples dfp_dotnet_lib_v23.6.0.tar.gz dfp_dotnet_lib_v23.6.0.zip

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

12 Jul 17:04
Compare
Choose a tag to compare

Changes for v23.5.1

======

AdWords:

DFP:

Common:

Description Tarball Zip
AdWords API .NET library examples adwords_dotnet_lib_v23.5.1.tar.gz adwords_dotnet_lib_v23.5.1.zip
DFP API .NET library examples dfp_dotnet_lib_v23.5.1.tar.gz dfp_dotnet_lib_v23.5.1.zip

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

08 Jun 13:29
Compare
Choose a tag to compare

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

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

23 May 12:55
Compare
Choose a tag to compare

Changes for v23.4.1

======

AdWords:

DFP:

  • Regenerated v201805 stubs.

Common:

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

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

16 May 18:52
Compare
Choose a tag to compare

Changes for v23.4.0

AdWords:

DFP:

  • Added support for v201805.
  • Removed support for v201705.
  • Removed examples for v201708.

Common:

  • Common library now fully provides OAuth functionality using the Google.Auth library. Custom
    implementations have been sunset. Several properties and methods that are
    no longer relevant or have alternatives have been marked as obsolete, and
    will be removed in a future release. See the
    compilation warnings for appropriate alternatives.
  • AdsOAuthException exposes underlying OAuth errors and HTTP errors (if any). You
    may use these properties for granular handling of user authentication errors.
  • OAuthTokenGenerator was rewritten to be a .NET Core Console application.
Description Tarball Zip
AdWords API .NET library (Binary distribution + examples) adwords_dotnet_lib_v23.4.0.tar.gz adwords_dotnet_lib_v23.4.0.zip
DFP API .NET library (Binary distribution + examples) dfp_dotnet_lib_v23.4.0.tar.gz dfp_dotnet_lib_v23.4.0.zip

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

04 May 12:25
Compare
Choose a tag to compare

Changes for v23.3.0

======

AdWords:

DFP:

Common:

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

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

29 Mar 01:58
Compare
Choose a tag to compare

Changes for v23.2.0

======

AdWords:

  • Removed support for v201705 and v201708.
  • Updated the AddSitelinksUsingFeeds example to illustrate the usage of
    FeedItemTargetService.
  • Updated the AddDynamicPageFeed example to include comments about page
    feed URL recommendations and rules.

DFP:

Common:

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

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

23 Mar 17:16
Compare
Choose a tag to compare

Changes for v23.1.1

======

AdWords:

DFP:

Common:

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

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

02 Mar 17:16
Compare
Choose a tag to compare

Changes for v23.1.0

======

AdWords:

  • Added support for v201802.

DFP:

Common:

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