How to pass custom variables from Google Tag Manager to Whatfix?
To pass on custom variables, add the following code snippet to the Whatfix tag;
<script language='javascript' async='true' type='text/javascript'>
window._wfx_data = {
"data_type1": {{tag value1}},
"data_type2": {{tag value2}}
};
</script>