Skip to content

Lukejkw/Umbraco-GA-Event-Tracking

 
 

Repository files navigation

Umbraco Google Analytics Events Tracking

A package for adding manageable GA Event Tracking to your Umbraco site.

Install

  1. Install the Umbraco-GA-Event-Tracking package (we are still working on the first release)
  2. Add the Following code to your master template (order is important)
@Html.IncludeGoogleAnalytics("insert key here") // Only needed if you have not already included Google Analytics
@Html.IncludeGaEventTracking()

How to Use

Coming soon

Contributers

The package is contained in a separate project in the Visual Studio solution.

Building this project will automatically copy over all necessary files to the Demo website which you can use to test.

The login for the demo site is:

User: admin@test.com Password: password123

Please contact either Paul or Luke before putting in a PR

More is coming soon!

About

A package for adding manageable GA Event Tracking to your Umbraco site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • HTML 12.5%
  • CSS 4.7%
  • Classic ASP 4.5%
  • C# 2.1%
  • XSLT 0.8%