Integrate Whatfix with Google Tag Manager using JavaScript
- 19 Sep 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Integrate Whatfix with Google Tag Manager using JavaScript
- Updated On 19 Sep 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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>
Was this article helpful?