We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27df704 commit 7989341Copy full SHA for 7989341
1 file changed
views/templates/hook/ps_googleanalytics.tpl
@@ -44,7 +44,7 @@
44
{if $gaAnonymizeEnabled}
45
ga('set', 'anonymizeIp', true);
46
{/if}
47
- {if $backOffice}
+ {if $backOffice && $trackBackOfficeDisabled}
48
ga('set', 'nonInteraction', true);
49
{else}
50
ga('send', 'pageview');
0 commit comments