Fix GA anonymizeIp order
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 25 May 2018 14:05:45 +0000 (16:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 25 May 2018 14:05:45 +0000 (16:05 +0200)
tpl/tplimpl/embedded/templates.autogen.go
tpl/tplimpl/embedded/templates/google_analytics.html
tpl/tplimpl/embedded/templates/google_analytics_async.html

index db35f789a677174b4d246b8fde71d4f680e6ef36..41e33143ce8c87d5cc5f774e45bd79201c3e69bc 100644 (file)
@@ -123,8 +123,8 @@ if (!doNotTrack) {
        {{ else }}
        ga('create', '{{ . }}', 'auto');
        {{ end -}}
+       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }}
        ga('send', 'pageview');
-       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end -}}
 }
 </script>
 {{ end }}
@@ -159,8 +159,8 @@ if (!doNotTrack) {
        {{ else }}
        ga('create', '{{ . }}', 'auto');
        {{ end -}}
+       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }}
        ga('send', 'pageview');
-       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end -}}
 }
 </script>
 <script async src='//www.google-analytics.com/analytics.js'></script>
index 429672a7e27a886d14b3a081defc7fbf44b08d32..08b60f45fdb83a41979ae2fa49185f9702e4e23a 100755 (executable)
@@ -22,8 +22,8 @@ if (!doNotTrack) {
        {{ else }}
        ga('create', '{{ . }}', 'auto');
        {{ end -}}
+       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }}
        ga('send', 'pageview');
-       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end -}}
 }
 </script>
 {{ end }}
index 8fb746e0be24211b339d53a1a431819b73398fea..6a88ed8555cf07f50f350264b0e4436dc55757da 100755 (executable)
@@ -19,8 +19,8 @@ if (!doNotTrack) {
        {{ else }}
        ga('create', '{{ . }}', 'auto');
        {{ end -}}
+       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }}
        ga('send', 'pageview');
-       {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end -}}
 }
 </script>
 <script async src='//www.google-analytics.com/analytics.js'></script>