To give a quick update on this, I have combined many threads that deal with Urchin and Google Analytics into one thread. Concerning clients wanting to add Google Analytics that did not have Urchin On Demand, we are going to have more definitive answers on how to add this. You will want to be careful for now not to add the code directly from Google Analytics to your site unless it uses the HTTPS secure source.
Our system for Urchin On Demand used a local file that had all the relevant code, hence the reference to the local file here -
CODE
<script src="__utm.js" type="text/javascript"></script>
- The code for this local file, line for line is about the same size as the code in the remote file both pre- and post-release for Google Analytics -
CODE
<script src="https://ssl.google-analytics.com/urchin.js"type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-XXXXX-X";
urchinTracker();
</script>
Over this weekend, we will be testing two implementations of Google Analytics for an MC site. The one new method will simply modify the local "__utm.js" to point from the URLs with Urchin to the new URLs with Google. Another method will use the secure code URL that we have found {and Javahead posted about
above} in a top of page editor. All clients who were using Urchin On Demand have the local .JS file and this will stay the same. Google has indicated that this should continue to work as always. No clients will be modified for this, only active test stores.
The results will be compared on Monday. Most likely all three options will work, but I'm looking for differences. From there we will have a really accurate picture of how this should best be implemented.
Also, for those that were going to sign up for Google Analytics directly, I was told today that Google's sign up page was disabled, with a form for those interested in when it reopens -
http://www.google.com/analytics/sign_up.htmlQUOTE
Google Analytics has experienced extremely strong demand, and as a result, we have temporarily limited the number of new signups as we increase capacity. In the meantime, please submit your name and email address and we will notify you as soon as we are ready to add new accounts. Thank you for your patience.
- Not surprising, that it was so popular they got temporarily overwhelmed.