SlideShare uma empresa Scribd logo
1 de 32
Google analytics
By D Balaji
Agenda
• What is GA
• Why do we need GA
• How it works
• Applications
• Advanced level ones
What is Google analytics
• It’s a free application from Google to measure webpage traffic
• Analytics generate metrics
• Metrics help businesses to measure things
• Good measurements can help you get better results
• Analytics collects data from client side through javascript.
• It also makes the data collected into something easily understandable like
reports
Other ways to collect data from client side
• Cookies
• Page counters
• On the server side
• Log analysers
• Stack reporting
Types of data in analytics
• Real time
• Helps you be reactive
• Like heavy traffic etc
• Historical
• Helps you be proactive
• Better planning etc
History of Google analytics
• Till 2005, Google priced its analytics at 200$
• It buys a company called Urchin
• Later the product was released for free
• It had 0.25 million new registrations in 2 days
Pre-requisites
• Basic HTML, JS
• Google account
• Sign up for analytics by giving your website details
• Got time or serious business user, read terms of data use
How Google identifies your site
• You need to copy and paste the Javascript code on every page of
your application
• The JS code has a unique key that is tied to your website
• Once the script is set, Google starts tracking each visitor
anonymously
• Its advisable to put Google analytics in head section of the page.
• If you put GA code at the bottom of the page, some visitors may
not wait for the page to load. They may exit even before analytics
loads
Topics to discuss
• I have 2 websites, should I have one google analytics account or
two?
• Other than page load, can I capture events like mouse clicks?
• I have a team, how can I give google analytics access to them?
• Is the tracking information on GA up to date?
Understanding terms/Jargon
• Visitor – any human/crawler visiting the website from a standard
IP address.
• Visits – interaction by a user on a website
• Unique visitor – An unique individual visiting our site
• New visitor – first ever visit to the website
• Repeat visitor – activity containing 2 or more visits in the duration
mentioned
• Return visitor – Any one who has visited to site earlier in any time
frame
Contd
• Visit duration – how long visitors spend time on the site
• Bounce – an ultra short visit is a bounce. User has not interacted
with the site
• Keywords – terms used by the visitors to find your website. Types
of keywords
• Paid e.g. google ads
• Organic e.g SEO
• Funnel – path taken by user to reach the goal
Traffic sources
• Direct traffic – people who type URL in the browser
• In this case, the referrer shall be ‘no referrer’
• If user clicks on a link from a website ‘medium.com’, then the
referrer shall be set as ‘medium.com’
• Organic or search engine
Metrics on ecommerce site
• Site usage
• Ecommerce overview
• Goal conversion rate
• Average order value
• Products
• Transactions
Metrics on static site
• Site usage
• Top content
• New vs Returning
• Bounce rate
• Depth of visit
• Map overlay
Custom reports
• Custom reports is a convergence of 2 different types of data
• Dimensions
• Metrics
• Dimensions
• They are usually attributes of a visitor
• Text based measurements
• For example, if interested in tracking users by city. Then city is a dimension
• Metrics
• Measurement of attributes, i.e. numbers
Filters
• Filters help us in selectively removing a section of the user data.
E.g. Visitors from the development team can be filtered by their
IP address
• Types of filters
• Standard filters
• Custom via regex or pattern matching
• Some filters can also help you include information
• Filters can be applied on multiple domains at the same time via
filter manager
• Filters are applied in an order in which they were applied
Goals
• Nobody tracks website metrics without a reason. That reason is
based on their goal.
• Management speak/Lingo
• Objectives – big picture, how the product should perform or fit into. They
are the long term goals
• Goals – short term aims, e.g. increase sales by 20% every year
• Specifics – what you want to accomplish. That’s the result of the funnel.
More people on the order confirmation page
Goal information
• Goal status – on/off
• Match type
• URL
• Header match
• Regex
• Goal URL
• Goal Name
• Is URL case sensitive
• Goal value
• Funnel
Funnel
• Mapping user behaviour or flow
• Define landing page
• Second or more steps. Think about newsletter example. Filling form and
activating email are the steps
• Final step – confirmation page
• Funnels should cover as many steps possible so we get accurate
data
• Non standard funnels is one where all the steps are not a part of
the same website
Other analytics vendors
• Omniture site catalyst
• Coremetrics
• Webtrends
• ClickTracks
• Unica netinsight
Dimensions of campaign tracking
• Source – site that brought traffic
• Medium – medium through which you acquired visitor. Could be CPC,
email or banner
• Campaign – Bucket the visitors based on some campaign name
• Term – refers to keyword used in marketing campaigns
• Content – URL tagging, refers to URL contents
• Sample URL - http://www.yoursite.com/landing-
page.html?utm_source=yahoo&utm_ medium=cpc&utm_term=green-
shirt&utm_content=discount+ad&utm_ campaign=shirts+and+wearables
• Source, medium & campaign are required dimensions
• URL can be built using url builder tool
AdWords related jargon
• RPC – Revenue per click
• CPC – Cost per click
• ROI – Return of investment
• Margin –Usually a %. Its difference between expenditure on ads and
income divided by revenue.
• Visits and clicks – if user visits a page from ad, it’s a click. If user had
bookmarked a link and visits later, then it’s a visit.
• GCLid – Google click identifier used to pass adwords information to
analytics
• CTR click through rate
Tracking subdomains and multiple domain
• Use the same user identification id
Reports
• We have setup google analytics to collect data. We will present
the collected data in the form of reports
• Reports show us what is working correctly and what is not
• Popular reports
• Visitor
• Traffic sources etc
• Overview review gives us a quick version of the important data
• GA uses cookies to track visitors on a site. When user clears his
cookies, then he is counted as a new user
Benchmarking
• As people we compare things, we say his car is not a Ferrari. We
were able to do this because we know his car and Ferrari
• Same with websites, if we share our data with google. Then google
gives the industry benchmark to compare with
• To enable this feature we need to turn on a feature to share data
with google
• Once enabled it takes upto 2 weeks to get enough data.
• Recency – how frequently a visitor returns to a site
Event tracking
• Helps to track user activity
• Sample pageTracker._trackEvent(“Videos”, “Play Button”,
“Transformers Trailer”, “37”);
• Tracking affects bounce rate calculation
• Google can track 500 events per session
Data hierarchy
• Account – highest level access
• Property – source of data could be an app or site
• View – specific set of data from property
Types of access
• Read & Analyse
• Collaborate
• Edit
• Manage users
Jargon & rules
• Hit – data about a specific type of interaction sent to GA
• Session – collection of hits called session
• Dimension – some attribute that describes data
• Report – data presented to user
• Personal identification like names, emails etc should not be
collected as part of GA
• Property id – the number which identifies your GA account
Placement of GA code
• Put it in the head section or beginning of the body
• Its async so it would not cause any blocking
• Google analytics generally uses a cookie to track users
• Cookie name would be _ga
• If you don’t want cookie based solution then provide client id
everytime
Goals in GA
• Goals are a type of user interaction which we want to consider as
a conversion
• Types of goals
• Destination
• Session duration
• Pages per session
• Event goals
Next part to be contd.

Mais conteúdo relacionado

Mais procurados

Module 1 introduction to web analytics
Module 1   introduction to web analyticsModule 1   introduction to web analytics
Module 1 introduction to web analytics
Gayathri Choda
 
Metrics & Analytics That Matter - Kirill Kronrod, SEO Manager, Adobe
Metrics & Analytics That Matter - Kirill Kronrod, SEO Manager, AdobeMetrics & Analytics That Matter - Kirill Kronrod, SEO Manager, Adobe
Metrics & Analytics That Matter - Kirill Kronrod, SEO Manager, Adobe
BrightEdge Technologies
 
Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...
Key Multimedia Ltd
 

Mais procurados (20)

Lead Generation Training Course, What is Lead Generation, How to Generate Lea...
Lead Generation Training Course, What is Lead Generation, How to Generate Lea...Lead Generation Training Course, What is Lead Generation, How to Generate Lea...
Lead Generation Training Course, What is Lead Generation, How to Generate Lea...
 
Module 1 introduction to web analytics
Module 1   introduction to web analyticsModule 1   introduction to web analytics
Module 1 introduction to web analytics
 
Digital analytics Adobe Symposium
Digital analytics Adobe SymposiumDigital analytics Adobe Symposium
Digital analytics Adobe Symposium
 
Metrics & Analytics That Matter - Kirill Kronrod, SEO Manager, Adobe
Metrics & Analytics That Matter - Kirill Kronrod, SEO Manager, AdobeMetrics & Analytics That Matter - Kirill Kronrod, SEO Manager, Adobe
Metrics & Analytics That Matter - Kirill Kronrod, SEO Manager, Adobe
 
Click2serere
Click2serereClick2serere
Click2serere
 
Ultimate SEO Guide For Beginners
Ultimate SEO Guide For BeginnersUltimate SEO Guide For Beginners
Ultimate SEO Guide For Beginners
 
Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...
 
Business Link North East Internet Marketing and SEO Training
Business Link North East Internet Marketing and SEO TrainingBusiness Link North East Internet Marketing and SEO Training
Business Link North East Internet Marketing and SEO Training
 
Mohsin khan
Mohsin khanMohsin khan
Mohsin khan
 
Search Engine Marketing Strategies for Hotels - HSMAI digital 2014
Search Engine Marketing Strategies for Hotels - HSMAI digital 2014Search Engine Marketing Strategies for Hotels - HSMAI digital 2014
Search Engine Marketing Strategies for Hotels - HSMAI digital 2014
 
Zuse digital search engine optimization rankings, tactics & trends
Zuse digital search engine optimization rankings, tactics & trendsZuse digital search engine optimization rankings, tactics & trends
Zuse digital search engine optimization rankings, tactics & trends
 
Introducing Google Analytics
Introducing Google AnalyticsIntroducing Google Analytics
Introducing Google Analytics
 
Google Analytics Training
Google Analytics TrainingGoogle Analytics Training
Google Analytics Training
 
Web analytics
Web analyticsWeb analytics
Web analytics
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analytics
 
Search engine marketing - SEM
Search engine marketing - SEMSearch engine marketing - SEM
Search engine marketing - SEM
 
Web Analytics 2
Web Analytics 2Web Analytics 2
Web Analytics 2
 
Web analytics 101 - Framework for Business Objectives & Data Analysis
Web analytics 101 - Framework for Business Objectives & Data AnalysisWeb analytics 101 - Framework for Business Objectives & Data Analysis
Web analytics 101 - Framework for Business Objectives & Data Analysis
 
Google Analytics & Web Masters Tools - GBG Mumbai
Google Analytics & Web Masters Tools - GBG MumbaiGoogle Analytics & Web Masters Tools - GBG Mumbai
Google Analytics & Web Masters Tools - GBG Mumbai
 
Web Analytics 4
Web Analytics 4Web Analytics 4
Web Analytics 4
 

Semelhante a Google analytics concepts introduction

Visionary - Google Analytics
Visionary - Google AnalyticsVisionary - Google Analytics
Visionary - Google Analytics
Bryan Gruhlke
 
Paul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag Manager
Paul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag ManagerPaul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag Manager
Paul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag Manager
Julia Grosman
 
Google Analytics for Dummies
Google Analytics for DummiesGoogle Analytics for Dummies
Google Analytics for Dummies
Tim Lelek
 

Semelhante a Google analytics concepts introduction (20)

Google Analytics Features
Google Analytics FeaturesGoogle Analytics Features
Google Analytics Features
 
Visionary - Google Analytics
Visionary - Google AnalyticsVisionary - Google Analytics
Visionary - Google Analytics
 
Google analytics-basics-presentation
Google analytics-basics-presentationGoogle analytics-basics-presentation
Google analytics-basics-presentation
 
Using Google Analytics To Market Your Software Idea
Using Google Analytics To Market Your Software IdeaUsing Google Analytics To Market Your Software Idea
Using Google Analytics To Market Your Software Idea
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Google analytics agency model
Google analytics agency modelGoogle analytics agency model
Google analytics agency model
 
Paul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag Manager
Paul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag ManagerPaul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag Manager
Paul Duncan - Advanced Tracking & Enriched SERP Results via Google Tag Manager
 
Praxis Business School - Web Analytics - 2023.pptx
Praxis Business School - Web Analytics - 2023.pptxPraxis Business School - Web Analytics - 2023.pptx
Praxis Business School - Web Analytics - 2023.pptx
 
Google analytics getting_started
Google analytics getting_startedGoogle analytics getting_started
Google analytics getting_started
 
Google Analytics for Experienced Users
Google Analytics for Experienced UsersGoogle Analytics for Experienced Users
Google Analytics for Experienced Users
 
Google analytics traning for beginner ( part 1)
Google analytics traning for beginner ( part 1) Google analytics traning for beginner ( part 1)
Google analytics traning for beginner ( part 1)
 
Affiliate Summit Orlando Meetup Group: Google Analytics for Beginners
Affiliate Summit Orlando Meetup Group:  Google Analytics for BeginnersAffiliate Summit Orlando Meetup Group:  Google Analytics for Beginners
Affiliate Summit Orlando Meetup Group: Google Analytics for Beginners
 
Google Analytics Session
Google Analytics SessionGoogle Analytics Session
Google Analytics Session
 
Digital Marketing Course Week 4: Digital Analytics
Digital Marketing Course Week 4: Digital AnalyticsDigital Marketing Course Week 4: Digital Analytics
Digital Marketing Course Week 4: Digital Analytics
 
Innovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & TechnologyInnovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & Technology
 
Web Analytics Primer
Web Analytics PrimerWeb Analytics Primer
Web Analytics Primer
 
Analytics Implementation Roadmap
Analytics Implementation RoadmapAnalytics Implementation Roadmap
Analytics Implementation Roadmap
 
Google Analytics for Dummies
Google Analytics for DummiesGoogle Analytics for Dummies
Google Analytics for Dummies
 
Google analytics
Google analyticsGoogle analytics
Google analytics
 
Under the hood of Google Analytics
Under the hood of Google AnalyticsUnder the hood of Google Analytics
Under the hood of Google Analytics
 

Último

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
AroojKhan71
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 

Último (20)

Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 

Google analytics concepts introduction

  • 2. Agenda • What is GA • Why do we need GA • How it works • Applications • Advanced level ones
  • 3. What is Google analytics • It’s a free application from Google to measure webpage traffic • Analytics generate metrics • Metrics help businesses to measure things • Good measurements can help you get better results • Analytics collects data from client side through javascript. • It also makes the data collected into something easily understandable like reports
  • 4. Other ways to collect data from client side • Cookies • Page counters • On the server side • Log analysers • Stack reporting
  • 5. Types of data in analytics • Real time • Helps you be reactive • Like heavy traffic etc • Historical • Helps you be proactive • Better planning etc
  • 6. History of Google analytics • Till 2005, Google priced its analytics at 200$ • It buys a company called Urchin • Later the product was released for free • It had 0.25 million new registrations in 2 days
  • 7. Pre-requisites • Basic HTML, JS • Google account • Sign up for analytics by giving your website details • Got time or serious business user, read terms of data use
  • 8. How Google identifies your site • You need to copy and paste the Javascript code on every page of your application • The JS code has a unique key that is tied to your website • Once the script is set, Google starts tracking each visitor anonymously • Its advisable to put Google analytics in head section of the page. • If you put GA code at the bottom of the page, some visitors may not wait for the page to load. They may exit even before analytics loads
  • 9. Topics to discuss • I have 2 websites, should I have one google analytics account or two? • Other than page load, can I capture events like mouse clicks? • I have a team, how can I give google analytics access to them? • Is the tracking information on GA up to date?
  • 10. Understanding terms/Jargon • Visitor – any human/crawler visiting the website from a standard IP address. • Visits – interaction by a user on a website • Unique visitor – An unique individual visiting our site • New visitor – first ever visit to the website • Repeat visitor – activity containing 2 or more visits in the duration mentioned • Return visitor – Any one who has visited to site earlier in any time frame
  • 11. Contd • Visit duration – how long visitors spend time on the site • Bounce – an ultra short visit is a bounce. User has not interacted with the site • Keywords – terms used by the visitors to find your website. Types of keywords • Paid e.g. google ads • Organic e.g SEO • Funnel – path taken by user to reach the goal
  • 12. Traffic sources • Direct traffic – people who type URL in the browser • In this case, the referrer shall be ‘no referrer’ • If user clicks on a link from a website ‘medium.com’, then the referrer shall be set as ‘medium.com’ • Organic or search engine
  • 13. Metrics on ecommerce site • Site usage • Ecommerce overview • Goal conversion rate • Average order value • Products • Transactions
  • 14. Metrics on static site • Site usage • Top content • New vs Returning • Bounce rate • Depth of visit • Map overlay
  • 15. Custom reports • Custom reports is a convergence of 2 different types of data • Dimensions • Metrics • Dimensions • They are usually attributes of a visitor • Text based measurements • For example, if interested in tracking users by city. Then city is a dimension • Metrics • Measurement of attributes, i.e. numbers
  • 16. Filters • Filters help us in selectively removing a section of the user data. E.g. Visitors from the development team can be filtered by their IP address • Types of filters • Standard filters • Custom via regex or pattern matching • Some filters can also help you include information • Filters can be applied on multiple domains at the same time via filter manager • Filters are applied in an order in which they were applied
  • 17. Goals • Nobody tracks website metrics without a reason. That reason is based on their goal. • Management speak/Lingo • Objectives – big picture, how the product should perform or fit into. They are the long term goals • Goals – short term aims, e.g. increase sales by 20% every year • Specifics – what you want to accomplish. That’s the result of the funnel. More people on the order confirmation page
  • 18. Goal information • Goal status – on/off • Match type • URL • Header match • Regex • Goal URL • Goal Name • Is URL case sensitive • Goal value • Funnel
  • 19. Funnel • Mapping user behaviour or flow • Define landing page • Second or more steps. Think about newsletter example. Filling form and activating email are the steps • Final step – confirmation page • Funnels should cover as many steps possible so we get accurate data • Non standard funnels is one where all the steps are not a part of the same website
  • 20. Other analytics vendors • Omniture site catalyst • Coremetrics • Webtrends • ClickTracks • Unica netinsight
  • 21. Dimensions of campaign tracking • Source – site that brought traffic • Medium – medium through which you acquired visitor. Could be CPC, email or banner • Campaign – Bucket the visitors based on some campaign name • Term – refers to keyword used in marketing campaigns • Content – URL tagging, refers to URL contents • Sample URL - http://www.yoursite.com/landing- page.html?utm_source=yahoo&utm_ medium=cpc&utm_term=green- shirt&utm_content=discount+ad&utm_ campaign=shirts+and+wearables • Source, medium & campaign are required dimensions • URL can be built using url builder tool
  • 22. AdWords related jargon • RPC – Revenue per click • CPC – Cost per click • ROI – Return of investment • Margin –Usually a %. Its difference between expenditure on ads and income divided by revenue. • Visits and clicks – if user visits a page from ad, it’s a click. If user had bookmarked a link and visits later, then it’s a visit. • GCLid – Google click identifier used to pass adwords information to analytics • CTR click through rate
  • 23. Tracking subdomains and multiple domain • Use the same user identification id
  • 24. Reports • We have setup google analytics to collect data. We will present the collected data in the form of reports • Reports show us what is working correctly and what is not • Popular reports • Visitor • Traffic sources etc • Overview review gives us a quick version of the important data • GA uses cookies to track visitors on a site. When user clears his cookies, then he is counted as a new user
  • 25. Benchmarking • As people we compare things, we say his car is not a Ferrari. We were able to do this because we know his car and Ferrari • Same with websites, if we share our data with google. Then google gives the industry benchmark to compare with • To enable this feature we need to turn on a feature to share data with google • Once enabled it takes upto 2 weeks to get enough data. • Recency – how frequently a visitor returns to a site
  • 26. Event tracking • Helps to track user activity • Sample pageTracker._trackEvent(“Videos”, “Play Button”, “Transformers Trailer”, “37”); • Tracking affects bounce rate calculation • Google can track 500 events per session
  • 27. Data hierarchy • Account – highest level access • Property – source of data could be an app or site • View – specific set of data from property
  • 28. Types of access • Read & Analyse • Collaborate • Edit • Manage users
  • 29. Jargon & rules • Hit – data about a specific type of interaction sent to GA • Session – collection of hits called session • Dimension – some attribute that describes data • Report – data presented to user • Personal identification like names, emails etc should not be collected as part of GA • Property id – the number which identifies your GA account
  • 30. Placement of GA code • Put it in the head section or beginning of the body • Its async so it would not cause any blocking • Google analytics generally uses a cookie to track users • Cookie name would be _ga • If you don’t want cookie based solution then provide client id everytime
  • 31. Goals in GA • Goals are a type of user interaction which we want to consider as a conversion • Types of goals • Destination • Session duration • Pages per session • Event goals
  • 32. Next part to be contd.