Add analytics to blog
A.Google Analytics Code Block
- Login to Google Analytics at http://google.com/analytics/. The main Settings page loads.
- Click on Sign up. A form displays.
- Enter the URL of your site or blog.
- Select country and time zone. Click Finish.
- Analytics provides you with a code block – a swatch of HTML – to add to your site’s pages.
- Highlight the code block and then copy it.
- Login to http://www.blogger.com/. The Dashboard loads.
- Under the blog you want to add Analytics tracking to, click on Layout or Template.
- Click on Edit HTML. An editing screen for your blog template’s HTML displays. Just scroll to the bottom.
- Look for the end of the template. It’ll look like:
</div> </div>
<!– end outer-wrapper –>
Add Here
</body>
</html>
- Put cursor right before that </body> tag.
- Paste the Google Analytics Code Block.
- Click Save Changes.
- To ensure that you have successfully added the Google Analytics Code Block to blog, go back to http://google.com/analytics/.
- Next to blog’s URL it will say either Receiving Data (you were successful) or Tracking Not Installed (something is amiss).
- If it said Tracking Not Installed, click on Check Status. Google then checks your blog for the Analytics Code Block and reports back if it find it or not.
- If not, try re-pasting the Code Block in.
Comments
Post a Comment