Collecting Analytics
Now that our site is up and running, we need to start collecting metrics to understand how it is being used. Metrics are key to operating a web application.
Google Analytics has many facets; the main three are as follows:
- Acquisition, which measures how visitors arrive at your website
- Behavior, which measures how visitors interact with your website
- Conversions, which measures how visitors completed various goals on your website
Here's a look at the Behavior
|
Overview
from my website TheJavaScriptPromise.com:

Google Analytics Behavior Overview
TheJavaScriptPromise.com is a simple one page HTML site, so the metrics are quite simple. Let's go over the various metrics on the screen:
Pageviews
show the number of visitorsUnique Pageviews
show the number of unique visitorsAvg. Time on Page
shows the amount of time each user spent on the siteBounce Rate
shows that users left the site without navigating to a subpage or interacting with the site in any manner, such as clicking on a link...