diff --git a/_includes/footer.html b/_includes/footer.html
index ecffab0..f11b3e4 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -32,6 +32,10 @@
ga('create', 'UA-954596-3', 'auto');
ga('send', 'pageview');
+
+ function trackDownload(name) {
+ ga('send', 'event', 'download', 'click', name);
+ }