Skip to content

Commit

Permalink
#127 Consent Mode v2 improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkPersky committed Mar 22, 2024
1 parent ccb4c78 commit ba0be0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ page.headerData.998 {

10 = COA
10 {
wrap = <script data-ignore="1" >function DPInitTagManager(){|}</script>
wrap = <script data-ignore="1" >(function(){|})();</script>

15 = TEXT
15.value = {$plugin.tx_cookieconsent.settings.tracking.googleTagManager.id}
Expand Down Expand Up @@ -39,13 +39,6 @@ if(typeof window.tx_cookieconsent_init == 'undefined'){
15.required = 1
}

20 = TEXT
20.value = /* Init DP Tag Manager */ DPInitTagManager(); /* End Init DP Tag Manager*/
20.wrap = <script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>

25 < .20
25.wrap = <script data-ignore="1" data-cookieconsent="marketing" type="text/plain">|</script>

30 = TEXT
30.value (
/* DP publisch Events to Tag Manager */
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
'suggests' => [],
],
'state' => 'beta', // stable
'version' => '12.2.1'
'version' => '12.2.2'
];

0 comments on commit ba0be0c

Please sign in to comment.