Stay organized with collections
Save and categorize content based on your preferences.
The .NET client library is hosted on GitHub and is distributed
as a NuGet package. It
offers several features to help you use the API, including easier management
of credentials and creation of Google Ads API service clients.
The library supports the following .NET Frameworks:
.NET Framework 4.7.2+ (net472)
.NET Standard 2.1 (netstandard2.1)
.NET 6.0 (net6.0)
.NET 8.0 (net8.0)
.NET Standard 2.1 is compatible with several other .NET versions and
implementations, so the library might work fine on many other platforms.
However, we haven't officially tested the compatibility and thus don't
officially support these platforms.
See https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1
to learn more about .NET standard compatibility.
The Google Ads API .NET library uses Grpc.Net.Client as the default, with a
fallback to Grpc.Core on unsupported platforms. You can force the use of
Grpc.Core by setting UseGrpcCore to true. See
Use the legacy Grpc library.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["The Google Ads API client library for .NET will no longer support .NET 5.0 starting with version 19.0.0, and users should upgrade to a supported version before the end of 2024."],["The library supports .NET Framework 4.7.2+, .NET Standard 2.1, .NET 6.0, and .NET 8.0."],["It is available as a NuGet package and hosted on GitHub, providing features for easier credential management and service client creation."],["While .NET Standard 2.1 offers compatibility with various .NET versions and implementations, only the explicitly listed frameworks are officially supported."],["Users can find comprehensive documentation and guides, covering setup, OAuth flows, logging, and advanced features on the official Google Ads API website."]]],[]]