Info
Version: | 0.6.5 |
Author(s): | l.rosales |
Last Update: | Friday, July 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/googleanalytics/autotrack |
NuGet Url: | https://www.nuget.org/packages/autotrack |
Install
Install-Package autotrack
dotnet add package autotrack
paket add autotrack
autotrack Download (Unzip the "nupkg" after downloading)
If you want to know about more than just pageviews (e.g. events, social interactions), you have to write code to capture that information yourself.
Since most website owners care about most of the same types of user interactions, web developers end up writing the same code over and over again for every new site they build.
Autotrack was created to solve this problem.
It provides default tracking for the interactions most people care about, and it provides several convenience features (e.g. declarative event tracking) to make it easier than ever to understand how people are using your site.