Skip to content

Commit 9b0d38a

Browse files
authored
GA4 : set debug mode to off
1 parent c576210 commit 9b0d38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/templates/hook/ps_googleanalytics.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'config',
2828
'{$gaAccountId|escape:'htmlall':'UTF-8'}',
2929
{ldelim}
30-
'debug_mode':true
30+
'debug_mode':false
3131
{if $gaAnonymizeEnabled}, 'anonymize_ip': true{/if}
3232
{if $userId && !$backOffice}, 'user_id': '{$userId|escape:'htmlall':'UTF-8'}'{/if}
3333
{if $backOffice && !$trackBackOffice}, 'non_interaction': true, 'send_page_view': false{/if}

0 commit comments

Comments
 (0)