Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 6f7c446

Browse files
committed
google analytics reenable enhanced link atts
1 parent ca0c398 commit 6f7c446

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

implementations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<script type="text/javascript">
77

88
var _gaq = _gaq || [];
9+
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
10+
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
911
_gaq.push(['_setAccount', 'UA-37169005-1']);
1012
_gaq.push(['_trackPageview']);
1113

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<script type="text/javascript">
66

77
var _gaq = _gaq || [];
8+
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
9+
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
810
_gaq.push(['_setAccount', 'UA-37169005-1']);
911
_gaq.push(['_trackPageview']);
1012

0 commit comments

Comments
 (0)