SlideShare a Scribd company logo
1 of 43
@DNNConDon’t forget to include #DNNCon in your tweets!
@DNNConDon’t forget to include #DNNCon in your tweets!
Using Google Analytics
to Guide & Grade Web Projects
Jason Stone, VP Sales & Marketing,
Engage
jstone@engagesoftware.com
@DNNConDon’t forget to include #DNNCon in your tweets!
1. “Beginner-Level” Content
2. Why Analytics Matter
3. What to Look for in the Data
4. Real World Examples
5. Tips and Best Practices
6. A Free Tool
What to Expect Today
@DNNConDon’t forget to include #DNNCon in your tweets!
Guiding
Projects
Google Analytics
@DNNConDon’t forget to include #DNNCon in your tweets!
1. Used by the Majority of Good Sites
(~70%)
2. ROI (Defend the Spend)
3. DMAIC (Define, Measure, Analyze,
Improve, Control)
The data can answer Marketing’s
questions around who, when, and
what.
Why GA Matters
@DNNConDon’t forget to include #DNNCon in your tweets!
• The client has GA installed and
working correctly.
• They’re Going to Share Read &
Analyze Access With You
• Clean data? One URL source,
understand Filters.
First, Confirm Important
Assumptions
@DNNConDon’t forget to include #DNNCon in your tweets!
Part 1: Guiding
Let’s Look at the Numbers…
@DNNConDon’t forget to include #DNNCon in your tweets!
Initial View is “Audience
Overview”
@DNNConDon’t forget to include #DNNCon in your tweets!
Metrics from “Audience
Overview”
@DNNConDon’t forget to include #DNNCon in your tweets!
Metrics from “Audience
Overview”
Bounce Rate can have a different average for different kinds
of sites, though 40% is an overall average. In this case, 80.25%
is an indication of a problem. It’s too high for this Client’s site.
@DNNConDon’t forget to include #DNNCon in your tweets!
Does this chart look right?
@DNNConDon’t forget to include #DNNCon in your tweets!
What about these?
@DNNConDon’t forget to include #DNNCon in your tweets!
Behavior > Site Content > All
Pages
@DNNConDon’t forget to include #DNNCon in your tweets!
Behavior > Site Content > All Pages >
Page Title
@DNNConDon’t forget to include #DNNCon in your tweets!
Metrics from All Pages
@DNNConDon’t forget to include #DNNCon in your tweets!
Metrics from All Pages
@DNNConDon’t forget to include #DNNCon in your tweets!
Metrics from All Pages
@DNNConDon’t forget to include #DNNCon in your tweets!
Metrics from All Pages
@DNNConDon’t forget to include #DNNCon in your tweets!
Acquisition > All Traffic > Referrals
Tips and Tricks: Got Bots?
@DNNConDon’t forget to include #DNNCon in your tweets!
Advanced Search
@DNNConDon’t forget to include #DNNCon in your tweets!
Tips and Tricks: User Searches
Use searches to help see what users
can’t find.
Option 1: Advanced Search for “Search”
@DNNConDon’t forget to include #DNNCon in your tweets!
Tips and Tricks: User Searches
Use searches to help see what users
can’t find.
Option 2: Behavior > Site Search >
Overview
@DNNConDon’t forget to include #DNNCon in your tweets!
Tips and Tricks: Dealing with a
Larger Site
1. Export the lines to Excel (5,000 at a
time).
2. You’ll Need To Merge the Excel Files.
3. OR use Google Sheets:
https://developers.google.com/analytics/sol
utions/articles/reporting-apps-script
1. Play with the numbers. They offer
real insights.
@DNNConDon’t forget to include #DNNCon in your tweets!
Grading
Projects
Google Analytics
@DNNConDon’t forget to include #DNNCon in your tweets!
Current GA Universal Analytics Script
Start with the correct GA code.
In DNN Change Host >
SiteAnalytics.config to match the code
from Google Analytics
Admin > Property > Tracking Code
@DNNConDon’t forget to include #DNNCon in your tweets!
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)
[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})
(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', ‘UA-XXXXXXXX-X', 'auto');
ga('send', 'pageview');
</script>
Current GA Universal Analytics
Tracking Code
It should look like this:
@DNNConDon’t forget to include #DNNCon in your tweets!
Current GA Universal Analytics Script
Swap UA-XXXXXXXX-X code for
[‘Tracking Code’] to use DNN’s Google
Analytics Token.
@DNNConDon’t forget to include #DNNCon in your tweets!
Current GA Universal Analytics Tracking
Code
Recommended: Stick with the
Client’s existing UA tracking code
for historic comparison reporting.
@DNNConDon’t forget to include #DNNCon in your tweets!
Set Up (Confirm) Views
Master / Raw
Filtered
@DNNConDon’t forget to include #DNNCon in your tweets!
Set Up (Confirm) Filters
@DNNConDon’t forget to include #DNNCon in your tweets!
Set Up (Confirm) Views
Master / Raw
Filtered
@DNNConDon’t forget to include #DNNCon in your tweets!
Set Up (Confirm) Filters: Remove
Internal IPs
@DNNConDon’t forget to include #DNNCon in your tweets!
Set Up (Confirm) Filters: Clean
Case
@DNNConDon’t forget to include #DNNCon in your tweets!
Set Admin > View
Settings
•Default Page
•“Bot Filtering”
•Site Search Enabled
•Queries Stripped
Install (Confirm) A Clean View
@DNNConDon’t forget to include #DNNCon in your tweets!
Remember everything we looked at in
the beginning?
Pick your poison: Sessions, PVs, UPVs,
Time on Site, Bounce Rate, Exit %...
Don’t forget: Event tracking
Set KPIs
@DNNConDon’t forget to include #DNNCon in your tweets!
ga('send', 'event', [eventCategory],
[eventAction], [eventLabel],
[eventValue], [fieldsObject])
Event Tracking: Clicks, Media files,
PDFs, etc.
@DNNConDon’t forget to include #DNNCon in your tweets!
Acquisition > All Traffic >
Referrals
Got Friends? Tell them about the new
launch.
@DNNConDon’t forget to include #DNNCon in your tweets!
Tips & Tricks: View Root
Domains
@DNNConDon’t forget to include #DNNCon in your tweets!
Watch for Error 404s
@DNNConDon’t forget to include #DNNCon in your tweets!
1. At Launch
2. 30, 60, 90 days
3. GA auto emails to stakeholders
4. Quill Engage by Narrative Science
Monitor the Data
@DNNConDon’t forget to include #DNNCon in your tweets!
Questions?
Google Analytics
@DNNConDon’t forget to include #DNNCon in your tweets!
Want More?
engagesoftware.com/blog
www.linkedin.com/in/jasonhston
@StoneSTL
Google Analytics
@DNNConDon’t forget to include #DNNCon in your tweets!
THANKS TO ALL OF OUR GENEROUS
SPONSORS!
AND MOST OF ALL – THANK YOU!!

More Related Content

What's hot

SEO and YouTube - PRNews April 2019
SEO and YouTube - PRNews April 2019SEO and YouTube - PRNews April 2019
SEO and YouTube - PRNews April 2019Charles Taylor
 
Competitive keyword research | VE PEOPLE
Competitive keyword research | VE PEOPLECompetitive keyword research | VE PEOPLE
Competitive keyword research | VE PEOPLECarl Pantaleon
 
Asychronous javascript using LAX
Asychronous javascript using LAXAsychronous javascript using LAX
Asychronous javascript using LAXSikha Baid ☁
 
Rich text editing with Draft.js
Rich text editing with Draft.jsRich text editing with Draft.js
Rich text editing with Draft.jsNikolaus Graf
 
seo for blogspot
seo for blogspotseo for blogspot
seo for blogspotzaman khan
 
Popular SEO plugin for WordPress - WordCamp Pune 2015
Popular SEO plugin for WordPress - WordCamp Pune 2015Popular SEO plugin for WordPress - WordCamp Pune 2015
Popular SEO plugin for WordPress - WordCamp Pune 2015Alexander Gounder
 
SES SF 2010 - Whats Next for SEO and News
SES SF 2010 - Whats Next for SEO and NewsSES SF 2010 - Whats Next for SEO and News
SES SF 2010 - Whats Next for SEO and NewsTopher Kohan
 
The Ultimate Free Digital Marketing Toolkit
The Ultimate Free Digital Marketing ToolkitThe Ultimate Free Digital Marketing Toolkit
The Ultimate Free Digital Marketing ToolkitSteve Lock
 
20110611 Facebook Case Study
20110611 Facebook Case Study20110611 Facebook Case Study
20110611 Facebook Case StudyYuki MAEJIMA
 
One Hit Wonder's Guide to WordPress SEO
One Hit Wonder's Guide to WordPress SEOOne Hit Wonder's Guide to WordPress SEO
One Hit Wonder's Guide to WordPress SEOBen Cook
 
WordPress Myths Uncovered
WordPress Myths UncoveredWordPress Myths Uncovered
WordPress Myths UncoveredLauren Jeffcoat
 

What's hot (15)

Yoast SEO Plugin - 2015 Pubcon Vegas
Yoast SEO Plugin - 2015 Pubcon VegasYoast SEO Plugin - 2015 Pubcon Vegas
Yoast SEO Plugin - 2015 Pubcon Vegas
 
SEO and YouTube - PRNews April 2019
SEO and YouTube - PRNews April 2019SEO and YouTube - PRNews April 2019
SEO and YouTube - PRNews April 2019
 
Competitive keyword research | VE PEOPLE
Competitive keyword research | VE PEOPLECompetitive keyword research | VE PEOPLE
Competitive keyword research | VE PEOPLE
 
Asychronous javascript using LAX
Asychronous javascript using LAXAsychronous javascript using LAX
Asychronous javascript using LAX
 
Rich text editing with Draft.js
Rich text editing with Draft.jsRich text editing with Draft.js
Rich text editing with Draft.js
 
Getting started-checklist
Getting started-checklistGetting started-checklist
Getting started-checklist
 
seo for blogspot
seo for blogspotseo for blogspot
seo for blogspot
 
Popular SEO plugin for WordPress - WordCamp Pune 2015
Popular SEO plugin for WordPress - WordCamp Pune 2015Popular SEO plugin for WordPress - WordCamp Pune 2015
Popular SEO plugin for WordPress - WordCamp Pune 2015
 
Links4
Links4Links4
Links4
 
Podcasts
PodcastsPodcasts
Podcasts
 
SES SF 2010 - Whats Next for SEO and News
SES SF 2010 - Whats Next for SEO and NewsSES SF 2010 - Whats Next for SEO and News
SES SF 2010 - Whats Next for SEO and News
 
The Ultimate Free Digital Marketing Toolkit
The Ultimate Free Digital Marketing ToolkitThe Ultimate Free Digital Marketing Toolkit
The Ultimate Free Digital Marketing Toolkit
 
20110611 Facebook Case Study
20110611 Facebook Case Study20110611 Facebook Case Study
20110611 Facebook Case Study
 
One Hit Wonder's Guide to WordPress SEO
One Hit Wonder's Guide to WordPress SEOOne Hit Wonder's Guide to WordPress SEO
One Hit Wonder's Guide to WordPress SEO
 
WordPress Myths Uncovered
WordPress Myths UncoveredWordPress Myths Uncovered
WordPress Myths Uncovered
 

Similar to Analytics In, Analytics Out: Using Google Analytics to Guide and Grade Web Projects

Dnn Con Baltimore Security Flaws
Dnn Con Baltimore Security FlawsDnn Con Baltimore Security Flaws
Dnn Con Baltimore Security FlawsJoshua Bradley
 
Continuous Integration With Windows Azure Pack
Continuous Integration With Windows Azure PackContinuous Integration With Windows Azure Pack
Continuous Integration With Windows Azure PackJess Coburn
 
Advanced Google Analytics with Andy Crestodina - Part 3
Advanced Google Analytics with Andy Crestodina - Part 3Advanced Google Analytics with Andy Crestodina - Part 3
Advanced Google Analytics with Andy Crestodina - Part 3Digital Megaphone
 
Dnncon Palm Beach presentation about DNN intranets by Don Bishop
Dnncon Palm Beach presentation about DNN intranets by Don BishopDnncon Palm Beach presentation about DNN intranets by Don Bishop
Dnncon Palm Beach presentation about DNN intranets by Don BishopDon Bishop
 
Reactive extensions (rx js) in dnn
Reactive extensions (rx js) in dnnReactive extensions (rx js) in dnn
Reactive extensions (rx js) in dnnjsheely83
 
Advanced Google Analytics with Andy Crestodina - Part 2
Advanced Google Analytics with Andy Crestodina - Part 2Advanced Google Analytics with Andy Crestodina - Part 2
Advanced Google Analytics with Andy Crestodina - Part 2Digital Megaphone
 
Hotcakes Commerce Offers Gamification in E-Commerce
Hotcakes Commerce Offers Gamification in E-CommerceHotcakes Commerce Offers Gamification in E-Commerce
Hotcakes Commerce Offers Gamification in E-Commercestephmansueto
 
Winning Customer Engagement with Gamification
Winning Customer Engagement with GamificationWinning Customer Engagement with Gamification
Winning Customer Engagement with GamificationCara Pluff
 
Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...
Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...
Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...Brodie Clark
 
Pushing the DNN Envelope - A Journey Through Some Really Creative Use Cases
Pushing the DNN Envelope - A Journey Through Some Really Creative Use CasesPushing the DNN Envelope - A Journey Through Some Really Creative Use Cases
Pushing the DNN Envelope - A Journey Through Some Really Creative Use CasesDavid Poindexter
 
Become a Google Analytics Ninja
Become a Google Analytics NinjaBecome a Google Analytics Ninja
Become a Google Analytics NinjaFLBlogCon
 
Data Data Everywhere - Goldsmith
Data Data Everywhere - GoldsmithData Data Everywhere - Goldsmith
Data Data Everywhere - Goldsmithmjgoldsmith
 
We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!
We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!
We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!DanielCartland
 
10 Most Common Website & Marketing Mistakes (And How to Fix Them)
10 Most Common Website & Marketing Mistakes (And How to Fix Them)10 Most Common Website & Marketing Mistakes (And How to Fix Them)
10 Most Common Website & Marketing Mistakes (And How to Fix Them)IMPACT Branding & Design LLC
 
Plunging Into New Markets: Social, Mobile, and International PPC
Plunging Into New Markets: Social, Mobile, and International PPCPlunging Into New Markets: Social, Mobile, and International PPC
Plunging Into New Markets: Social, Mobile, and International PPCHanapin Marketing
 
SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...
SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...
SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...SearchLeeds
 
Seasoning Your UX Skills with Analytics
Seasoning Your UX Skills with AnalyticsSeasoning Your UX Skills with Analytics
Seasoning Your UX Skills with Analyticsoutlawcam
 
Bing Ads Latest & Greatest at the State of Search DFWSEM
Bing Ads Latest & Greatest at the State of Search DFWSEMBing Ads Latest & Greatest at the State of Search DFWSEM
Bing Ads Latest & Greatest at the State of Search DFWSEMJohn Gagnon
 
7 YouTube Tactics to Grow a Large Following
7 YouTube Tactics to Grow a Large Following7 YouTube Tactics to Grow a Large Following
7 YouTube Tactics to Grow a Large FollowingAntoine Dupont
 

Similar to Analytics In, Analytics Out: Using Google Analytics to Guide and Grade Web Projects (20)

Dnn Con Baltimore Security Flaws
Dnn Con Baltimore Security FlawsDnn Con Baltimore Security Flaws
Dnn Con Baltimore Security Flaws
 
Continuous Integration With Windows Azure Pack
Continuous Integration With Windows Azure PackContinuous Integration With Windows Azure Pack
Continuous Integration With Windows Azure Pack
 
Advanced Google Analytics with Andy Crestodina - Part 3
Advanced Google Analytics with Andy Crestodina - Part 3Advanced Google Analytics with Andy Crestodina - Part 3
Advanced Google Analytics with Andy Crestodina - Part 3
 
Dnncon Palm Beach presentation about DNN intranets by Don Bishop
Dnncon Palm Beach presentation about DNN intranets by Don BishopDnncon Palm Beach presentation about DNN intranets by Don Bishop
Dnncon Palm Beach presentation about DNN intranets by Don Bishop
 
Reactive extensions (rx js) in dnn
Reactive extensions (rx js) in dnnReactive extensions (rx js) in dnn
Reactive extensions (rx js) in dnn
 
Advanced Google Analytics with Andy Crestodina - Part 2
Advanced Google Analytics with Andy Crestodina - Part 2Advanced Google Analytics with Andy Crestodina - Part 2
Advanced Google Analytics with Andy Crestodina - Part 2
 
Hotcakes Commerce Offers Gamification in E-Commerce
Hotcakes Commerce Offers Gamification in E-CommerceHotcakes Commerce Offers Gamification in E-Commerce
Hotcakes Commerce Offers Gamification in E-Commerce
 
Winning Customer Engagement with Gamification
Winning Customer Engagement with GamificationWinning Customer Engagement with Gamification
Winning Customer Engagement with Gamification
 
Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...
Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...
Google Featured Snippets, the Discover Feed & More Must-Know SEO Insights, SE...
 
Pushing the DNN Envelope - A Journey Through Some Really Creative Use Cases
Pushing the DNN Envelope - A Journey Through Some Really Creative Use CasesPushing the DNN Envelope - A Journey Through Some Really Creative Use Cases
Pushing the DNN Envelope - A Journey Through Some Really Creative Use Cases
 
Become a Google Analytics Ninja
Become a Google Analytics NinjaBecome a Google Analytics Ninja
Become a Google Analytics Ninja
 
Data Data Everywhere - Goldsmith
Data Data Everywhere - GoldsmithData Data Everywhere - Goldsmith
Data Data Everywhere - Goldsmith
 
We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!
We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!
We’ve analysed the SEO of over 100 eCom sites - this is what we’ve learned!
 
10 Most Common Website & Marketing Mistakes (And How to Fix Them)
10 Most Common Website & Marketing Mistakes (And How to Fix Them)10 Most Common Website & Marketing Mistakes (And How to Fix Them)
10 Most Common Website & Marketing Mistakes (And How to Fix Them)
 
Plunging Into New Markets: Social, Mobile, and International PPC
Plunging Into New Markets: Social, Mobile, and International PPCPlunging Into New Markets: Social, Mobile, and International PPC
Plunging Into New Markets: Social, Mobile, and International PPC
 
SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...
SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...
SearchLeeds 2019 - Myposeo - Alexandre Sigoigne - Build SEO content strategy ...
 
Utah DMC Presents: SEO Night - July 2019
Utah DMC Presents: SEO Night - July 2019Utah DMC Presents: SEO Night - July 2019
Utah DMC Presents: SEO Night - July 2019
 
Seasoning Your UX Skills with Analytics
Seasoning Your UX Skills with AnalyticsSeasoning Your UX Skills with Analytics
Seasoning Your UX Skills with Analytics
 
Bing Ads Latest & Greatest at the State of Search DFWSEM
Bing Ads Latest & Greatest at the State of Search DFWSEMBing Ads Latest & Greatest at the State of Search DFWSEM
Bing Ads Latest & Greatest at the State of Search DFWSEM
 
7 YouTube Tactics to Grow a Large Following
7 YouTube Tactics to Grow a Large Following7 YouTube Tactics to Grow a Large Following
7 YouTube Tactics to Grow a Large Following
 

More from Engage Software

The Importance of UX in Association Website Design
The Importance of UX in Association Website Design The Importance of UX in Association Website Design
The Importance of UX in Association Website Design Engage Software
 
Millennial Engagement Strategies for Associations
Millennial Engagement Strategies for AssociationsMillennial Engagement Strategies for Associations
Millennial Engagement Strategies for AssociationsEngage Software
 
Enterprise Social Networking
Enterprise Social NetworkingEnterprise Social Networking
Enterprise Social NetworkingEngage Software
 
Responsive Views with Knockout
Responsive Views with KnockoutResponsive Views with Knockout
Responsive Views with KnockoutEngage Software
 
JavaScript: The Language
JavaScript: The LanguageJavaScript: The Language
JavaScript: The LanguageEngage Software
 
Packaging DNN extensions
Packaging DNN extensionsPackaging DNN extensions
Packaging DNN extensionsEngage Software
 
Considerations with Writing JavaScript in your DotNetNuke site
Considerations with Writing JavaScript in your DotNetNuke siteConsiderations with Writing JavaScript in your DotNetNuke site
Considerations with Writing JavaScript in your DotNetNuke siteEngage Software
 
Building A Membership Provider For DotNetNuke 4.X.X
Building A Membership Provider For DotNetNuke 4.X.XBuilding A Membership Provider For DotNetNuke 4.X.X
Building A Membership Provider For DotNetNuke 4.X.XEngage Software
 
Building DotNetNuke Modules
Building DotNetNuke ModulesBuilding DotNetNuke Modules
Building DotNetNuke ModulesEngage Software
 
The Right Way To Install Upgrade Dnn
The Right Way To Install Upgrade DnnThe Right Way To Install Upgrade Dnn
The Right Way To Install Upgrade DnnEngage Software
 
What’s New In DotNetNuke 5 (Cambrian)
What’s New In DotNetNuke 5 (Cambrian)What’s New In DotNetNuke 5 (Cambrian)
What’s New In DotNetNuke 5 (Cambrian)Engage Software
 

More from Engage Software (12)

The Importance of UX in Association Website Design
The Importance of UX in Association Website Design The Importance of UX in Association Website Design
The Importance of UX in Association Website Design
 
Millennial Engagement Strategies for Associations
Millennial Engagement Strategies for AssociationsMillennial Engagement Strategies for Associations
Millennial Engagement Strategies for Associations
 
Enterprise Social Networking
Enterprise Social NetworkingEnterprise Social Networking
Enterprise Social Networking
 
Responsive Views with Knockout
Responsive Views with KnockoutResponsive Views with Knockout
Responsive Views with Knockout
 
JavaScript: The Language
JavaScript: The LanguageJavaScript: The Language
JavaScript: The Language
 
Packaging DNN extensions
Packaging DNN extensionsPackaging DNN extensions
Packaging DNN extensions
 
Considerations with Writing JavaScript in your DotNetNuke site
Considerations with Writing JavaScript in your DotNetNuke siteConsiderations with Writing JavaScript in your DotNetNuke site
Considerations with Writing JavaScript in your DotNetNuke site
 
Building A Membership Provider For DotNetNuke 4.X.X
Building A Membership Provider For DotNetNuke 4.X.XBuilding A Membership Provider For DotNetNuke 4.X.X
Building A Membership Provider For DotNetNuke 4.X.X
 
Building DotNetNuke Modules
Building DotNetNuke ModulesBuilding DotNetNuke Modules
Building DotNetNuke Modules
 
DotNetNuke In An Hour
DotNetNuke In An HourDotNetNuke In An Hour
DotNetNuke In An Hour
 
The Right Way To Install Upgrade Dnn
The Right Way To Install Upgrade DnnThe Right Way To Install Upgrade Dnn
The Right Way To Install Upgrade Dnn
 
What’s New In DotNetNuke 5 (Cambrian)
What’s New In DotNetNuke 5 (Cambrian)What’s New In DotNetNuke 5 (Cambrian)
What’s New In DotNetNuke 5 (Cambrian)
 

Recently uploaded

audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkkaudience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkklolsDocherty
 
Thank You Luv I’ll Never Walk Alone Again T shirts
Thank You Luv I’ll Never Walk Alone Again T shirtsThank You Luv I’ll Never Walk Alone Again T shirts
Thank You Luv I’ll Never Walk Alone Again T shirtsrahman018755
 
Pvtaan Social media marketing proposal.pdf
Pvtaan Social media marketing proposal.pdfPvtaan Social media marketing proposal.pdf
Pvtaan Social media marketing proposal.pdfPvtaan
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyDamar Juniarto
 
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresenceCyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresencePC Doctors NET
 
Premier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfPremier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfappinfoedgeca
 
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.Tortogel
 
Production 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxProduction 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxChloeMeadows1
 
Development Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appsDevelopment Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appscristianmanaila2
 
How Do I Begin the Linksys Velop Setup Process?
How Do I Begin the Linksys Velop Setup Process?How Do I Begin the Linksys Velop Setup Process?
How Do I Begin the Linksys Velop Setup Process?Linksys Velop Login
 
Statistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfStatistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfOndejSur
 
I’ll See Y’All Motherfuckers In Game 7 Shirt
I’ll See Y’All Motherfuckers In Game 7 ShirtI’ll See Y’All Motherfuckers In Game 7 Shirt
I’ll See Y’All Motherfuckers In Game 7 Shirtrahman018755
 
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebiThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebJie Liau
 
Bug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideBug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideVarun Mithran
 
Reggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsrahman018755
 
Topology of the Network class 8 .ppt pdf
Topology of the Network class 8 .ppt pdfTopology of the Network class 8 .ppt pdf
Topology of the Network class 8 .ppt pdfAnushkaTripathi61
 

Recently uploaded (16)

audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkkaudience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
 
Thank You Luv I’ll Never Walk Alone Again T shirts
Thank You Luv I’ll Never Walk Alone Again T shirtsThank You Luv I’ll Never Walk Alone Again T shirts
Thank You Luv I’ll Never Walk Alone Again T shirts
 
Pvtaan Social media marketing proposal.pdf
Pvtaan Social media marketing proposal.pdfPvtaan Social media marketing proposal.pdf
Pvtaan Social media marketing proposal.pdf
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case Study
 
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresenceCyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
 
Premier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfPremier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdf
 
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
 
Production 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxProduction 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptx
 
Development Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appsDevelopment Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of apps
 
How Do I Begin the Linksys Velop Setup Process?
How Do I Begin the Linksys Velop Setup Process?How Do I Begin the Linksys Velop Setup Process?
How Do I Begin the Linksys Velop Setup Process?
 
Statistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfStatistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdf
 
I’ll See Y’All Motherfuckers In Game 7 Shirt
I’ll See Y’All Motherfuckers In Game 7 ShirtI’ll See Y’All Motherfuckers In Game 7 Shirt
I’ll See Y’All Motherfuckers In Game 7 Shirt
 
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebiThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
 
Bug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideBug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's Guide
 
Reggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirts
 
Topology of the Network class 8 .ppt pdf
Topology of the Network class 8 .ppt pdfTopology of the Network class 8 .ppt pdf
Topology of the Network class 8 .ppt pdf
 

Analytics In, Analytics Out: Using Google Analytics to Guide and Grade Web Projects

  • 1. @DNNConDon’t forget to include #DNNCon in your tweets!
  • 2. @DNNConDon’t forget to include #DNNCon in your tweets! Using Google Analytics to Guide & Grade Web Projects Jason Stone, VP Sales & Marketing, Engage jstone@engagesoftware.com
  • 3. @DNNConDon’t forget to include #DNNCon in your tweets! 1. “Beginner-Level” Content 2. Why Analytics Matter 3. What to Look for in the Data 4. Real World Examples 5. Tips and Best Practices 6. A Free Tool What to Expect Today
  • 4. @DNNConDon’t forget to include #DNNCon in your tweets! Guiding Projects Google Analytics
  • 5. @DNNConDon’t forget to include #DNNCon in your tweets! 1. Used by the Majority of Good Sites (~70%) 2. ROI (Defend the Spend) 3. DMAIC (Define, Measure, Analyze, Improve, Control) The data can answer Marketing’s questions around who, when, and what. Why GA Matters
  • 6. @DNNConDon’t forget to include #DNNCon in your tweets! • The client has GA installed and working correctly. • They’re Going to Share Read & Analyze Access With You • Clean data? One URL source, understand Filters. First, Confirm Important Assumptions
  • 7. @DNNConDon’t forget to include #DNNCon in your tweets! Part 1: Guiding Let’s Look at the Numbers…
  • 8. @DNNConDon’t forget to include #DNNCon in your tweets! Initial View is “Audience Overview”
  • 9. @DNNConDon’t forget to include #DNNCon in your tweets! Metrics from “Audience Overview”
  • 10. @DNNConDon’t forget to include #DNNCon in your tweets! Metrics from “Audience Overview” Bounce Rate can have a different average for different kinds of sites, though 40% is an overall average. In this case, 80.25% is an indication of a problem. It’s too high for this Client’s site.
  • 11. @DNNConDon’t forget to include #DNNCon in your tweets! Does this chart look right?
  • 12. @DNNConDon’t forget to include #DNNCon in your tweets! What about these?
  • 13. @DNNConDon’t forget to include #DNNCon in your tweets! Behavior > Site Content > All Pages
  • 14. @DNNConDon’t forget to include #DNNCon in your tweets! Behavior > Site Content > All Pages > Page Title
  • 15. @DNNConDon’t forget to include #DNNCon in your tweets! Metrics from All Pages
  • 16. @DNNConDon’t forget to include #DNNCon in your tweets! Metrics from All Pages
  • 17. @DNNConDon’t forget to include #DNNCon in your tweets! Metrics from All Pages
  • 18. @DNNConDon’t forget to include #DNNCon in your tweets! Metrics from All Pages
  • 19. @DNNConDon’t forget to include #DNNCon in your tweets! Acquisition > All Traffic > Referrals Tips and Tricks: Got Bots?
  • 20. @DNNConDon’t forget to include #DNNCon in your tweets! Advanced Search
  • 21. @DNNConDon’t forget to include #DNNCon in your tweets! Tips and Tricks: User Searches Use searches to help see what users can’t find. Option 1: Advanced Search for “Search”
  • 22. @DNNConDon’t forget to include #DNNCon in your tweets! Tips and Tricks: User Searches Use searches to help see what users can’t find. Option 2: Behavior > Site Search > Overview
  • 23. @DNNConDon’t forget to include #DNNCon in your tweets! Tips and Tricks: Dealing with a Larger Site 1. Export the lines to Excel (5,000 at a time). 2. You’ll Need To Merge the Excel Files. 3. OR use Google Sheets: https://developers.google.com/analytics/sol utions/articles/reporting-apps-script 1. Play with the numbers. They offer real insights.
  • 24. @DNNConDon’t forget to include #DNNCon in your tweets! Grading Projects Google Analytics
  • 25. @DNNConDon’t forget to include #DNNCon in your tweets! Current GA Universal Analytics Script Start with the correct GA code. In DNN Change Host > SiteAnalytics.config to match the code from Google Analytics Admin > Property > Tracking Code
  • 26. @DNNConDon’t forget to include #DNNCon in your tweets! <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o) [0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)}) (window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', ‘UA-XXXXXXXX-X', 'auto'); ga('send', 'pageview'); </script> Current GA Universal Analytics Tracking Code It should look like this:
  • 27. @DNNConDon’t forget to include #DNNCon in your tweets! Current GA Universal Analytics Script Swap UA-XXXXXXXX-X code for [‘Tracking Code’] to use DNN’s Google Analytics Token.
  • 28. @DNNConDon’t forget to include #DNNCon in your tweets! Current GA Universal Analytics Tracking Code Recommended: Stick with the Client’s existing UA tracking code for historic comparison reporting.
  • 29. @DNNConDon’t forget to include #DNNCon in your tweets! Set Up (Confirm) Views Master / Raw Filtered
  • 30. @DNNConDon’t forget to include #DNNCon in your tweets! Set Up (Confirm) Filters
  • 31. @DNNConDon’t forget to include #DNNCon in your tweets! Set Up (Confirm) Views Master / Raw Filtered
  • 32. @DNNConDon’t forget to include #DNNCon in your tweets! Set Up (Confirm) Filters: Remove Internal IPs
  • 33. @DNNConDon’t forget to include #DNNCon in your tweets! Set Up (Confirm) Filters: Clean Case
  • 34. @DNNConDon’t forget to include #DNNCon in your tweets! Set Admin > View Settings •Default Page •“Bot Filtering” •Site Search Enabled •Queries Stripped Install (Confirm) A Clean View
  • 35. @DNNConDon’t forget to include #DNNCon in your tweets! Remember everything we looked at in the beginning? Pick your poison: Sessions, PVs, UPVs, Time on Site, Bounce Rate, Exit %... Don’t forget: Event tracking Set KPIs
  • 36. @DNNConDon’t forget to include #DNNCon in your tweets! ga('send', 'event', [eventCategory], [eventAction], [eventLabel], [eventValue], [fieldsObject]) Event Tracking: Clicks, Media files, PDFs, etc.
  • 37. @DNNConDon’t forget to include #DNNCon in your tweets! Acquisition > All Traffic > Referrals Got Friends? Tell them about the new launch.
  • 38. @DNNConDon’t forget to include #DNNCon in your tweets! Tips & Tricks: View Root Domains
  • 39. @DNNConDon’t forget to include #DNNCon in your tweets! Watch for Error 404s
  • 40. @DNNConDon’t forget to include #DNNCon in your tweets! 1. At Launch 2. 30, 60, 90 days 3. GA auto emails to stakeholders 4. Quill Engage by Narrative Science Monitor the Data
  • 41. @DNNConDon’t forget to include #DNNCon in your tweets! Questions? Google Analytics
  • 42. @DNNConDon’t forget to include #DNNCon in your tweets! Want More? engagesoftware.com/blog www.linkedin.com/in/jasonhston @StoneSTL Google Analytics
  • 43. @DNNConDon’t forget to include #DNNCon in your tweets! THANKS TO ALL OF OUR GENEROUS SPONSORS! AND MOST OF ALL – THANK YOU!!

Editor's Notes

  1. Good sites = Top 1,000,000 as ranked by Alexa.
  2. Ask the client and test with Real-Time view. Ask the client. Trust, but confirm. Double-check the URLs to see if there’s something awry.
  3. A glaring page in the top 10 position is one thing
  4. We don’t use the optional Default page field, which is meant to aggregate (trialing slash pages and default.aspx or pages under one. If it has a www. Or .com it’s WRONG. If it has .php it may be fine now, but it’s going to cause confusion on the new site if you keep this account.
  5. Not just bad for users, also bad for SEO. Set up those 301 redirects!