Hi Everyone,
I have a requirement to set a custom variable on a user interaction (a link click). I set up custom variable as below:
$('#someDiv').on('click', '.panel-body a', function() {
_paq.push([ "setCustomVariable", 2, 'VariableK2', 'variable v2', "page"]);
});
This tracking is inconsistent - means I can see the custom variable report updated but not always on click action. Is it not possible to set custom variable on user action ?Any pointers
Thanks
Ravi