Skip to content
Linda Lawton edited this page Jul 3, 2018 · 3 revisions

alt text

Google Analytics SDK for .Net

The Google Analytics SDK is designed makes it easy to connect .net Applications to Google Analytics.

The Google Analytics SDK uses the Google Analytics measurement protocol to record Hits via HTTP POST or GET requests directly to Google Analytics. The Google Analytics SDK also supports the debug endpoint which will allows developers to test and validate their hits before releasing their applicaitons to production.

The Google Analytics SDK supports tracking for the following interaction (Hit) types: 'pageview', 'screenview', 'event', 'transaction', 'item', 'social', 'exception', 'timing'.

  • .NETStandard 2.0
  • Microsoft.Extensions.Logging (>= 2.1.0)
  • Newtonsoft.Json (>= 11.0.2)

Author

My name is Linda Lawton I have been a Google Developer expert for Google Analytics since 2014.

Tracker Quick Start

Hits Quick Start

Change log

Change log

Clone this wiki locally