How to upgrade _setCustomVar to Universal Analytics -
i have @ universal analytics without finding correct answer problem.
how update line old analytics new universal analytics?
_gaq.push(["_setcustomvar", 1, "splittest", "control", 1]);
custom variables have been replaced custom dimensions in analytics.js , universal analytics:
ga('set', 'dimension1', 'control');
you can read more replacing custom variables custom dimension here
Comments
Post a Comment