autotrack 0.6.5

dotnet add package autotrack --version 0.6.5
NuGet\Install-Package autotrack -Version 0.6.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="autotrack" Version="0.6.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add autotrack --version 0.6.5
#r "nuget: autotrack, 0.6.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install autotrack as a Cake Addin
#addin nuget:?package=autotrack&version=0.6.5

// Install autotrack as a Cake Tool
#tool nuget:?package=autotrack&version=0.6.5

The default JavaScript tracking snippet for Google Analytics runs when a web page is first loaded and sends a pageview hit to Google Analytics. 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.5 9,326 7/8/2016