/Barely.GoogleAnalyticsV4

A .net client library for integrating GoogleAnalytics into your Xamarin iOS/Android/UWP app

Primary LanguageC#MIT LicenseMIT

Barely.GoogleAnalyticsV4

A minimal wrapper for the Google Analytics Measurement Protocol supporting netstandard2.0.

View the Measurement Protocol Documentation

code:

var ga = new GoogleAnalytics("UA-XXXXX-Y");
ga.SendPageView("/home", "example.com", "Home page");
ga.SendEvent("category", "action", "label", "300");