Google Analytics v3 Tracker in C#. Using the Google Measurement Protocol. Most of the Enhanced E-Commerce features are not (yet) supported.
Basic example:
using (var session = new AnalyticsSession("UA-XXXX-Y"))
{
// Set Parameters
session.App.ApplicationName = "TestApp";
session.Start();
// Track an event
session.TrackEventHit("Core", "Started").Send();
} // Finishes the session
- StyleCop.Analyzers
- Validation
- NUnit
- OpenCover
- ReportGenerator
- RhinoMocks
- NuProj