This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// information made available through the dataLayer is easily used in Google Tag Manager. | |
// GTM-XXXXXX has to be changed to the actual GTM-code as shown in the implementation document | |
dataLayer = [{ | |
'pageTitle': 'page title variable', //example | |
'loggedIn': 'TRUE', //example | |
'CLV': '2249.50', //example (only use . seperator for cents) | |
'userID': 'AB12345678' //example | |
}]; | |
<!-- Google Tag Manager --> |