We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea820dd commit 3ad7070Copy full SHA for 3ad7070
1 file changed
views/templates/hook/ps_googleanalytics.tpl
@@ -53,6 +53,8 @@
53
{/if}
54
{if $backOffice}
55
ga('set', 'nonInteraction', true);
56
+ {else}
57
+ ga('send', 'pageview');
58
59
{literal}
60
ga('require', 'ec');
0 commit comments