SUGGESTION: Support tracking two codes
-
Hi,
I’m using this plugin and i’m interested on a little new function:
Google analytics support tracking two or more codes with the same tracker. I have a wordpress multisite, and i’m interested on this feature, to support two codes, my own code and the blog owner code.
The code for support this are this:
_gaq.push([‘_setAccount’, X-XXXXXX-1]);
_gaq.push([‘_trackPageview’]);
_gaq.push([‘_setAccount’, X-XXXXXX-2]);
_gaq.push([‘_trackPageview’]);Obviously, the best configuration are having a config page on the network admin settings to set the network code, but this can be set having two fields on the blog settings page.
Thanks for thinking on this feature.
https://www.ads-software.com/extend/plugins/google-analyticator/
- The topic ‘SUGGESTION: Support tracking two codes’ is closed to new replies.