You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
777 B
16 lines
777 B
<% if (theme.google_analytics) { %>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
/* Prepare GA Session, disable cookies to protect privacy */
|
|
ga("create", "<%= theme.google_analytics %>", {storage: "none",});
|
|
/* Privacy settings - not tracking anything personal */
|
|
ga("set", "allowAdFeatures", false);
|
|
ga("set", "anonymizeIp", true);
|
|
ga("set", "forceSSL", true);
|
|
/* Send simple anonymized pageview */
|
|
ga("send", "pageview");
|
|
</script>
|
|
<% } %>
|