-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
454 lines (435 loc) · 27.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Angulartics | Web analytics for AngularJS applications</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Angulartics is an AngularJS module that enables web analytics for your application using the vendor of your choice.">
<meta name="author" content="Luis Farzati">
<meta name="google-site-verification" content="-hjukrhf79hZA9uTDhN8gZwzjYoa0WCipxEdDc4gRu0" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
.twitter-follow-button[style], .twitter-share-button[style] { margin-top: 17px; margin-left: 10px; }
.logos img { background: white; width: 40px; height: 40px; }
del { color: red; }
code strong { color: black; }
code strong.highlighted { color: navy; }
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-10255892-8', 'angulartics.github.io');
ga('send', 'pageview');
</script>
</head>
<body ng-app="website">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom:0">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="#getting-started" analytics-on analytics-category="Navigation" analytics-event="Getting Started">Getting started</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" id="features-menu" analytics-on analytics-category="Navigation" analytics-event="Features">Features <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="features-menu">
<li><a tabindex="-1" href="#page-tracking" analytics-on analytics-category="Navigation" analytics-event="Page tracking">Page tracking</a></li>
<li><a tabindex="-1" href="#event-tracking" analytics-on analytics-category="Navigation" analytics-event="Event tracking">Event tracking</a></li>
<li><a tabindex="-1" href="#scroll-tracking" analytics-on analytics-category="Navigation" analytics-event="Scroll tracking">Scroll tracking</a></li>
</ul>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" id="plugins-menu" analytics-on analytics-category="Navigation" analytics-event="Plugins">Plugins <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="plugins-menu">
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Adobe Analytics">Adobe Analytics (Omniture)</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Baidu">Baidu</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Chartbeat">Chartbeat</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Clicky">Clicky</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="CNZZ">CNZZ</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Flurry">Flurry</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Google Analytics">Google Analytics</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Google Analytics (Cordova)">Google Analytics (Cordova)</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Google Tag Manager">Google Tag Manager</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="GoSquared">GoSquared</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Hubspot">Hubspot</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Inspectlet">Inspectlet</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Intercom">Intercom</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Kissmetrics">Kissmetrics</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Localytics">Localytics</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Loggly">Loggly</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Marketo">Marketo</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Mixpanel">Mixpanel</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="New Relic Insights">New Relic Insights</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Piwik">Piwik</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Segment.io">Segment.io</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Splunk">Splunk</a></li>
<li><a tabindex="-1" href="#plugins" analytics-on analytics-category="Navigation" analytics-event="Woopra">Woopra</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#contribute" analytics-on analytics-category="Navigation" analytics-event="Write your plugin">Write your plugin</a></li>
</ul>
</li>
<li><a href="#contributors" analytics-on analytics-category="Navigation" analytics-event="Contributors">Contributors</a></li>
<li><a href="//github.com/angulartics/angulartics" analytics-on analytics-category="Navigation" analytics-event="Source code">Source code</a></li>
<li><a href="//github.com/angulartics/angulartics/releases" analytics-on analytics-category="Navigation" analytics-event="Download">Download</a></li>
<li><a href="#feedback" analytics-on analytics-category="Navigation" analytics-event="Feedback">Feedback</a></li>
</ul>
</div>
</nav>
<div class="well">
<div class="container">
<h1><img src="images/angularjs.png" style="width:80px;height:80px" alt="A"><span style="text-indent:-1000px;display:inline-block">A</span>ngulartics | <small>Web analytics for AngularJS applications</small></h1>
<a href="https://twitter.com/angulartics" class="twitter-follow-button" data-size="large" data-show-count="false" data-show-screen-name="false">Follow @angulartics</a><a href="https://twitter.com/share" class="twitter-share-button" data-size="large" data-url="http://angulartics.github.io" data-hashtags="angularjs">Tweet</a>
</div>
</div>
<div class="container">
<section id="overview" analytics-on="scrollby" analytics-category="Scrolling" scrollby-offset="20%">
<div class="col-md-4">
<h4>Vendor-agnostic & extensible</h4>
<p>Avoid dealing with vendor-specific code. If your provider of choice is not among the existing plugins, just write your own.</p>
</div>
<div class="col-md-4">
<h4>Ready to use</h4>
<p>
<a href="//google.com/analytics">Google Analytics</a>,
<a href="//kissmetrics.com">Kissmetrics</a>,
<a href="//mixpanel.com/">Mixpanel</a>,
<a href="//flurry.com/">Flurry</a>,
<a href="//piwik.org/">Piwik</a>,
<a href="//segment.io/">Segment.io</a> and more are supported out of the box.
</p>
<div class="logos">
<a href="//analytics.google.com"><img src="images/ga.png" alt="Google Analytics" title="Google Analytics"></a>
<a href="//kissmetrics.com"><img src="images/km.jpg" alt="Kissmetrics" title="Kissmetrics"></a>
<a href="//mixpanel.com"><img src="images/mp.png" alt="Mixpanel" title="Mixpanel"></a>
<a href="//chartbeat.com"><img src="images/cb.png" alt="Chartbeat" title="Chartbeat"></a>
<a href="//flurry.com"><img src="images/fr.png" alt="Flurry" title="Flurry"></a>
<a href="//segment.io"><img src="images/sio.png" alt="Segment.io" title="Segment.io"></a>
</div>
</div>
<div class="col-md-4">
<h4>1-line setup</h4>
<p>Just add Angulartics to your app dependencies and you'll get
automatic pageview tracking for your application routes.</p>
</div>
</section>
</div>
<div class="container">
<section id="getting-started" analytics-on="scrollby" analytics-category="Scrolling" scrollby-offset="20%">
<div class="page-header"><h3>Getting started</h3></div>
<section>
<h4>Installation</h4>
<p>Download Angulartics and the Angulartics plugin for your vendor. Note: All plugins list Angulartics as a dependency, so they will be downloaded together.</p>
<pre><code>$ bower install <strong class="highlighted">angulartics-google-analytics</strong> --save</code></pre>
<p>Load the relevant files in your applications html (or include them in your build script).</p>
<pre><code><script src="<strong class="highlighted">/bower_components/angulartics/dist/angulartics.min.js</strong>"></script>
<script src="<strong class="highlighted">/bower_components/angulartics-google-analytics/dist/angulartics-ga.min.js</strong>"></script>
</code></pre>
<p>In your application dependencies, inject Angulartics and the Angulartics plugin for your vendor.</p>
<pre><code>angular.module('myApp', ['<strong class="highlighted">angulartics</strong>', 'angulartics.<strong class="highlighted">google.analytics</strong>'])</code></pre>
<div class="alert alert-info">
<p>Make sure you <strong>delete</strong> any automatic tracking line from your vendor snippet code!</p><br>
<pre><code>// Google Analytics example
<strong><del>ga('send', 'pageview');</del> // <---- delete this line!</strong></pre></code>
</div>
</section>
<br>
<section id="page-tracking">
<h4>Virtual pageviews</h4>
<p>Angulartics does automatic virtual pageview tracking by default, meaning the entire
user navigation across the different routes of your application is tracked. You can turn it
off with <code>virtualPageviews(false)</code>.</p>
<pre><code>module.config(function (<strong class="highlighted">$analyticsProvider</strong>) {
// turn off automatic tracking
$analyticsProvider.<strong class="highlighted">virtualPageviews</strong>(<strong>false</strong>);</code></pre>
</section>
<br>
<section id="event-tracking">
<h4>Declarative event tracking</h4>
<p>The simplest way to do event tracking is by adding the attributes <code>analytics-on</code>
and <code>analytics-event</code> to the element. Think of it as: <strong><i>on</i></strong> 'click',
track <strong><i>event</i></strong> 'name'.</p>
<pre><code><a href="file.pdf" <strong class="highlighted">analytics-on</strong>=<strong>"click"</strong> <strong class="highlighted">analytics-event</strong>=<strong>"Download"</strong>>Download</a></code></pre>
<div class="alert alert-info">Depending on your analytics provider, the <code>analytics-event</code> attribute is automatically
mapped to its respective vendor field. For example, with <strong>Google Analytics</strong>, the event is used for
the 'action' parameter.</div>
</section>
<br>
<section>
<h4>Inferred values</h4>
<p><code>analytics-on</code> 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.</p>
<pre><code><!-- infers <strong>analytics-event</strong> from the element inner text -->
<a href="file.pdf" analytics-on="click"><strong class="highlighted">Download</strong></a>
<!-- infers the <strong>analytics-on</strong> value from the element type; for anchor is 'click' -->
<<strong class="highlighted">a</strong> href="file.pdf" analytics-on>Download</a>
<!-- same as adding <strong>analytics-event</strong>="Step 3" -->
<input type="submit" value="<strong class="highlighted">Step 3</strong>" analytics-on></code></pre>
</section>
<br>
<section>
<h4>Additional parameters</h4>
<p>Each vendor has its own set of tracking properties. For example, <strong>Google Analytics</strong> have
<i>category</i> and <i>label</i>.
You can set these properties with <code>analytics-</code> attributes.</p>
<pre><code><button analytics-on analytics-event="Play" <strong class="highlighted">analytics-category</strong>="<strong>Videos</strong>" <strong class="highlighted">analytics-label</strong>="<strong>Gone with the Wind</strong>"</strong>>Play</button></code></pre>
</section>
<br>
<section id="scroll-tracking">
<h4>Scroll tracking</h4>
<p>In the same way you can track an action by catching any valid DOM event (<em>click</em>, <em>hover</em>, etc), you can also
track any element that appears into the viewport while scrolling the page. To achieve this, Angulartics uses
<strong><a href="http://imakewebthings.com/jquery-waypoints/">jQuery Waypoints</a></strong> and provides you with a <strong><em>scrollby</em></strong> event that you can use for <code>analytics-on</code>.</p>
<p>First, you need to include the plugin script named <code>angulartics-scroll.js</code>, and inject <code>angulartics.scroll</code> into your module.</p>
<pre><code>angular.module('myApp', [..., 'angulartics.<strong class="highlighted">scroll</strong>'])</code></pre>
<pre><code><section id="features" analytics-on="<strong class="highlighted">scrollby</strong>"></code></pre>
<p>Remember what we learned about inferred values: in the example above we didn't specify an event name so in this case
the <code>id</code> attribute ("features") will be used.</p>
<div class="alert alert-info">
<p><strong>jQuery Waypoints</strong> have <a href="http://imakewebthings.com/jquery-waypoints/#doc-options">a set of options</a> to customize its behavior; you can specify any of them by adding <code>scrollby-*</code> attributes. For more information you can take a look at <a href="http://github.com/angulartics/angulartics/blob/master/samples/scroll.html">this sample</a>.</p>
</div>
</section>
<br>
<section>
<h4>Using the API</h4>
<p>In order to track pageviews and events from within your application logic,
inject <code>$analytics</code> and invoke either the <code>pageTrack()</code>
or <code>eventTrack()</code> methods.
<pre><code>module.controller('SampleCtrl', function (<strong class="highlighted">$analytics</strong>) {
$analytics.<strong class="highlighted">pageTrack</strong>('<strong>/my/url</strong>');
$analytics.<strong class="highlighted">eventTrack</strong>('<strong>eventName</strong>');
$analytics.<strong class="highlighted">eventTrack</strong>('<strong>eventName</strong>', <strong>{ category: 'category', label: 'label' }</strong>);</code></pre>
</section>
</section>
<section id="plugins" analytics-on="scrollby" analytics-category="Scrolling" scrollby-offset="20%">
<div class="page-header"><h3>Plugins</h3></div>
<table class="table table-bordered">
<tr>
<th>Vendor</th>
<th>Page Tracking support</th>
<th>Event Tracking support</th>
<th>Script</th>
<th>Module</th>
</tr>
<tr>
<th>Adobe Analytics (Omniture)</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-adobe.js">angulartics-adobe</a></td>
<td><code>angulartics.adobe.analytics</code></td>
<td></td>
</tr>
<tr>
<th>Baidu</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-baidu.js">angulartics-baidu</a></td>
<td><code>angulartics.baidu</code></td>
<td></td>
</tr>
<tr>
<th>Chartbeat</th>
<td>Yes</td>
<td>No</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-chartbeat.js" analytics-on analytics-category="Sources" analytics-event="angulartics-chartbeat.js">angulartics-chartbeat</a></td>
<td><code>angulartics.chartbeat</code></td>
<td><a href="https://github.com/angulartics/angulartics-chartbeat/blob/master/example/index.html" analytics-on analytics-category="Samples" analytics-event="Chartbeat sample">Sample</a></td>
</tr>
<tr>
<th>Clicky</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-clicky.js" analytics-on analytics-category="Sources" analytics-event="angulartics-clicky.js">angulartics-clicky</a></td>
<td><code>angulartics.clicky</code></td>
<td></td>
</tr>
<tr>
<th>CNZZ</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-cnzz.js" analytics-on analytics-category="Sources" analytics-event="angulartics-chartbeat.js">angulartics-cnzz</a></td>
<td><code>angulartics.cnzz</code></td>
<td></td>
</tr>
<tr>
<th>Flurry</th>
<td>No</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-flurry.js" analytics-on analytics-category="Sources" analytics-event="angulartics-flurry.js">angulartics-flurry</a></td>
<td><code>angulartics.flurry</code></td>
<td></td>
</tr>
<tr>
<th>Google Analytics</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics-google-analytics/blob/master/lib/angulartics-google-analytics.js" analytics-on analytics-category="Sources" analytics-event="angulartics-ga.js">angulartics-ga</a></td>
<td><code>angulartics.google.analytics</code></td>
<td><a href="https://github.com/angulartics/angulartics-google-analytics/blob/master/example/index.html" analytics-on analytics-category="Samples" analytics-event="Google Analytics sample">Sample</a></td>
</tr>
<tr>
<th>Google Analytics (Cordova)</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-ga-cordova.js" analytics-on analytics-category="Sources" analytics-event="angulartics-ga-cordova.js">angulartics-ga-cordova</a></td>
<td><code>angulartics.google.analytics.cordova</code></td>
<td></td>
</tr>
<tr>
<th>Google Tag Manager</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-gtm.js" analytics-on analytics-category="Sources" analytics-event="angulartics-gtm.js">angulartics-gtm</a></td>
<td><code>angulartics.google.tagmanager</code></td>
<td></td>
</tr>
<tr>
<th>GoSquared</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-gosquared.js" analytics-on analytics-category="Sources" analytics-event="angulartics-gosquared.js">angulartics-gosquared</a></td>
<td><code>angulartics.gosquared</code></td>
<td></td>
</tr>
<tr>
<th>Hubspot</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics-hubspot" analytics-on analytics-category="Sources" analytics-event="angulartics-hubspot.js">angulartics-hubspot</a></td>
<td><code>angulartics.hubspot</code></td>
<td></td>
</tr>
<tr>
<th>Inspectlet</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-inspectlet.js" analytics-on analytics-category="Sources" analytics-event="angulartics-inspectlet.js">angulartics-inspectlet</a></td>
<td><code>angulartics.inspectlet</code></td>
<td></td>
</tr>
<tr>
<th>Intercom</th>
<td>No</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-intercom.js" analytics-on analytics-category="Sources" analytics-event="angulartics-intercom.js">angulartics-intercom</a></td>
<td><code>angulartics.intercom</code></td>
<td></td>
</tr>
<tr>
<th>Kissmetrics</th>
<td><a href="http://support.kissmetrics.com/apis/javascript/index.html#tracking-individual-page-views">Yes (via event tracking)</a></td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-kissmetrics.js" analytics-on analytics-category="Sources" analytics-event="angulartics-kissmetrics.js">angulartics-kissmetrics</a></td>
<td><code>angulartics.kissmetrics</code></td>
<td><a href="https://github.com/angulartics/angulartics-kissmetrics/blob/master/example/index.html" analytics-on analytics-category="Samples" analytics-event="Kissmetrics sample">Sample</a></td>
</tr>
<tr>
<th>Localytics</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-localytics.js" analytics-on analytics-category="Sources" analytics-event="angulartics-localytics.js">angulartics-localytics</a></td>
<td><code>angulartics.localytics</code></td>
<td></td>
</tr>
<tr>
<th>Loggly</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-loggly.js" analytics-on analytics-category="Sources" analytics-event="angulartics-loggly.js">angulartics-loggly</a></td>
<td><code>angulartics.loggly</code></td>
<td></td>
</tr>
<tr>
<th>Marketo</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-marketo.js" analytics-on analytics-category="Sources" analytics-event="angulartics-marketo.js">angulartics-marketo</a></td>
<td><code>angulartics.marketo</code></td>
<td></td>
</tr>
<tr>
<th>Mixpanel</th>
<td><a href="//mixpanel.com/docs/getting-started/events-vs-page-views">Yes (via event tracking)</a></td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-mixpanel.js" analytics-on analytics-category="Sources" analytics-event="angulartics-mixpanel.js">angulartics-mixpanel</a></td>
<td><code>angulartics.mixpanel</code></td>
<td><a href="https://github.com/angulartics/angulartics-mixpanel/blob/master/example/index.html" analytics-on analytics-category="Samples" analytics-event="Mixpanel sample">Sample</a></td>
</tr>
<tr>
<th>New Relic Insights</th>
<td>No</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-newrelic-insights.js" analytics-on analytics-category="Sources" analytics-event="angulartics-newrelic-insights.js">angulartics-newrelic-insights</a></td>
<td><code>angulartics.newrelic.insights</code></td>
<td></td>
</tr>
<tr>
<th>Piwik</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-piwik.js" analytics-on analytics-category="Sources" analytics-event="angulartics-piwik.js">angulartics-piwik</a></td>
<td><code>angulartics.piwik</code></td>
<td></td>
</tr>
<tr>
<th>Segment.io</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics-segment/blob/master/lib/angulartics-segment.js" analytics-on analytics-category="Sources" analytics-event="angulartics-segmentio.js">angulartics-segmentio.js</a></td>
<td><code>angulartics.segment.io</code></td>
<td><a href="https://github.com/angulartics/angulartics-segment/blob/master/example/index.html" analytics-on analytics-category="Samples" analytics-event="SIO sample">Sample</a></td>
</tr>
<tr>
<th>Splunk</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-splunk.js" analytics-on analytics-category="Sources" analytics-event="angulartics-splunk.js">angulartics-splunk</a></td>
<td><code>angulartics.splunk</code></td>
<td></td>
</tr>
<tr>
<th>Woopra</th>
<td>Yes</td>
<td>Yes</td>
<td><a href="https://github.com/angulartics/angulartics/blob/master/src/angulartics-woopra.js" analytics-on analytics-category="Sources" analytics-event="angulartics-woopra.js">angulartics-woopra</a></td>
<td><code>angulartics.woopra</code></td>
<td></td>
</tr>
</table>
</section>
<section id="contributors" analytics-on="scrollby" analytics-category="Scrolling" scrollby-offset="20%">
<div class="page-header"><h3>Contributors</h3></div>
<ul>
<li><a href="//github.com/timelf123">timelf123</a>: all-time contributor <span style="color:orange">★</span></li>
<li><a href="//github.com/L42y">L42y</a>: Mixpanel plugin</li>
<li><a href="//github.com/chechoacosta">chechoacosta</a>: Chartbeat plugin</li>
<li><a href="//github.com/willmcclellan">willmcclellan</a>: Google Analytics Universal update</li>
<li><a href="//github.com/NewMediaRoc">NewMediaRoc</a>: bugfixes and improvements</li>
<li><a href="//github.com/cironunes">cironunes</a>: Grunt + karma tests</li>
<li><a href="//github.com/ctso">ctso</a>: bugfixes and improvements</li>
<li><a href="//github.com/filmaj">filmaj</a>: bugfixes and improvements</li>
<li><a href="//github.com/gampleman">gampleman</a>: New Relic Insights plugin</li>
</ul>
<br>
<h4 id="contribute">What about you?</h4>
<p>You have an analytics vendor of choice and there's no Angulartics plugin for it?
Please feel free to write your implementation and PR'it on GitHub. It'll be most welcomed!</p>
</section>
<hr>
<footer id="footer">
<p class="pull-right"><a href="#top">Back to top</a></p>
Written by <a href="//linkedin.com/in/luisfarzati">Luis Farzati</a>. Contact me at <a href="mailto:[email protected]">[email protected]</a> or <a href="http://twitter.com/luisfarzati">@luisfarzati</a>. Code licensed under the <a href="http://opensource.org/licenses/MIT">MIT</a> license.<br><br>
</footer>
</div><!-- /container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.js"></script>
<script src="js/angulartics.min.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';js.async=true;fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script type="text/javascript">
angular.module('website', ['angulartics', 'angulartics.google.analytics', 'angulartics.scroll'])
.config(function ($analyticsProvider) {
$analyticsProvider.firstPageview(false);
$analyticsProvider.virtualPageviews(false);
});
</script>
</body>
</html>