A minimal wrapper for the Google Analytics Measurement Protocol supporting netstandard2.0.
View the Measurement Protocol Documentation
var ga = new GoogleAnalytics("UA-XXXXX-Y");
ga.SendPageView("/home", "example.com", "Home page");
ga.SendEvent("category", "action", "label", "300");