Variables - Data Layer
Variable name
Possible values
Example
Comment
pageType
Home
Landing
Edito
Product
Error
window.dataLayer.push({
'pageType': 'Home'
});
productName
window.dataLayer.push({
'pageType': 'Product',
'productName': 'CONTINENTAL EDISON TV LED 55 4K UHD'
});
usr_logged
0
1
window.dataLayer.push({
'pageType': 'Landing',
'usr_logged': '0'
});