We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed371ba commit 8d7bcf1Copy full SHA for 8d7bcf1
_includes/themes/htk/fragments/js/analytics/google.html
@@ -5,6 +5,7 @@
5
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
7
ga('create', '{{ site.analytics.google.tracking_id }}', '{{ site.analytics.google.domain }}');
8
+ga('require', 'linkid', 'linkid.js');
9
ga('require', 'displayfeatures');
10
ga('send', 'pageview');
11
</script>
0 commit comments