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...

Top 7 Modules in Python Programming language | 2020

Python is a simple programming language yet of very high level and is very much popular. This days the use of python has gone very high and it is expected to be much higher in the upcoming days in the near future. So, today in this article we will be discussing about some modules in python language which are most to be learnt: NumPy: It helps to do basic mathematical operations and complex math with algebraic formulas, statistical operations,etc. It is a valuable python package and is important for machine learning. Pendulum: It helps to do complex coding involving dates and time and is broad form of datetime module. It also manages the time zone automatically hence, it is a replacement for the datetime module. Python imaging library: It makes easy to write codes that involves to open, read and manipulate or modify images in a variety of formats. The Pillow or PIL imaging library is good for importing, manipulation and exporting images. MoviePy: As pillow is to images, moviePy ...

Why should you learn Python programming language?

Python is a programming language developed by Guido Van Rossum. It is a very simple programming language so, you can learn Python without facing any issues. You are a beginner at programming can learn python. So, let's see top 7 reasons to learn python: Simple and popular: Python programming language is simple and very popular. Many significant platforms only support Python language. It also ranks top three as per TIOBE Index. Versatile:  It is a versatile language, i.e.; can we used to develop desktop applications, web pages and is considered best for AI and data science. Popularity: Many industries like YouTube, Amazon, Google, Facebook,etc. use this language. So, Python developers are very high in number. Moreover, the users of python are increasing day by day. Portable an extensible: Python course are portable and extensible as a code for Windows even run at Mac, Unix or Linux. Even the codes can be compiled in different languages like C++ or C. Graphical: The Python Computer G...