Google Analytics Experts

From EpikOne

Is it possible to have urchin.js and ga.js tracking code in the same page, and linked to two distinct accounts? (posted: 7/18/2008)

Rating: +0

Positive Negative

You should not put both versions of the tracking code on the same
page. You can use both versions of the tracking code on the same
site, but try to avoid using them on the same page.

If you're going to track traffic in two accounts, you
should use ga.js. It's cleaner to create two different pageTracker
objects on a single page than to call urchinTracker() twice.

Go Back