Skip to content

Commit a6c9f38

Browse files
committed
Added link analysis to GA
1 parent cc23754 commit a6c9f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/shared/_analytics.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1313

1414
ga('create', "<%= ENV['GOOGLE_ANALYTICS'] %>", 'auto');
15+
ga('require', 'linkid', 'linkid.js');
1516
ga('send', 'pageview');
1617
</script>
1718
<% end %>

0 commit comments

Comments
 (0)