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

Small change to enable demographics in google analytics #323

Merged
merged 1 commit into from
Sep 11, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-49168926-1', 'codeweek.eu');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>

Expand Down