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

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -