Analytics Module 2
Analytics Module 2
Content
• Web Analytics Metrics
• KPI’s
Web Metrics
Home Page3
Page2
Page
• Someone surfs over to your website and requests your home page, which
starts a visit (session) on your website. The visitor then requests two more
pages from your site before deciding to leave your website.
Illustrates the metrics we want to compute for this visit:
• Time on Page (Tp) represents the time spent on each page.
• Time on Site (Ts) represents the time spent during that session on the
website.
• Someone surfs over to your website and requests your home page, which starts a
visit (session) on your website.
• The visitor then requests two more pages from your site before deciding to leave
your website.
• Fig. illustrates the metrics we want to compute for this visit:
• Time on Page (Tp) represents the time spent on each page.
• Time on Site (Ts) represents the time spent during that session on the website
• Tp= Time on Page Ts= Time on Site Fig.-2
TS=?
Time on Page
• Home Page requested at 10:00
• Fig. 3
10:00 10:01 10:05
Ts
• There is an entry in your log file (weblog or JavaScript tag
• Technically, the message actually looks something like this:
111.111.111.111 - - [08/Oct/2009:10:00:00 -0400] “GET / index.html HTTP/1.1″
200 10801 “http://www.google.com/search?q=avinash+kaushik&ie=utf-8&oe=utf-8
&aq=t&rls=org.mozilla:en-US:official&client=firefox-a” “Mozilla/5.0 (Windows; U;
Windows NT 5.2; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7″
• Notice the time stamp there? So far, all your analytics program knows is
when a page was requested, which is why we have this:
• Tp = N/A (not available)
• Ts = N/A
• someone clicks a link to page 2 from your home page, as shown in Figure-3
• Now there is a new entry in your log file that essentially reads, “The same
visitor requested page 2 at 10:01.” Now your web analytics program can
compute some time metrics! The program knows how long the visitor spent
on the home page. It subtracts 10:01 from 10:00 and gets one minute. Hence:
Tp (home page) = one minute
• Notice that the only way the analytics tool knows how long someone spent
on one page is by looking at the two time stamps: one from the request for
the first page and one from the request for the second page
Time on page
• link on page 2 entices the person to click to page 3 to buy the product.
• The magical math outlined earlier happens (10:05 minus 10:01), and for page
2 here’s the result:
• Tp (page 2) = four minutes( Acc. To the Fig. 3)
• The visitor reaches page 3 and notices that the product is too costly, he will
get the same in low price so he decided to exit from there.
Time on page
• Tp (page 3) = The time of the page request (10:05) minus the time of next
page request (N/A)( That is not available due to that the customer disagrees
and exit from the page)so that the time stamp for the last page 3 is not
available
• i.e Tp(Page 3)= Zero Min.
• The analytics tool has no idea how long the visitor spent on the last page on
your site. This flaw is true for nearly all web analytics programs in terms of
default behavior.
Time on Site
Home Page 3
Page 2
Page
Tp= 0:01 Tp= 0:00
Tp= 0:05
Min.
Time on Site
• Tp (home page) = one minute
• Tp (page 2) = four minutes
• Tp (page 3) = zero minutes
• Ts = five minutes (Time on Site, also known as Session Length)
Time on Site
• Time on Site (TOS) measures the average amount of time a visitor spends on
an ecommerce website before they abandon the page.
• This metric is critical for understanding the user engagement of a website.
TOS is analyzed to determine the user experience and the effectiveness of
various pages and content and to identify areas where improvements may be
needed.
• The TOS helps measure the overall health of a site, which can be used to
inform changes needed for increased conversions.
Time on Site
• Time on Site = Total Duration of all Sessions / Total Number of Sessions
• If a website had 10,000 page views with an aggregated time spent on the
website of 8 hours, the website's Time on Site can be calculated by dividing
10,000 page views by 8 hours, which equals an average Time on Site of 1.25
hours.
Why is TOS important
• User engagement is how valuable users find your product, based on how
much they interact or ‘engage’ with your website or service. You can tell
whether a user is engaged by their actions: they download your content,
share it with others, click through to your pages, and interact with your
product's tools and features.
• Customer Engagement
Engagement
It is measured by :-
• Visits
• CTR
• Pages per Session
• Session Duration
• Conversion Rate
• Bounce Rate
• Time on Page
key differences between KPIs and metrics:
• KPIs are strategic because they offer insight into how you are succeeding at
attaining your goals. Meanwhile, metrics are tactical, in that they look at the
activities that take place to allow you to achieve your KPI.
•