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

Google Analytics 101 - Part 1



In the past, we've often mentioned Google Analytics as a great tool that helps you learn more about how visitors reach your website and what they do once they get there. But now's a good time to take a step back and talk about how to get started with Google Analytics from the very first step. The Google Analytics Blog is providing a series of "Analytics 101" articles that will walk you through sign up, installation, and using reports.

What is Google Analytics?

Google Analytics is a free, hosted web analytics service that provides useful data for website and marketing optimization. Site owners and marketers can make better informed decisions about their sites and campaigns by using metrics from Google Analytics reports. Google Analytics works by collecting information about your site traffic and advertising campaigns, combining this with e-commerce and conversion information to provide insight into the performance of your marketing efforts and site content.

Anyone can sign up using a Google account by visiting http://www.google.com/analytics/. You don't even need to have an AdWords account beforehand.

How do I sign up and install Google Analytics?

After signing up for a Google Analytics account comes the most important part of installation -- the tracking code snippet. Every Analytics user is given a unique piece of JavaScript code to insert in all site pages immediately before the </body> tag. The code snippet may look like something like this example below:

<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-#####-#");
pageTracker._initData();
pageTracker._trackPageview();
</script>

(For illustrative purposes only.)

Your "UA-#####-#" number will be unique to you. It's important to insert the code on all of your site's pages; otherwise Analytics won't be giving you the whole picture of what's going on.

If you're not ready to insert the code now, you can always retrieve this code later. Depending on the size of your site and the number of pages you need tagged, you may want to discuss installation with your webmaster, if you have one.

How do I view my reports?

After you've finished signup, you'll be taken to the Analytics Settings page. The Status box on the right side of this page will let you know whether the code has been properly inserted. It's important to note, however, that it takes anywhere from a few hours to a full day after code installation for your reports to start gathering and showing information.

Once the Status box in the Analytics Settings page says that you're receiving data, you can click the View Reports link to receive reports about your website traffic.

That's it for this first installment of Google Analytics 101. Try playing around with a few reports. If you want to learn more right away, the Analytics Help Center is a great resource for information. Look for the next installment soon, when we'll explain more about administering your account and using your reports.

10 Tips To Get The Most Out of Google Analytics



With all of the analytics packages out there sometimes it is hard to choose which one to implement! Some are more user friendly but provide less data while others are hard to manipulate but provide a mountainous amount of data. The worst part? Most of these programs have a large price tag associated with the use of the program.

For those of you who would rather swim through analytics data without a large price tag attached for similar programs, here are 10 tips to get the most from Google Analytics.

  1. Documentation. Read the major links on the Google Analytics support site (www.google.com/support/analytics/). This will give you a good overall understanding of the implementation.
  2. Page Tags. Tag all your pages with the GA Tracking Code that Google gives you when you sign up. Most GA users put the tracking code into an "include" file that gets included on all your pages, like a footer. When you think you are all tagged, spend $9 to $29 for a SiteScan at Epikone (http://sitescanga.com) to verify your work.
  3. Secure Pages. If you have any secure pages on your site, you need to use the secure code for them. The easiest way to do this is to use secure code on all your pages (even the insecure pages). When you sign up for GA, give your URL as https://www.mysite.com, not http, and it will generate the secure code (and don’t worry: the analytics will still work just fine.)
  4. Test Profile. Create a test profile in addition to your "real" profile. That way, you can test new features. When you are sure they work, move them over into your real profile. (Under "Analytics Settings" choose "Add a Website Profile." Then choose to add a profile for an existing site. You can have up to 50 profiles in an account.)
  5. Funnels. Use sales funnels (tools that allow you to observe the online sales process) for defined movement in the site -- like through a shopping cart, or from a sign-up page to the "Thank you" page. Don’t try to make your funnels teach you about undefined motion, like pathing through the whole site -- you'll just be frustrated. And don’t forget to create those funnels; they are one of GA’s greatest strengths.
  6. Special Profiles. Create special profiles for important campaigns (like paid search or organic search). That way, you can apply all of the GA tools focusing a specific campaign. This is one of the best ways to segment in GA, but you have to think of it before you need it.
  7. E-commerce Tracking. If you have an e-commerce site, remember to set up the special e-commerce tracking code and tell GA that each profile does e-commerce.
  8. Autotag Google AdWords. If you use Google AdWords, make sure that your AdWords talk to your Analytics. Then be sure that your AdWords are autotagged (it's in the "My Account" tab of your AdWords.) Finally, go to your Google Analytics from your AdWords (you have to do it this way), choose your profile, edit the profile, edit the main website information, and choose "Apply Cost Data." Now your AdWords and your Analytics are in sync.
  9. Tag Other Campaigns. Be sure to tag all your other campaigns, too – like your Yahoo and MSN paid search, your banner ads, your email marketing. Use the Google Analytics link tagging tool, being sure to include at least a campaign name, a source and a medium.
  10. Analyze your data. Use all that hard work to figure out where you are getting your best traffic from, to learn where individuals are leaving your shopping cart, and to learn which keywords are working for you. After all, the whole point of having great analytics is to make more money.
I grabbed these tips from one of my favorite e-mail newsletters Web Marketing Today and the tips are courtesy of Robbin Steif. She is CEO of LunaMetrics, a Google Analytics Authorized Consultant with clients both large and small. She serves on the board of directors for the Web Analytics Association.