Skip to content

Commit aa5edf7

Browse files
authored
Merge pull request #139 from jf-viguier/patch-2
GA4 : set debug mode to off
2 parents c576210 + 9b0d38a commit aa5edf7

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)