File tree Expand file tree Collapse file tree
Configuration/TypoScript/Setup/Tracking Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,22 @@ page.jsInline.654.15 {
1818
1919page . bodyTagCObject = COA
2020page . bodyTagCObject {
21- 1 = TEXT
22- 1. value = < body >
23-
24- 654 = TEXT
21+ 654 = COA
2522 654 {
26- value = { $plugin. tx_csseo . tracking . googleTagManager }
27- wrap (
28- <!-- Google Tag Manager (noscript) -->
29- < noscript > < iframe src = "https://www.googletagmanager.com/ns.html?id=|"
30- height = "0" width = "0" style = "display:none;visibility:hidden" > < / iframe > < / noscript >
31- <!-- End Google Tag Manager (noscript) -->
32- )
33- required = 1
23+ 10 = TEXT
24+ 10. value = < body >
25+
26+ 20 = TEXT
27+ 20 {
28+ value = { $plugin. tx_csseo . tracking . googleTagManager }
29+ wrap (
30+ <!-- Google Tag Manager (noscript) -->
31+ < noscript > < iframe src = "https://www.googletagmanager.com/ns.html?id=|" height = "0" width = "0" style = "display:none;visibility:hidden" > < / iframe > < / noscript >
32+ <!-- End Google Tag Manager (noscript) -->
33+ )
34+ required = 1
35+ }
36+
37+ if . isTrue = { $plugin. tx_csseo . tracking . googleTagManager }
3438 }
3539}
You can’t perform that action at this time.
0 commit comments