Saturday, January 22, 2011

Adding your Blogger Blog To Google Analytics.

Copy Your Google Analytics Code Block

  1. Login to Google Analytics at http://google.com/analytics/.
  2. Click on Add Website Profile. A form will display.
  3. Select Add a Profile for a New Domain.
  4. Enter the URL of your site or blog.
  5. Select your country and time zone. Click on Finish.
  6. Analytics will provide you with a code block – a chunk of HTML – to add to your site’s pages.
  7. Highlight the code block and then copy it by selecting Edit > Copy or Ctrl-C or Command-C.

Add the Google Analytics Code to Your Blogger Blog

  1. Login to http://www.blogger.com/. The Dashboard loads.
  2. Under the blog you want to add Analytics tracking to, click on Layout or Template.
  3. Click on Edit HTML. An editing screen for your blog template’s HTML displays. Don’t freak out. Just scroll to the bottom.
  4. Look for the end of the template. It’ll look like:
</div> </div>
<!– end outer-wrapper –>
(Google Analytics Code Block is going to go here!)
</body>
</html>
  1. Put your cursor right before that </body> tag.
  2. Paste the Google Analytics Code Block by selecting Edit > Paste, Ctrl -V or Command-V.
  3. Save Changes.
Congratulations, you have now added the Google Analytics Code Block to Your Blogger Blog.

No comments:

Post a Comment