We use a sub-domain for our ecommerce store and as a result we need to add a specific line of code to our Google Analytics Code to make sure that we are tracking the right sub-domain.
The code I have currently hard coded into the template is:
And when I use vbSEO's built in feature so that I can take advantage of the outbound links features all I can get is this:PHP Code:<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-123456-1";
_udn="mp3car.com";
urchinTracker();
</script>
How can I add that extraPHP Code:<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-123456-1";
urchinTracker();
</script>
line that I need?PHP Code:_udn="mp3car.com";


LinkBack URL
About LinkBacks





Reply With Quote