We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c576210 + 9b0d38a commit aa5edf7Copy full SHA for aa5edf7
1 file changed
views/templates/hook/ps_googleanalytics.tpl
@@ -27,7 +27,7 @@
27
'config',
28
'{$gaAccountId|escape:'htmlall':'UTF-8'}',
29
{ldelim}
30
- 'debug_mode':true
+ 'debug_mode':false
31
{if $gaAnonymizeEnabled}, 'anonymize_ip': true{/if}
32
{if $userId && !$backOffice}, 'user_id': '{$userId|escape:'htmlall':'UTF-8'}'{/if}
33
{if $backOffice && !$trackBackOffice}, 'non_interaction': true, 'send_page_view': false{/if}
0 commit comments