Skip to main content

How to use google analytics in simple way




HOMEPAGE
How to use google analytics simple way
How to use google analytics in simple way


Just the name is intimidating to some people: Google Analytics. It might help to know that analytics is the name for the branch of mathematics dedicated to analyzing data, and is generally used to tease out meaningful patterns that can be used to generate statistics and make predictions about future trends.

That said, you don't need to know or perform any math to use Google Analytics — all of that is done in the background for you.
What you can do with Google Analytics

Google Analytics — commonly abbreviated as GA — is a free tool that Google provides to help you understand, analyze, and improve your website traffic. It provides graphs and data that you can use to understand information about your site. Here are just a few examples of the kind of information you can learn using GA:
How many unique visitors click on the site and specific pages within it.
How many overall page views go to specific pages (and the site in general). Pageviews are different from unique visitors, since the same person might click on a page more than once.
How long visitors are spending on each page during their visit.
What your "bounce" rate is — in other words, what percentage of your visitors are leaving the site after looking at only a single page, rather than following links to other pages.
Information about your visitors' demographics, including where they are from, and what kind of browser or mobile device they're using to visit.


It's important to note that only the site's owners and managers can see GA data, so strangers, visitors, and competitors cannot, for example, access your Google Analytics page (at least not without your permission or login information).
How to create a Google Analytics account

To get started, you need to create a Google Analytics account for each website you own or manage.

1. Go to the Google Analytics homepage and sign into your Google account if needed.

2. If you don't already have a GA account, click "Sign Up."


3. Follow the setup instructions by entering the name and URL of your web site, along with other details, and click "Get Tracking ID."

To get a Google Analytics account for your website, fill out the simple one-page form. Dave Johnson/Business Insider



4. On the next page, you'll be given a tracking code that you need to add to the tag on each page of your website that you want to be able to monitor in GA. You can add that tag manually in an HTML editor (following the directions provided by Google) or, if you use a web service like Wix or Squarespace, the webpage editor can do this automatically for you.

You'll need to update your web site with this tracking ID. Dave Johnson/Business Insider



After creating your account, you can enable other people to see your GA page:

1. On your Google Analytics page, click the Gear icon in the lower left corner to open the Admin page.


2. Click "User Management." You should see your own login information.

3. Click the blue plus sign in the upper right corner of the screen.

4. Click "Add users," and enter the email address for each person you want to add to the GA account. They'll each get an email inviting them to GA with their own unique password. You can always return here to revoke their permission.
A quick tour of Google Analytics

Once you have a working GA account, you can log in at any time and get a snapshot of your site's performance. Here are some key places to start:

The Home tab displays a brief dashboard of your site's performance, including traffic, how many users are on the site at this very moment, and where your traffic is coming from.

The Home page of your Google Analytics report summarizes the overall health of your site. Dave Johnson/Business Insider


The Real-Time tab is rich with valuable information, especially if your site is news-focused or publishes timely information. It'll show you who is on your site minute-by-minute along with which pages on the site are currently trending, and where that traffic is coming from.

This is an exciting page to leave open in the background if you want to monitor your site's traffic hour-by-hour. Dave Johnson/Business Insider


The Behavior tab is critical for understanding what pages are performing well (and which ones are doing poorly). The Site Content section of the Behavior tab is a favorite for site editors and content managers, because it shows the traffic for every page on the site for any timeframe you might want to see.

The Behavior tab tells you what your most valuable pages are. Dave Johnson/Business Insider


The Conversions tab is where you can find how ecommerce campaigns are performing. Here you can establish goals and see whether traffic is translating into actual revenue.

Learn more from Google

Google has a wealth of online instruction and tutorials for Google Analytics. If you want to learn how to use this tool, you should start with Google Analytics Academy, which is a collection of videos and articles that introduce you to every aspect of the site

Comments

Popular posts from this blog

How to Remove Powered by Blogger – Attribution Widget?

In this article, I will be demonstrating how to remove or hide attribution widget ‘Powered by Blogger’ in footer of blogger blogspot blogs.  Before going to the process,  backup your blogger template , while editing html code if anything goes wrong or template modified design doesn’t work or looks good you can restore from backed up template.  Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget. Method 1: Remove ‘Powered by Blogger’ by unlocking Attribution widget Step 1 : Go to your blog “Template” | click on “Edit HTML”. Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below Step 3: After selecting Attribution 1 widget you will be able to see this line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>  on your blogger template. Step 5: Once done click on...

How to get Google Assistant on your Windows, Mac, or Linux Machine

Google Assistant is Google’s answer to Amazon’s Alexa smart home assistant. Initially only available with limited functionality in the Google Allo application, Google Assistant later rolled out with the Google Home and Pixel smartphones to bring the full power of Google’s assistant to consumers. After a few months of waiting, smartphones running Android 6.0+ also received Google Assistant, and just a few days ago Google launched the Google Assistant SDK which allows Assistant to be run on basically any platform. Today, we will show you how to install Google Assistant onto your Windows, Mac, or Linux machine using Python. Note: at this point in time, this is purely for educational purposes. There’s no fancy GUI for you to play with, and installing Assistant requires you to use the command line. Get Google Assistant on Windows/Mac/Linux Machines Requirements: Python 3 You’ll need to have Python installed no matter whether or not you are using W...

Fix for NET Framework 3.5 not installing on Windows 10

I'm a gamer at heart, so you can imagine how annoyed I was when I saw that a Windows 10 error was preventing me from running certain titles. Many modern games require  NET Framework 3.5 in order to run, but... whenever I tried to install it on my Windows 10, I got the " DISM failed. No operation was performed ." error message. Since I'm sure I'm not the only one facing this problem, I've decided to show everyone how to fix it. For those of you who are interested, the Net Framework is a programming infrastructure that Microsoft created to help developers build and deploy products that use .NET technology. Since there are a lot of applications and services that rely on .NET (Dot Net) for their functionality, you can imagine that this kind of error can be quite irritating. Here are a few solutions that you should try: Solution One This is the one that takes the least time, but you need to have the USB stick that contains the Windows 10 installer plugged into your...