Skip to content

Commit 8d7bcf1

Browse files
committed
add enhanced link attribution for google analytics
1 parent ed371ba commit 8d7bcf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/themes/htk/fragments/js/analytics/google.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
66
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
77
ga('create', '{{ site.analytics.google.tracking_id }}', '{{ site.analytics.google.domain }}');
8+
ga('require', 'linkid', 'linkid.js');
89
ga('require', 'displayfeatures');
910
ga('send', 'pageview');
1011
</script>

0 commit comments

Comments
 (0)