summaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-16 00:34:46 +0100
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-16 00:34:46 +0100
commit18fd3625a4fcb91b4e05a4600465c00db1d830a2 (patch)
tree45964d95e7985945e25ddac9d2c0a24dc995832c /_includes/footer.html
parentf4110cb83acdc2ab09b379ca57207e52b06efa63 (diff)
Update GA tracking
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index f11b3e4..27d6d45 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -33,8 +33,8 @@
ga('create', 'UA-954596-3', 'auto');
ga('send', 'pageview');
- function trackDownload(name) {
- ga('send', 'event', 'download', 'click', name);
+ function trackLink(type, name) {
+ ga('send', 'event', type, name);
}
</script>
</body>