Showing posts with label Google Analytics. Show all posts
Showing posts with label Google Analytics. Show all posts

How Do I Add a New Website to Google Analytics?

So you have created a new website or blog and want to track performance with Google Analytics. But how do you add another website or blog to your Google Analytics account? Keep reading!

Under one Google Analytics account, one may track up to 50 domains, each representing a website or blog.

When setting up Google Analytics, each unique website or blog is called a Property - previously called a Profile. The Google Analytics program will provide for you a unique snippet of code for each Property you create.

If you have a website with multiple pages, you will need to place the Analytics code in the footer of each web page for which you want to obtain statistics.

if you are using Server Side Includes (SSI) and have a separate file containing the footer code, you should only have to place the Analytics code in the footer file right before the </body> tag.



To add a new Google Analytics profile, follow these steps:
  1. Login to Google and go to https://www.google.com/analytics/web/
  2. Click Admin on the sidebar.
  3. Select the appropriate account in the first column.
  4. In the Property column, click the property (website or blog) that is shown, and then click Create new property at the bottom of the dropdown menu.
  5. Complete the information about the new property and copy the tracking code into your new webpage or blog. That's it.
Cheers!


How to Recover Google Analytics Tracking Code

If you change your blog template, or accidentally delete your Google Analytics tracking code from your website's HTML, it can be difficult to find the tracking code within the Analytics program.

Have you hunted around looking for your Analytics code? We have!


There are times we need to know how to find the Analytics code for our blog or website that we created years ago. Here is how to locate the code in your Google account.

First, Sign in (login) to your Google account. Then follow the steps below.
  1. Click https://www.google.com/analytics/web/#home/
  2. Click Admin on the sidebar.
  3. Select the appropriate account in the first column, and then select the website (property) in the second column by clicking the dropdown arrow by the default (first alphabetically) website listed.
  4. In the second column, now click Tracking info listed below your property (website). Then, from the menu that drops down, click Tracking code.

Copy the code and paste it into your webpage immediately before the </body> tag

If you are using the newer asynchronous syntax code, Google recommends placing the code right before the closing </head> tag, AND after any other scripts your webpage, blog, or template might use. The main reason for placing it in the head section is because it increases the likelihood that the tracking beacon will be sent before the user leave the page. If this is important to you, and you don't mind moving all your scripts to the "head" section, go for it.

Cheers!