Releases: googleads/googleads-dotnet-lib
Releases · googleads/googleads-dotnet-lib
Ads API .NET Client Library - v23.1.0 (DEPRECATED)
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 |
Ads API .NET Client Library - v23.0.0 (DEPRECATED)
Changes for v23.0.0
======
AdWords:
- Added support for .NET Standard 2.0. Fixes issue #96.
- Added ReportQueryBuilder and SelectQueryBuilder, two utility classes to assist building AWQL queries.
- Removed support for v201702.
- Updated the UploadOfflineData code example to support multiple upload types.
- Regenerated stub code for all versions.
- Renamed MoneyWithCurrency in OfflineDataUploadService.wsdl to RemarketingMoneyWithCurrency.
Fixed #130. - Rewrote remarketing code examples to use SHA256 hashing algorithm.
- Removed dependency on BouncyCastle library.
DFP:
- Added support for .NET Standard 2.0. Fixes issue #96.
- Added support for v201802.
- Removed support for v201702.
- Removed examples for v201705.
Common:
- Added support for .NET Standard 2.0. Fixes issue #96.
- Replaced BouncyCastle with Google.Apis.Auth. Fixes issue #125.
- Replaced System.Web.Serialization with JSON.net. Fixes issue #126.
- Replaced System.Configuration with Microsoft Extension Configuration. Fixes issue #127.
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v23.0.0.tar.gz | adwords_dotnet_lib_v23.0.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v23.0.0.tar.gz | dfp_dotnet_lib_v23.0.0.zip |
Ads API .NET Client Library - v22.4.0 (DEPRECATED)
Changes for v22.4.0
======
AdWords:
DFP:
- Added support for v201711.
- Removed support for v201611.
- Removed examples for v201702.
Common:
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.4.0.tar.gz | adwords_dotnet_lib_v22.4.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.4.0.tar.gz | dfp_dotnet_lib_v22.4.0.zip |
Ads API .NET Client Library - v22.3.1 (DEPRECATED)
Changes for v22.3.1
======
AdWords:
- Updated code examples to dispose services.
DFP:
- Updated code examples to dispose services.
Common:
- Fixed issue #124.
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.3.1.tar.gz | adwords_dotnet_lib_v22.3.1.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.3.1.tar.gz | dfp_dotnet_lib_v22.3.1.zip |
Ads API .NET Client Library - v22.3.0 (DEPRECATED)
Changes for v22.3.0
======
AdWords:
- Fixed issue #117.
- Fixed issue #111.
- Fixed issue #76
- Added support for v201710.
- MapUtilities class was rewritten to use generics. New extension method ToDict() can be
used on MediaEntry[] fields to convert them into a Dictionary. See Miscellaneous\UploadImage.cs
for an example.
DFP:
Common:
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.3.0.tar.gz | adwords_dotnet_lib_v22.3.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.3.0.tar.gz | dfp_dotnet_lib_v22.3.0.zip |
Ads API .NET Client Library - v22.2.0 (DEPRECATED)
Changes for v22.2.0
======
AdWords:
- Removed support for v201609.
DFP:
- Added NodaTime support in DateTimeUtilities.
Common:
- Changes to logging implementation. By default the library logs to Console.Error instead of a
file.
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.2.0.tar.gz | adwords_dotnet_lib_v22.2.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.2.0.tar.gz | dfp_dotnet_lib_v22.2.0.zip |
Ads API .NET Client Library - v22.1.1 (DEPRECATED)
Changes for v22.1.1
AdWords:
DFP:
- Fixed #106
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.1.1.tar.gz | adwords_dotnet_lib_v22.1.1.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.1.1.tar.gz | dfp_dotnet_lib_v22.1.1.zip |
Ads API .NET Client Library - v22.1.0 (DEPRECATED)
Changes for v22.1.0
AdWords:
- Fixed #105
DFP:
- Added support for v201708.
- Removed support for v201608.
- Removed examples for v201611.
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.1.0.tar.gz | adwords_dotnet_lib_v22.1.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.1.0.tar.gz | dfp_dotnet_lib_v22.1.0.zip |
Ads API .NET Client Library - v22.0.0 (DEPRECATED)
Changes for v22.0.0
AdWords:
- Migrated the backend to use WCF instead of System.Web.Services. See
https://github.com/googleads/googleads-dotnet-lib/wiki/Upgrading-your-client-library-to-v22.0.0
to learn more about upgrading your codebase to use the new client
library. - Added support for v201708.
- Fixed a typo in the GetAllDisapprovedAdsWithAwql.cs code example.
- Fixed #56
DFP:
- Migrated the backend to use WCF instead of System.Web.Services. See
https://github.com/googleads/googleads-dotnet-lib/wiki/Upgrading-your-client-library-to-v22.0.0
to learn more about upgrading your codebase to use the new client
library. - Fixed #56
Common:
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v22.0.0.tar.gz | adwords_dotnet_lib_v22.0.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v22.0.0.tar.gz | dfp_dotnet_lib_v22.0.0.zip |
Ads API .NET Client Library - v21.2.0 (DEPRECATED)
Changes for v21.2.0
AdWords:
- Updated the csproj to complete the assembly signing as a post-build
step. - Updated the GetAllDisapprovedAds code example to use the new
CombinedApprovalStatus selector.
Removed GetTextAds example in v201705. - Removed assembly signing for Google.AdWords.Examples.VB.exe and
Google.AdWords.Tests.dll binaries. - Fixed an issue with how GraduateTrial example displayed its output.
- Regenerated the stub code for all API versions.
- Updated the GetAllDisapprovedAds example to use new selector field.
- Updated a few code examples and tests to remove outdated settings
and contact emails. - Removed support for v201607.
- Upgraded OAuth2 code examples to use API version v201705.
- Assembly signing is now specified in csproj and vbproj. AdsApi.snk
is now part of the opensource distribution.
DFP:
- Updated the csproj to complete the assembly signing as a post-build
step. - Regenerated the stub code for all API versions.
- Deleted unused TestUtils class.
Common:
- Updated the csproj to complete the assembly signing as a post-build
step. - Fixed #79
Description | Tarball | Zip |
---|---|---|
AdWords API .NET library (Binary distribution + examples) | adwords_dotnet_lib_v21.2.0.tar.gz | adwords_dotnet_lib_v21.2.0.zip |
DFP API .NET library (Binary distribution + examples) | dfp_dotnet_lib_v21.2.0.tar.gz | dfp_dotnet_lib_v21.2.0.zip |