Skip to content

googleads/google-ads-dotnet

Repository files navigation

Google Ads Client Library for .NET

This project hosts the .NET client library for the Google Ads API.

Build Status

Build Status

Features

  • 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.

Supported Frameworks

  • .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.

Documentation

Our documentation is available here.

Miscellaneous

Wiki

Issue tracker

API Documentation

Support forum

Authors