Skip to content

billybraga/dot-net-google-analytics-measurement-protocol-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dot-net-google-analytics-measurement-protocol-client

.NET Client Library for Google Analytics Measurement Protocol (Universal Analytics)

https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide

Usage:

Install with NuGet

  var tracker = new PageviewTracker("UA-XXXX-Y", CLIENT_ID); 
  tracker.Parameters.DocumentPath = "/testpage"; 
  tracker.Parameters.DocumentTitle = "Test page"; 
  tracker.Send(); 

TODOs:

About

.NET client library for Google Analytics Measurement Protocol (Universal Analytics)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages