We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a93ab8 commit b649e99Copy full SHA for b649e99
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 && $trackBackOfficeDisabled}
+ {if $backOffice && !$trackBackOffice}
48
ga('set', 'nonInteraction', true);
49
{else}
50
ga('send', 'pageview');
0 commit comments