How do I capture boolean values from JS varible
I have a data element that is using JavaScript variable name to get a value. The values are boolean.
Is it the case that this field can only return string values? It seems that anytime i try to capture a boolean, the data doesn't appear in the analyics debugger.
Thanks!