Skip to content

googleads/google-ads-dotnet

Folders and files

NameName
Last commit message
Last commit date
Sep 15, 2021
Mar 30, 2023
Mar 30, 2023
Mar 30, 2023
Jul 21, 2022
Aug 22, 2022
Mar 30, 2023
Jun 8, 2021
Feb 24, 2020
Jul 21, 2022
Apr 23, 2018
Nov 2, 2022
Jul 21, 2022
Mar 18, 2020

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