[TYPO3-english] Re: Google Analytics - insert javascript with page.headerData

Christian Hackl hackl.chris at googlemail.com
Fri Nov 10 22:06:34 CET 2017


why you do this?

You can direkt in the headerdata include your JS Code

page {
headerData {
50 = TEXT
50.value (
<script>
// YOUR JS CODE
</script>
)
}
}


More information about the TYPO3-english mailing list