Difference between revisions of "Adding Google Analytics"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m |
m (→Pages to add it to) |
||
Line 19: | Line 19: | ||
== Pages to add it to == | == Pages to add it to == | ||
− | * All S2 style pages, attached to the user of the journal, not the viewer? | + | * All S2 [[styles|style]] pages, attached to the user of the journal, not the viewer? |
* Site schemed post/comment pages of a user's journal | * Site schemed post/comment pages of a user's journal | ||
− | * The userpics page | + | * The [[Userpics_Wishlist|userpics]] page |
− | * The profile page | + | * The [[Profile_Wishlist|profile]] page |
* The todo page | * The todo page | ||
− | * The memories pages | + | * The [[Memories_Wishlist|memories]] pages |
* Scrapbook pages | * Scrapbook pages | ||
− | * Vgift page | + | * [[Gifts/Virtual_Gifts_Wishlist|Vgift]] page |
[[Category: Development Scratchpads]] | [[Category: Development Scratchpads]] |
Latest revision as of 17:47, 28 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>