Is google experiments API available in analytics.js? -


we try set google experiments work our backend setup , found there api letting ga know variation have selected show user through function:

cxapi.setchosenvariation(chosenvariation, opt_experimentid);

when visit official docs: https://developers.google.com/analytics/devguides/collection/gajs/experiments says that: "ga.js legacy library. if starting new implementation recommend use latest version of library, analytics.js. exisiting implementations, learn how migrate ga.js analytics.js."

we use analytics.js.

does mean functions present in ga.js in analytics.js , not need worry using function?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -