Forum Moderators: DixonJones
I am fairly confident in the instructions from Google to do so using the
utmLinker and ulink (although we don't really cross link between the
sites). However, we still want the existing, individual profiles to
work because we have 18 months of data there that we don't want to
lose. Ideally, we probably should have used one profile and filters,
but I don't think we can do that now without starting over.
I have seen code that will allow you to put two profiles on the same
domain:
<script src="http://www.google-analytics.com/urchin.js" type="text/
javascript"></script>
<script type="text/javascript">
_uacct = "UA-#*$!XX-1";
urchinTracker();
_uff = 0; // Reset for second account
_uacct = "UA-#*$!XX-2";
urchinTracker();
</script>
My question is what the code would look like if we combined the cross
domain tracking solution with the multiple profile, one site code.
Any other suggestions would be welcome.