Releases: googleads/googleads-dotnet-lib
Ads API .NET Client Library - v24.1.0 (DEPRECATED)
Changes for v24.1.0
AdWords:
- Added support for v201809.
Ad Manager:
- No changes.
Common:
- No changes.
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library examples | adwords_dotnet_lib_v24.1.0.tar.gz | adwords_dotnet_lib_v24.1.0.zip |
DFP API .NET library examples | admanager_dotnet_lib_v24.1.0.tar.gz | admanager_dotnet_lib_v24.1.0.zip |
Ads API .NET Client Library - v24.0.0 (DEPRECATED)
Changes for v24.0.0
AdWords:
- No changes.
Ad Manager:
- DFP is now Ad Manager. See the migration guide at
https://github.com/googleads/googleads-dotnet-lib/wiki/DFP-to-Ad-Manager-rebrand-guide - Added support for v201808.
- Removed support for v201708.
- Removed examples for v201711.
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)
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)
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)
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)
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)
Changes for v23.4.0
AdWords:
- Fixed #163
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)
Changes for v23.3.0
======
AdWords:
- Fixed issue #160.
- Fixed issue #150.
- Fixed issue #157.
- Fixed issue #158.
- Fixed issue #159.
- Fixed issue #162.
DFP:
Common:
- Fixed issue #157.
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)
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)
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 |