Internet Ad Serving Norman White 2013.

Slides:



Advertisements
Similar presentations
Hyperlink & Form Pertemuan 11 Matakuliah: L0182 / Web & Animation Design Tahun: 2008.
Advertisements

Common Gateway Interface (CGI). CGI is a protocol: CGI is not a programming language CGI is a protocol for the exchange of information between between.
The Internet Useful Definitions and Concepts About the Internet.
Sharing with a non U of M user: Sharing with a non U of M user: 1. From this screen, type the entire address into the yellow box.
Session Management A290/A590, Fall /25/2014.
ASP Cookies Y.-H. Chen International College Ming-Chuan University Fall, 2004.
CGI Programming: Part 1. What is CGI? CGI = Common Gateway Interface Provides a standardized way for web browsers to: –Call programs on a server. –Pass.
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
Form Handling, Validation and Functions. Form Handling Forms are a graphical user interfaces (GUIs) that enables the interaction between users and servers.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
HTTP: cookies and advertising Concepts to cover:  web page content (including ads) from multiple site: composition at client  cookies  third-party cookies:
Introducing ETIS n Express Term Internet Server is Express Term ‘on the Net’ n All the features of Express Term, plus –Complete control of your site look.
BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Lecturer: Ghadah Aldehim
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
INTERNET PRIVACY Marketing companies The cookie leak security hole in the HTML messages The Web Bug Can we trust the privacy.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
BY OLIVIA WILSON AND BRITTANY MCDONALD Up Your Shields with Shields Up!
Installing and Using Active Directory Written by Marc Zacharko.
WWW Forms and Search. Forms URL - always fetch a particular page What if the information we want varies from time to time and from user to user?
Lecture # 6 Forms, Widgets and Event Handling. Today Questions: From notes/reading/life? Share Personal Web Page (if not too personal) 1.Introduce: How.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
COOKIES. INTERNET COOKIES What are they Where are they found What should you do about them.
© 2011 The Leadership Circle, All Rights Reserved. Company Confidential The Leadership Circle PROJECT CENTER How to Place an Order for a Profile The Leadership.
Internet and WWW. Internet A way to send an array of bytes from any machine to any other machine Internet.
Active Server Pages  In this chapter, you will learn:  How browsers and servers interacted on the Internet when the Internet first became popular 
System Initialization 1)User starts application. 2)Client loads settings. 3)Client loads contact address book. 4)Client displays contact list. 5)Client.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Web Site Statistics A Metric for Measuring Engagement.
HTML Form Widgets. Review: HTML Forms HTML forms are used to create web pages that accept user input Forms allow the user to communicate information back.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
CP476 Internet Computing CGI1 Cookie –Cookie is a mechanism for a web server recall info of accessing of a client browser –A cookie is an object sent by.
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
ADDING A PRINTER Mr. Scheper – STC – Olmsted North.
1 HTML forms (cont.)
By Dawid Wojtalewicz. In this PowerPoint I will show you how to use internet and what can you do in it.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
JavaScript and Ajax (Internet Background) Week 1 Web site:
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)
Candidate’s System Specification & Configuration.
Java’s networking capabilities are declared by the classes and interfaces of package java.net, through which Java offers stream-based communications that.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 22 Image Maps and Interactive Forms.
1 UNIT 13 The World Wide Web. Introduction 2 Agenda The World Wide Web Search Engines Video Streaming 3.
Introduction to HTML 4.0 Getting Started – Basic Terminology Teacher: Mr. Ho.
Some from Chapter 11.9 – “Web” 4 th edition and SY306 Web and Databases for Cyber Operations Cookies and.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Chapter 10: Web Basics.
JavaScript and Ajax (Ajax Tutorial)
Chapter 10: Web Basics.
Warm Handshake with Websites, Servers and Web Servers:
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
COOKIES.
Latest Updates on BlackHawk Mines Music : Privacy Policy
~ How to create a basic website Part II ~
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Chapter 2 Interacting with the Customer
Part 2 Setting up a web server the easy way
Hyper Text Transfer Protocol
What is HTML used for? STRUCTURE Text Video Lists Audio Links Forms Images Tables Click: Fades in text, lists, links, images, tables, forms, audio,
Chapter 16 The World Wide Web.
Procedure for adding a Trusted Site
Your computer is the client
Lesson 2: Gathering and Organizing Information Using ICT KEY QUESTION: HOW DO YOU GATHER AND ORGANIZE INFORMATION USING THE COMPUTER AND INTERNET?
Presentation transcript:

Internet Ad Serving Norman White 2013

Where do Internet Ad Servers Fit? How do they work? Think of the CGI model, but with the server delivering ads to an Image box i.e. Page contains an ad container <IMG SRC=http://adserver.com/?cookieinfo> Cookie info is information collected about this user locally Browser reserves space for an image Get request gets sent to ADSERVER with whatever relevant local information is available (at a minimum, the IP Address) ADSERVER combines info from the user with other information it has. ADSERVER runs an on-line auction to determine what ad to serve ADSERVER serves up an “appropriate” ad and sends it to the browser. ADSERVER now can identify who got the add and what the response was Completely new way of delivering and measuring ads. Developed by Double Click in 1998, DC eventually bought by Google for $3.1 billion Formed a whole new industry.