Wie übergebe ich Custom Variables von Google Tag Manager an Whatfix?
Um Custom Variable weiterzugeben, fügen Sie den folgenden Codeschnipsel in den Whatfix Tag ein;
<script language='javascript' async='true' type='text/javascript'>
window._wfx_data = {
"data_type1": {{tag value1}},
"data_type2": {{tag value2}}
};
</script>