Difference between revisions of "Adding Google Analytics"

From Dreamwidth Notes
Jump to: navigation, search
m
Line 28: Line 28:
 
* Vgift page
 
* Vgift page
  
[[Category: Development]]
+
[[Category: Development Scratchpads]]

Revision as of 22:57, 25 March 2009

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>

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