Step 1: Set Up Your Account
In order to use Google Analytics, you'll need to set up an account with them. This will provide you with a unique identifier to add to your site. You can only access information about your own site; you can't access information for other sites unless the site owner explicitly grants you access. The only people with access to your information will be people you grant access to.
- Go to Google Analytics.
- If you do not have a Google account, click Sign Up Now, to the left of the sign-in box. This will take you to a page where you can sign up for a Google account.
- If you have a Google account, use your email address and password to sign in.
- Click the Sign Up button to continue.
- In the next window, provide Google with the URL of the site you wish to analyze.
- Give the site an account name that is easy to remember. If you will be tracking multiple sites, this is especially important.
- Select the country your site is based in, or the country it is serving. Then select the appropriate time zone. If your site is based in India but all your users are in the U.S., you may want to select a U.S. time zone to figure out when in their day most choose to use your site - or you may want to set it to your city's time zone to see when you need the most workers on staff.
- Click Continue.
- In the next window, provide your contact information.
- Click Continue.
- In the next window, read the Google Analytics terms of service. If you agree with them, click the Yes box.
- Click Create New Account.
- Google will provide you with a block of code. Copy this - you'll need to insert it into your web site.
Step 2: Insert Google Analytics JavaScript Into Your Pages
You must insert the code into every page you want tracked. If you have a technical person who takes care of your pages, have them add the code for you.Inserting Google Analytics code for most sites
To insert the Google Analytics code, you need to get into the guts of your page - the HTML. If you are using a service like WordPress, you'll need to open the footer.php file to place this code.
- Find the </body> tag at the very bottom, just above the </html> page.
- Do you see the code urchinTracker(), utmLinker(), utmSetTrans(), or utmLinkPost() above the </body>tag? If so, you must paste the Google Analytics Javascript above that code. If not, paste it immediately above the</body> tag.
- If you have templates, insert the code into them as well.
- Once you have uploaded the pages back to your site, you can begin tracking information!





