Categories
Find Articles
If you are tracking the page with two or more Google Analytics codes like the following:
// Account 1
_gaq.push(['_setAccount', 'UA-XXXXX-1']);
_gaq.push(['_trackPageview']);
// Account 2
_gaq.push(['XYZ._setAccount', 'UA-XXXXX-2']);
_gaq.push(['XYZ._trackPageview']);
then XYZ is the Google Analytics Account Prefix. So if you want to track the VWO data in Google Analytics account id: UA-XXXXX-2 then enter the prefix as XYZ, otherwise leave it blank.

No Comments
No comments yet.
Leave a comment →