For some reason we are not seeing the chat tags added using the following script. Any reason why? Are we doing anything wrong?
window.zESettings = {
webWidget: {
chat: {
departments: {
enabled: [1817721789,2147508689]
},
tags: ['url_cr','cr','chat_cr','chat_b2c','chat_cr_b2c']
},
helpCenter: {
suppress: true
},
launcher: {
label: {'*': 'Ayuda'},
chatLabel: {'*': 'Ayuda'}
},
contactForm: {
title: { '*': 'Contáctanos' },
tags: ['url_cr','cr','widget_cr','widget_b2c','widget_cr_b2c']
},
contactOptions: {
enabled: true,
contactButton: { '*': 'Contactanos' },
chatLabelOnline: { '*': 'Chateá en vivo' },
chatLabelOffline: { '*': 'Chat no disponible' },
contactFormLabel: { '*': 'Escríbenos un correo' }
}
}
};