MIS 424 Professor Sandvig. Overview  Why Analytics?  Two major approaches:  Server logs  Google Analytics.

Slides:



Advertisements
Similar presentations
Monitoring a web sites health. Web Analytics - Definition Measurement of the behavior of visitors to a website Which aspects of the website work towards.
Advertisements

WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Copyright © Steven W. Johnson
Advanced Web Metrics with Google Analytics By: Carley Brown.
Designing for Search Engines MIS 424 MIS 424 Professor Sandvig Professor Sandvig.
Urchin & Website Usability. Usability Study Usability study is a repetitive process that involves testing a site and then using the test results to change.
Google Business Applications (search, ads and analytics)
Measuring Success: SES London 2007 An Introduction to Web Analytics ● Types of Tracking ● Why You Need Analytics ● How to Employ Tracking Data ● Specific.
Analyzing Website Traffic Dan Belhassen greatBIGnews.com Modern Earth Inc.
Introduction to Web Analytics Web analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding and optimizing.
Information on the Internet. http hypertext transfer protocol Web clients (browsers) make request to the web server. Looks for web page written in HTML.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems The Internet, the Web, and Electronic Commerce Chapter 2.
12/11/01 Matt Bridges Advisor: Ralph Morelli. What is Web Analytics? In traditional commerce, store owners can observe their customers habits: What time.
Does Ajax suck? CS575 Spring 2007 Chanwit Suebsureekul.
Chapter 12 Web Publishing Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
 Popularity of browsers:  Popularity of search.
Designing for Search Engines MIS 314 MIS 314 Mr. David Auer.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
The Technical SEO Audit Rick Ramos | seOveflow. Introduction  SEO is search engine usability.  Why do you need an audit?  How nimble are your development.
By Raza / Faisal By: Raza Usmani Faisal Khan. What is SEO? It is the process of affecting the visibility of a website or a web page in a search engine's.
Alexander Hartmann.  Free service offered by Google that generates detailed statistics about the visitors to a website. A premium version is also available.
CIT 256 SEO and Web Commerce Dr. Beryl Hoffman. After you create a website Buy a domain name and rent web server space or go for a free one if you don’t.
Search Engine Optimization (SEO) Week 07 Dynamic Web TCNJ Jean Chu.
WEB ANALYTICS Prof Sunil Wattal. Business questions How are people finding your website? What pages are the customers most interested in? Is your website.
© Copyright 2012 STI INNSBRUCK Christoph Fuchs.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Designing for Search Engines MIS 314 MIS 314 Professor Sandvig Professor Sandvig.
Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Search Engine Optimization.
© Copyright 2012 STI INNSBRUCK Iune 26 th, 2012.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 13 Key Concepts 1 Copyright © Terry Felke-Morris.
CIS 451: Servers, CGI and Log Files Dr. Ralph D. Westfall January, 2009.
Strategies for improving Web site performance Google Webmaster Tools + Google Analytics Marshall Breeding Director for Innovative Technologies and Research.
Web Site Performance An analytical approach for benchmarking and tuning.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
Using audience metrics to grow revenue January 2010.
 Popularity of browsers:  Popularity of search.
Google Analytics for Small Business Presented by: Keidra Chaney.
What is ? Free service offered by Google The most widely used website statistics service* Provides statistics and reports about visitors and transactions.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Web Applications BIS4430 – unit 8. Learning Objectives Explain the uses of web application frameworks Relate the client-side, server-side architecture.
Sustainability: Web Site Statistics Marieke Napier UKOLN University of Bath Bath, BA2 7AY UKOLN is supported by: URL
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
SME Toolkit SEO Training Business Edge and SME Toolkit 1.
EVALUATE YOUR SITE’S PERFORMANCE. Web site statistics Affiliate Sales Figures.
Web Analytics Tom Wojciechowski DMS 446/546 - Interface Design.
An Industry Case Study SES – Chicago: 2006 Web 2.0.
MIS 324 Professor Sandvig. Overview  Review ASP.NET  Preview: MIS 424  Final exam info.
Ajax for Dynamic Web Development Gregory McChesney.
INTRO- learning about web sites for seo Present by Toronto Web Marketing – Mat Krunic PMP, Former Seneca College SEO Professor.
Keeping track of your website stats with Google Analytics is important. Tells you important things about your SEO efforts. Gives you clues into how visitors.
Web Analytics and Reporting Michal Neuwirth Product Manager – Kentico Software.
SEARCH ENGINE OPTIMIZATION, SECURITY, MAINTENANCE.
Google Analytics Graham Triggs Head of Repository Systems, Symplectic.
5 Steps to Better Online Marketing Sunday, 12 June 2016 Nick Martin eBusiness Advisor.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 13 KEY CONCEPTS 1.
Stat Counter Web Traffic Analysis Tool. What is it ?!  How do you think you can improve your website?  Do you want to know which part of your site has.
Adobe Digital Marketing
What is Google Analytics?
PIWIK JUNIOR TIDAL ASSOCIATE PROF., WEB SERVICES & MULTIMEDIA LIBRARIAN NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY.
W3 Status Analyzer.
City of Lakewood, California - Lakewood Online key points
Strategies for improving Web site performance
Search Engine Optimisation
Web software.
AJAX.
What is Search Engine optimization
Who is Using your webSite?
CMP Creating Your Personal and Small Business Web Sites
Presentation transcript:

MIS 424 Professor Sandvig

Overview  Why Analytics?  Two major approaches:  Server logs  Google Analytics

Why Analytics  Analytics:  “the science of analysis”  Web analytics:  Analyzing how visitors use your web site

Why Analytics?  Is your site receiving traffic?  How do visitors get your site?  Search engine?  Which one?  Keywords used?  Which page do visitors land on?  Which pages did they view?  Link from other site?  Direct (bookmark, type url, etc.)

Why Analytics  More questions…  How long did visitors stay?  Which page did they leave from?  How did they navigate your site?  Did they buy anything?

Web Analytic Approaches  Two approaches: 1. Server Logs  Log of every request to the web server 2. Google Analytics  JavaScript embedded in every web page of site  Sends information to Google

Server Logs  Information about every request is logged  Time of request  Type of request (Get or Post)  Requesting domain  Requested page  Referring URL  KB data transferred  Status code  200 successful  404 page not found

Server Logs  Logs are very detailed  Image requests  CSS files  JavaScript files  favicon.ico  Search engine bot traffic  Items not found  Etc.

Server Logs Logs created by IIS

Server Logs

 Typically read with Log Analysis Software  Example: AWStatsAWStats

Server Logs  Advantages  Extremely detailed  See failed requests  Attempts to break into server  Disadvantages  Difficult to read  Software give statistical information  Little information about how visitors use site

Google Analytics  Add snippet of JavaScript to page  User’s browser sends info to Google  AJAX  Free  Very popular  Example:  Sandvig CBE web pages Sandvig CBE web pages  Google Analytics report Google Analytics

 Advantages  Free  Detailed information about site usage  Google AdWords integration  Disadvantage  Server Administrator  Only see successful page loads  No security breach info  Less detail

Summary  Typically use both methods  Google Analytics  Site design, usability  Search Engine Optimization  Server Logs  Security  404 errors  Search engine spider traffic