Web analytics principles

Slides:



Advertisements
Similar presentations
Support.ebsco.com EBSCOadmin Reports & Statistics Tutorial.
Advertisements

© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Advanced Web Metrics with Google Analytics By: Carley Brown.
Lecture 6/2/12. Forms and PHP The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input When dealing with HTML forms.
APC Content Syndication APC SharedVue Showcase powered by The Channel Company.
12/11/01 Matt Bridges Advisor: Ralph Morelli. What is Web Analytics? In traditional commerce, store owners can observe their customers habits: What time.
 Proxy Servers are software that act as intermediaries between client and servers on the Internet.  They help users on private networks get information.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
* The Internet’s genesis - Defense Department project to create a network that could survive a nuclear conflict * The first users - Government agencies.
Section 13.1 Add a hit counter to a Web page Identify the limitations of hit counters Describe the information gathered by tracking systems Create a guest.
IT 210 The Internet & World Wide Web introduction.
INTERNET PRIVACY Marketing companies The cookie leak security hole in the HTML messages The Web Bug Can we trust the privacy.
 The internet is the hardware that creates the massive worldwide network. Computers, cables, telephone wires, high-speed communication lines. The internet.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
What is ? Free service offered by Google The most widely used website statistics service* Provides statistics and reports about visitors and transactions.
Where Are My Leads Coming From How to have a conversation with your prospects Presented by: Jordan Hatch.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers.
How Analytics Can Reveal the Success (or Failure) of Digital & Social Media Strategies Amanda McGowan.
What's New… in R10! SEP 22, Call Reports.
EVALUATE YOUR SITE’S PERFORMANCE. Web site statistics Affiliate Sales Figures.
Accessing the World Wide Web
Blackboard Learn 9.1 © 2010 Blackboard Inc. All rights reserved.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
Introduction to Internet Marketing (Part Three) Ten Principles for Successful Internet Marketing Ivan Surjanovic,
Complete Ordering System for Promotional Literature and Samples Quick Reference and Training Guide.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Web Analytics Fundamentals Presented by Tejaswi, Chandrika, Sunil.
Basic Internet Skills. What is the internet? A large group of computers connected to one another Its purpose is to send information back and forth to.
The purpose of a CPU is to process data Custom written software is created for a user to meet exact purpose Off the shelf software is developed by a software.
What is Google Analytics?
PIWIK JUNIOR TIDAL ASSOCIATE PROF., WEB SERVICES & MULTIMEDIA LIBRARIAN NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY.
Introduction to gathering and analyzing data via APIs Gus Cavanaugh
NFIRS Data Entry Browser Interface (DEBI) nfirs. fema
Potential biases.
W3 Status Analyzer.
TRAINING IN DATIM September 2017.
Assess Survey Invitations
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Basic KPIs.
PIXELS! 12/3/2015.
Getting Started with Dreamweaver
Web Traffic Analysis Script PHP Web Traffic Analysis Script PHP Web Traffic Analysis Software.
Google Analytics & Search Console
B OOST W EBSITE P ERFORMANCE WITH T HE C USTOM W ORDPRESS P LUG -I N D EVELOPMENT
Enhancing Your Student Recruitment with Google Analytics
Google Analytics Workshop ICEF Toronto May 12th 2016
NFIRS Data Entry Browser Interface (DEBI) nfirs. fema
e-COMMA Data Specialist TM 03: Technical Development and Adaptation
Websites & Analytics.
Information Technology Ms. Abeer Helwa
Text Analysis and Search Analytics
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTTP and Abstraction on the Internet / The Need for DNS
NFIRS Data Entry Browser Interface (DEBI) nfirs. fema
E-commerce Infrastructure Web Servers / Web Clients / Web Browsers
Agenda What is SEO ? How Do Search Engines Work? Measuring SEO success ? On Page SEO – Basic Practices? Technical SEO - Source Code. Off Page SEO – Social.
NFIRS Data Entry Browser Interface (DEBI) nfirs. fema
Internet Basics and Information Literacy
Text Analysis and Search Analytics
Desktop Reference Guide End Users
NFIRS Data Entry Browser Interface (DEBI) nfirs. fema
Intro Project Introduction to HTML.
WJEC GCSE Computer Science
Your computer is the client
NFIRS Data Entry Browser Interface (DEBI) nfirs. fema
Who is Using your webSite?
Presentation transcript:

Web analytics principles

Who does what ? Tracking : overview 3 1 2 1 4 2 1 Classic process The browser “grabs” the pieces of resource that are stored on the server of the owner of www.website.com url (eg : www.website.com) 3 1 The user types in the url of the page that (s)he wants to visit 2 The browser “reads” the instructions of the tracking code contained in the source code of the pages, and drops the navigation information on the dedicated database. The url is decrypted by the browser, and translated into the IP address name. 1 4 … and render this on the user’s screen 2 The data can be queried, either through an API, or with a user friendly interface like Google Analytics. Google API : https://ga-dev-tools.appspot.com/query-explorer/ The browser also places cookies on the cache memory of your device, to record users and some of their navigation’s details. 1 Classic process Data collection (tracking) Data visualization and analysis

Your browser is working A LOT What you ‘see’ : grabbing content and displaying it on your screens. What you don’t ‘see’ : sending hits to databases. To assess their performance, your business partners (paid search agency, display agency, email agency, affiliation agency, etc…) will be willing to have their tracking code firing as well, in order to have the data collected in their own databases. This is impacting the time it takes for each page to load, thus the UX, thus the business.

As a site owner, you’ll quickly have to manage numerous tags EG : tags implemented on the home page of a car rental company. They are all implemented in the source code of the site, in order for business partners to track their performance.

A Tag Management System purpose is to manage tags Key message ========= A tag container helps monitor the numerous tracking codes that can be inserted.

A TMS helps manage tags and their firing rules Conversion page Landing page Container 2 : ad centric tags TMS Interface < > < > Container 1 : site centric tags Key message ========= A tag container helps monitor the numerous tracking codes that can be inserted. Trigger = when / where should my tag fire ? Conditions are specified (eg : on specific pages, when the user comes from a specific source, etc…) EG : the tag of the Search agency should only fire on the conversion page, if the source of traffic = ‘Paid Search’

Additional data can be collected ‘on the fly’ through a data layer A Data layer requires technical set ups, to track with more accuracy how the user behave. Variables of the data layer can be used to trigger tags. EG : what information they enter in some fields. Purpose : target with more accuracy future banners.