Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 1bb079a

Browse files
committed
Merge pull request #323 from goranche/master
Small change to enable demographics in google analytics
2 parents 83155c7 + 38de433 commit 1bb079a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
m.parentNode.insertBefore(a, m)
8080
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
8181
ga('create', 'UA-49168926-1', 'codeweek.eu');
82+
ga('require', 'displayfeatures');
8283
ga('send', 'pageview');
8384
</script>
8485

0 commit comments

Comments
 (0)