This project hosts the .NET client library for the Google Ads API.
- Stub classes for all the supported API versions and services.
- Easy management of credentials, authentication, and session information.
- Docs available in HTML and XML format.
- .NET Framework 4.7.2+ (net472)
- .NET Standard 2.1 (netstandard2.1)
- .NET 5.0 (net5.0)
- .NET Core 3.1 (netcoreapp3.1)
The library doesn't have an explicit build target for .NET 6.0 (net6.0) yet. However, you can use the library with a binary built for .NET 6.0, since netstandard2.1 is compatible with .NET 6.0.
Our documentation is available here.