Adding Google Analytics

From Dreamwidth Notes
Revision as of 22:43, 30 July 2008 by Foxfirefey (Talk | contribs)

Jump to: navigation, search

Needed

  • A userprop for Google Analytics ID.

Code to add

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._initData();
pageTracker._trackPageview();
</script>
 
[https://www.google.com/support/googleanalytics/bin/answer.py?answer=55603 Finding the tracking code]
 
== Pages to add it to ==
 
* All S2 style pages, attached to the user of the journal, not the viewer?
* Site schemed post/comment pages of a user's journal
* The userpics page
* The profile page
* The todo page
* The memories pages
* Scrapbook pages
* Vgift page