Skip to content

Commit 43e7e04

Browse files
author
Samson
committed
a
1 parent c0e53ba commit 43e7e04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/views/app.js

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ define([
101101

102102
} else {
103103
clicky.log($(this).attr('href'), $(this).attr('href'), 'pageview')
104+
ga('send', {
105+
'hitType': 'pageview',
106+
'page': $(this).attr('href')
107+
});
104108
// mixpanel.track_pageview();
105109
Backbone.router.navigate($(this).attr('href'), true);
106110
$(document).scrollTop(0);

0 commit comments

Comments
 (0)