From 4bb208997557e0b433bbda0b1f7f0cd63e60a3e1 Mon Sep 17 00:00:00 2001 From: Matthias Feldotto Date: Wed, 10 May 2017 15:21:14 +0200 Subject: [PATCH] Add ids for all sections for easy linking --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index fd25351..6a61c51 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

1-line setup

-
+

Installation

Download Angulartics and the Angulartics plugin for your vendor. Note: All plugins list Angulartics as a dependency, so they will be downloaded together.

$ bower install angulartics-google-analytics --save
@@ -162,7 +162,7 @@

Declarative event tracking


-
+

Inferred values

analytics-on always needs to be present, because it is the attribute that enables event tracking for the element. All other attributes will be inferred if omitted.

@@ -177,7 +177,7 @@

Inferred values


-
+

Additional parameters

Each vendor has its own set of tracking properties. For example, Google Analytics have category and label. @@ -202,7 +202,7 @@

Scroll tracking


-
+

Using the API

In order to track pageviews and events from within your application logic, inject $analytics and invoke either the pageTrack()