Recent advances in computational advertising: design and analysis of ad retrieval systems Evgeniy Gabrilovich

Size: px
Start display at page:

Download "Recent advances in computational advertising: design and analysis of ad retrieval systems Evgeniy Gabrilovich"

Transcription

1 Recent advances in computational advertising: design and analysis of ad retrieval systems Evgeniy Gabrilovich 1

2 What is Computational Advertising? A new scientific sub-discipline that provides the foundation for building online ad retrieval platforms To wit: given a certain user in a certain context, find the most suitable ad At the intersection of Large scale text analysis Information retrieval Statistical modeling and machine learning Optimization Microeconomics Technologies described might or might not be in actual use at Yahoo! 2

3 Computational Advertising at Yahoo! Research 3

4 Online advertising spending 4

5 Textual advertising 1. Ads driven by search keywords Sponsored Search (a.k.a. keyword driven ads, paid search, etc.) 2. Ads directly driven by the content of a web page Content Match (a.k.a. a context driven ads, contextual ads, etc.) Textual advertising on the Web is strongly related to NLP and information retrieval 5

6 Sponsored search Text-based ads driven by a keyword search 6

7 Content match ads Text-based ads driven by the page content Content t match ads 7

8 Anatomy of an ad Title Creative Display URL Bid phrases: {SIGIR 2010, computational advertising, Evgeniy Gabrilovich,...} Bid: $0.10 Landing URL: utorials/sigir10_compadv Landing page 8

9 So when do advertising dollars actually change hands? CPM = cost per thousand impressionsi Typically used for graphical/banner ads (brand advertising) CPC = cost per click Typically used for textual ads CPT/CPA = cost per transaction/action a.k.a. referral fees or affiliate fees 9

10 Beyond keyword matching Matching ads is relatively simple for explicitly bid keywords What about queries on which there are no bids? Advertisers should be able to bid on broad queries and/or concept queries Advertisers need volume the total amount of searches on bid phrases is not enough! Suppose your ad is Good prices on Seattle hotels Naïve approach: bid on any query that contains the word Seattle Problems Seattle's Best Coffee Chicago Alaska cruises start point Ideally: bid on any query related to Seattle as a travel destination 10

11 The old school: heuristic ad matching Sponsored search Exact match between the query and the bid phrase of the ad (modulo simple normalization, e.g., stemming) Advertisers cannot possibly bid on all relevant queries (especially rare ones) Use advanced match (e.g., through query-to-query rewrites) Content match Extract bid phrases from pages, thus reducing the problem to exact match Both essentially perform record lookup 11

12 The old school (cont d) Query Front end Abbey Road lyrics Simplistic query expansion Query Query rewriting module Query rewrites Ignoring (or underusing) the multitude of information available Exact match Candidate ads Revenue reordering Ad slate 12

13 The new approach: knowledge-based ad retrieval Ad indexing and scoring based on all the information available (bid terms, title, creative, URL, landing page,...) Similar to document indexing in IR Use standard IR tools (text preprocessing tokenization, stemming, entity extraction; inverted indexes etc.) Use multiple features of the query and the ad Elaborate query expansion 2 nd pass relevance reordering (re-ranking) Using features not available to the 1 st pass model (e.g., set-level features, click history) 13

14 The new approach (cont d) Query Miele Rich query Front end Ad query generation Ad query <Miele, appliances, kitchen, appliances repair, appliance parts, Business/Shopping/Home/Appliances> The hidden parts of ads (bid phrases + landing pages) allow us to augment the ads (cf. query expansion) Ad search engine First pass retrieval Relevance reordering Candidate ads Revenue reordering Ad slate 14

15 Research questions Can we generate bid phrases (or even entire ad campaigns) automatically? How to index the ad corpus? How to select relevant ads? Should we show ads at all? What is the interplay between the organic and sponsored results? Should we use the landing for indexing? Can we optimally choose the landing page? 15

16 How to select relevant ads? Feature generation for improved ad retrieval (SIGIR 2007, w. Broder et al.; ACM TWEB 2009, Gabrilovich et al.) 16

17 Query classification using Web search results Humans often find it hard to readily see what the query is about But they can easily make sense of it once they look at the search results Let computers do the same thing Infer the query intent from the top algorithmic search results ( pseudo relevance feedback ) Classify search results (either summaries or full pages) Let these results vote to determine the query class(es) in a large taxonomy of commercial topics Our goal: Construct additional features to retrieve better ads 17

18 Example: ex560lku CATEGORIES 1. Computing/Computer/ Hardware/Computer/Peripherals/Computer Modems 18

19 If we know it is about actiontec usb modem then we have plenty of ads 19

20 Our approach Traditional approach: Query Classifier Insufficient data Our approach: Query Search engine Very large scale Search results Classifier Using Web as external knowledge Pre-classify all pages just once! 20

21 Research questions Snippets or full pages? Number of search results to obtain Number of classes per search result Aggregation: bundling or voting? 21

22 The effect of using Web search results 22

23 Beyond the bag of words: matching textual ads in the enriched feature space (SIGIR 2007, Broder et al.; CIKM 2008, w. Broder et al.) 23

24 What can we do about non-english queries? CIKM 2008, w. Wang et al.; WSDM 2009, w. Wang et al.) Developing a taxonomy and building a query classifier for every language is prohibitively expensive Solution: apply off-the-shelf MT to the search results in the source language g Very short text Machine Translation Sufficiently long text 24

25 The effect of query expansion prior to applying MT. The gap for infrequent queries is wider Baseline = translate the query (using MT), then classify the result as an English query (Head) more frequent (Tail) less frequent 25

26 How to index the ad corpus? The Anatomy of an ad: Structured indexing and retrieval for sponsored search (WWW 2010, w. Bendersky et al.) 26

27 Structure of online ad campaigns: the ad schema Advertiser Buy appliances on Black Friday New Year deals on lawn & garden tools Account 1 Account 2 Kitchen appliances Campaign 1 Campaign 2 Ad group 1 Ad group 2 Creatives Brand name appliances Compare prices and save money Ad Bid phrases { Miele, KitchenAid, Cuisinart, } Can be just a single bid phrase, or thousands of bid phrases (which are not necessarily topically coherent) 27

28 Implications of the campaign structure What is the appropriate indexing unit? Cartesian product of creatives and bid phrases? Ad group? Leveraging information from higher levels to address data sparsity at children nodes What is the right approach to document length normalization? Large variability of document lengths Probability of shorter documents (smaller ad groups) to be retrieved is higher than their probability of being relevant How to index and score templated ads? Prior work mostly considered ads as independent atomic units and ignored hierarchical campaign structure 28

29 Possible approaches 1. Term index (Cartesian product of all creatives and bid terms) Huge index, small focused documents 2. Creative index (a creative is coupled with all the bid terms in the ad group) Two-stage retrieval (first choose the creative, then pick the term) Bid terms are duplicated across creatives 3. Ad group index Indexing units are entire ad groups Three-stage retrieval (first choose the ad group, then the creative, and finally pick the term) Most compact index 29

30 Retrieval speed vs. relevance Arewetrading effectiveness for efficiency? Term index yields most relevant ads, yet is least efficient (20x slower than the ad group index) Ad group index is most efficient (2x faster than creative index), yet least effective 30

31 Using learning to rank techniques: structured re-ranking ranking Step 1: Retrieve an initial set of candidates using the ad group index Step 2: Re-rank the candidate set using structural features (instead of ignoring the structure and scoring creatives and terms independently) Ad group score, creative-term pair score # bid terms in the ad group Unigram entropy (cohesiveness) of the ad group Ratio of query words covered by the ad group text Fraction of the titles / terms / URLs that contain at least one query term Other features are possible! feature functions 31

32 Re-ranking retrieval performance Len 1 (143 queries) Len 2-3 (443 queries) Len 4+ (187 queries) Term index Structured t re-ranking (+ 0.95%) (+ 2.1%) (+ 4.6%) Structured re-ranking is superior for all query lengths Most notable improvements are obtained for longer queries Still very efficient! 32

33 To swing or not to swing: learning when (not) to advertise (CIKM 2008, w. Broder et al.) Repeatedly showing non- relevant ads can have detrimental long-term effects Should we show ads at all? Want to be able to predict when (not) to show individual ads or a set of ads ( swing ) Modeling actual short- and long-term costs of showing non-relevant ads is very difficult 33

34 Thresholding approach Decision made on individual ads based on ad scores Set a global score threshold Only retrieve ads with scores above it If none of the ad scores are above the threshold, then no ads are shown ( no swing ) Scores are not necessarily comparable across queries! 34

35 Machine learning approach Decision made on sets of ads based on a variety of features Learn a binary prediction model ( swing / no swing ) for sets of ads If we swing, then all ads are retrieved If we do not swing, then no ads are retrieved Features defined d over sets of ads, rather than individual ads 35

36 Features Relevance features Word overlap, cosine similarity between ad and query/page Vocabulary mismatch features Translation models PMI between query/page terms and bid terms Ad-based features Bid price (higher bids may indicate better ads) Result set cohesiveness features Coefficient of variation of ad scores (std/mean) Result set clarity If the set of ads is very cohesive and focused on 1-2 topics, the relevance language model is very different from the collection model Entropy 36

37 What happens after an ad click? Quantifying the impact of landing pages in Web advertising (CIKM 2009, w. Becker et al.) Can we optimally choose the landing gpage? 37

38 Conceptually: context transfer Search engine result page Click! Landing page Conversion (e.g., purchase of the product or service being advertised) User s activity on the advertiser s Web site 38

39 All landing pages are not created equal (and neither are the corresponding conversion rates) We propose a concise taxonomy of landing page types: I. Homepage (25%) top-level page of the advertiser s site (e.g., Verizon.com) II. Category browse (37.5%) main page of a sub-section section of the advertiser s site, which describes a category of related products III. Search transfer (26%) search within the advertiser s site OR on other Web sites IV. Other (11.5%) terminal pages (e.g., promotion pages or forms) 39

40 Examples: Homepage 40

41 Examples: Category browse 41

42 Examples: search transfer 42

43 Landing page classifier Features: bag of words, HTML patterns [ST] search results, found [CB] Home > Verizon > LG phones [HP] HTML overlap between given URL and base URL [O] ratio of form elements to text, few outgoing links Accuracy on the pilot dataset (10-fold xval): 83% Accuracy on additional 100 labeled pages: 80% Distribution of landing gpage types in a set of 20,000 landing pages from Yahoo! Toolbar logs: Homepage Search Category Other Transfer Browse 34.4% 22.3% 36.0% 7.3% 43

44 Using the landing page taxonomy Picking the right landing page type for each ad Improving the conversion rate Improving advertisers ROI! 44

45 Landing page type usage vs. conversion: breakdown by query frequency Navigational queries Category and search transfer become more popular p for rare queries Observed conversion rates are in sharp contrast with usage frequency of the different page types 45

46 Landing page type usage vs. conversion: breakdown by query price Category and search transfer are dominant for cheaper queries As the price goes up, so does the conversion rate (higher quality pages?) 46

47 What is the interplay between the organic and sponsored results? Competing for users attention: On the interplay between organic and sponsored search results (WWW 2010, w. Danescu-Niculescu-Mizil et al.) 47

48 The interplay between ads and organic results... in an information-rich world, the wealth of information means a dearth of something else: a scarcity of whatever it is that information consumes. What information consumes is rather obvious: it consumes the attention of its recipients. Hence a wealth of information creates a poverty of attention and a need to allocate that attention efficiently among the overabundance of information sources that might consume it. -- Herbert Simon, Designing Organizations for an Information-Rich World, Is there competition for clicks between ads and organic results? Do users prefer ads that are similar to the organic results, or do they prefer diversity? We found that the nature of this interplay depends on the type of the query 48

49 Relation between the CTR of ads and the CTR of organic results Negative correlation (competition) Users are only willing to spend limited time and effort on each query Positive correlation (depends d on the quality of results) Easy query ( online radio ) decent ads and organic results clicks on both Hard query ( who is giving this talk? ) poor results on both sides no clicks on either Independence (null hypothesis) Users consider ads and organic results as two independent sources of information 49

50 Findings: competition + positive correlation 50

51 Decoupling the forces Users are willing to invest limited effort in each query competition In order to single out the competition effect, we tried to explicitly model the amount of effort the user is willing to invest Low effort = navigational i queries [Broder, 2002] (27% of queries) Pandora radio, Bank of America High effort = non-navigational queries Meaning of life, academia vs. industry 51

52 Competition clearly exists for navigational queries We also examined different degrees of navigationality: the less navigational the query is, the less competition we observed 52

53 Another viewpoint: Do users prefer ads that are more similar to the organic results or more diverse ads? Both have been argued for in prior work Preference for similarity Ads are more likely to be relevant This assumption is often made in query expansion for advertising i [Broder et al., 2008] Preference of diversity Diversity among organic search results has often been shown to be desirable (e.g., entire session on diversity WWW 2010) 53

54 We found evidence for users preferring both diversity and similarity So we need to dig deeper again... Overlap measured using the Jaccard coefficient between titles of ads and organic results 54

55 Let s break down by navigationality again 55

56 Break down by navigationality (cont d) 56

57 Counterintuitive? 57

58 Responsive and incidental ads Responsive ads directly address the user ss information need More likely to be similar to the organic results Incidental ads are only somewhat related to the user s information need Unreasonable as organic results, but ok for ads More likely to be different from the organic results Example: query = free internet radio Responsive: Pandora Internet Radio Incidental: Discount Bose Computer Speakers 58

59 Now it all make sense... Using the features that quantify this interplay, we improved the accuracy of CTR prediction by 5% 59

60 Summary 1. The financial scale is huge 2. Advertising is a form of information 3. Finding the best ad is an information retrieval problem Multiple, possibly contradictory utility functions Classical IR needs significant adaptation 4. The optimal solution requires extensive use of external knowledge 60

61 Thank you! 61

62 This talk is Copyright Yahoo! Yahoo! and the Author retain all rights, including copyright and distribution rights. No publication or further distribution in full or in part is permitted without explicit written permission. The opinions expressed herein are the responsibility of the author and do not necessarily reflect the opinion of Yahoo! Inc. This talk benefitted from the contributions of many colleagues and co-authors at Yahoo! and elsewhere. Their help is gratefully acknowledged. 62

Sponsored Search Advertising. George Trimponias, CSE

Sponsored Search Advertising. George Trimponias, CSE Sponsored Search Advertising form a Database Perspective George Trimponias, CSE 1 The 3 Stages of Sponsored Search Ad Selection: Select all candidate ads that may be relevant. Matchtype is important in

More information

Online Expansion of Rare Queries for Sponsored Search

Online Expansion of Rare Queries for Sponsored Search Online Expansion of Rare Queries for Sponsored Search Peter Ciccolo, Evgeniy Gabrilovich, Vanja Josifovski, Don Metzler, Lance Riedel, Jeff Yuan Yahoo! Research 1 Sponsored Search 2 Sponsored Search in

More information

Dynamic Search Ads. Playbook

Dynamic Search Ads. Playbook Dynamic Search s Playbook 1 WHAT Introduction to Dynamic Search s What are Dynamic Search s? Dynamic Search s offer a way to advertise on Google.com without keywords, allowing advertisers to harness their

More information

Internet Lead Generation START with Your Own Web Site

Internet Lead Generation START with Your Own Web Site Internet Lead Generation START with Your Own Web Site Matt Johnston, Santa Barbara Business College Mike McHugh, PlattForm Career College Association 2007 What s s The Big Deal? More Control Higher Quality

More information

Anatomy of the Search Page

Anatomy of the Search Page SEO Tips Anatomy of the Search Page Sitelinks Help users navigate site Sponsored Links Reach consumers at the moment they demonstrate interest Natural Search Universal Search Results generated Maps, Images,

More information

Pay-Per-Click Advertising Special Report

Pay-Per-Click Advertising Special Report Pay-Per-Click Advertising Special Report Excerpted from 2005 by Kenneth A. McArthur All Rights Reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted by any means,

More information

Query Refinement and Search Result Presentation

Query Refinement and Search Result Presentation Query Refinement and Search Result Presentation (Short) Queries & Information Needs A query can be a poor representation of the information need Short queries are often used in search engines due to the

More information

KDD 10 Tutorial: Recommender Problems for Web Applications. Deepak Agarwal and Bee-Chung Chen Yahoo! Research

KDD 10 Tutorial: Recommender Problems for Web Applications. Deepak Agarwal and Bee-Chung Chen Yahoo! Research KDD 10 Tutorial: Recommender Problems for Web Applications Deepak Agarwal and Bee-Chung Chen Yahoo! Research Agenda Focus: Recommender problems for dynamic, time-sensitive applications Content Optimization

More information

Automatic Identification of User Goals in Web Search [WWW 05]

Automatic Identification of User Goals in Web Search [WWW 05] Automatic Identification of User Goals in Web Search [WWW 05] UichinLee @ UCLA ZhenyuLiu @ UCLA JunghooCho @ UCLA Presenter: Emiran Curtmola@ UC San Diego CSE 291 4/29/2008 Need to improve the quality

More information

Overture Advertiser Workbook. Chapter 4: Tracking Your Results

Overture Advertiser Workbook. Chapter 4: Tracking Your Results Overture Advertiser Workbook Chapter 4: Tracking Your Results Tracking Your Results TRACKING YOUR RESULTS Tracking the performance of your keywords enables you to effectively analyze your results, adjust

More information

Online Expansion of Rare Queries for Sponsored Search

Online Expansion of Rare Queries for Sponsored Search Online Expansion of Rare Queries for Sponsored Search Andrei Broder, Peter Ciccolo, Evgeniy Gabrilovich, Vanja Josifovski, Donald Metzler, Lance Riedel, Jeffrey Yuan Yahoo! Research 2821 Mission College

More information

WebReach Product Glossary

WebReach Product Glossary WebReach Product Glossary September 2009 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A Active Month Any month in which an account is being actively managed by hibu. Statuses that qualify as active

More information

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 1 Department of Electronics & Comp. Sc, RTMNU, Nagpur, India 2 Department of Computer Science, Hislop College, Nagpur,

More information

Part 11: Collaborative Filtering. Francesco Ricci

Part 11: Collaborative Filtering. Francesco Ricci Part : Collaborative Filtering Francesco Ricci Content An example of a Collaborative Filtering system: MovieLens The collaborative filtering method n Similarity of users n Methods for building the rating

More information

Jargon Buster. Ad Network. Analytics or Web Analytics Tools. Avatar. App (Application) Blog. Banner Ad

Jargon Buster. Ad Network. Analytics or Web Analytics Tools. Avatar. App (Application) Blog. Banner Ad D I G I TA L M A R K E T I N G Jargon Buster Ad Network A platform connecting advertisers with publishers who want to host their ads. The advertiser pays the network every time an agreed event takes place,

More information

Information Retrieval Spring Web retrieval

Information Retrieval Spring Web retrieval Information Retrieval Spring 2016 Web retrieval The Web Large Changing fast Public - No control over editing or contents Spam and Advertisement How big is the Web? Practically infinite due to the dynamic

More information

THE URBAN COWGIRL PRESENTS KEYWORD RESEARCH

THE URBAN COWGIRL PRESENTS KEYWORD RESEARCH THE URBAN COWGIRL PRESENTS KEYWORD RESEARCH The most valuable keywords you have are the ones you mine from your pay-per-click performance reports. Scaling keywords that have proven to convert to orders

More information

Chapter 27 Introduction to Information Retrieval and Web Search

Chapter 27 Introduction to Information Retrieval and Web Search Chapter 27 Introduction to Information Retrieval and Web Search Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 27 Outline Information Retrieval (IR) Concepts Retrieval

More information

NBA 600: Day 15 Online Search 116 March Daniel Huttenlocher

NBA 600: Day 15 Online Search 116 March Daniel Huttenlocher NBA 600: Day 15 Online Search 116 March 2004 Daniel Huttenlocher Today s Class Finish up network effects topic from last week Searching, browsing, navigating Reading Beyond Google No longer available on

More information

University of Virginia Department of Computer Science. CS 4501: Information Retrieval Fall 2015

University of Virginia Department of Computer Science. CS 4501: Information Retrieval Fall 2015 University of Virginia Department of Computer Science CS 4501: Information Retrieval Fall 2015 5:00pm-6:15pm, Monday, October 26th Name: ComputingID: This is a closed book and closed notes exam. No electronic

More information

A Taxonomy of Web Search

A Taxonomy of Web Search A Taxonomy of Web Search by Andrei Broder 1 Overview Ø Motivation Ø Classic model for IR Ø Web-specific Needs Ø Taxonomy of Web Search Ø Evaluation Ø Evolution of Search Engines Ø Conclusions 2 1 Motivation

More information

Information Retrieval. (M&S Ch 15)

Information Retrieval. (M&S Ch 15) Information Retrieval (M&S Ch 15) 1 Retrieval Models A retrieval model specifies the details of: Document representation Query representation Retrieval function Determines a notion of relevance. Notion

More information

A Dynamic Bayesian Network Click Model for Web Search Ranking

A Dynamic Bayesian Network Click Model for Web Search Ranking A Dynamic Bayesian Network Click Model for Web Search Ranking Olivier Chapelle and Anne Ya Zhang Apr 22, 2009 18th International World Wide Web Conference Introduction Motivation Clicks provide valuable

More information

Diploma in Digital Marketing - Part I

Diploma in Digital Marketing - Part I Diploma in Digital Marketing - Part I Lesson 3 Google PPC and SEO Presented by: Richard Hegarty Course Educator Lesson 4 Recap We covered who is your Buyer? We will showed you how to profile the customer

More information

Providing link suggestions based on recent user activity

Providing link suggestions based on recent user activity Technical Disclosure Commons Defensive Publications Series May 31, 2018 Providing link suggestions based on recent user activity Jakob Foerster Matthew Sharifi Follow this and additional works at: https://www.tdcommons.org/dpubs_series

More information

Ryen W. White, Matthew Richardson, Mikhail Bilenko Microsoft Research Allison Heath Rice University

Ryen W. White, Matthew Richardson, Mikhail Bilenko Microsoft Research Allison Heath Rice University Ryen W. White, Matthew Richardson, Mikhail Bilenko Microsoft Research Allison Heath Rice University Users are generally loyal to one engine Even when engine switching cost is low, and even when they are

More information

CMPSCI 646, Information Retrieval (Fall 2003)

CMPSCI 646, Information Retrieval (Fall 2003) CMPSCI 646, Information Retrieval (Fall 2003) Midterm exam solutions Problem CO (compression) 1. The problem of text classification can be described as follows. Given a set of classes, C = {C i }, where

More information

Entity and Knowledge Base-oriented Information Retrieval

Entity and Knowledge Base-oriented Information Retrieval Entity and Knowledge Base-oriented Information Retrieval Presenter: Liuqing Li liuqing@vt.edu Digital Library Research Laboratory Virginia Polytechnic Institute and State University Blacksburg, VA 24061

More information

Searchandizing Analytics: Drive better search results and increase revenue

Searchandizing Analytics: Drive better search results and increase revenue IBM Corporation Searchandizing Analytics: Drive better search results and increase revenue IBM Commerce Whitepaper Stephan Lacasse, Executive Business Advisor, IBM Commerce 9-7-2016 s Table of Contents

More information

New Technology Briefing

New Technology Briefing New Technology Briefing Kate Burns is Google s managing director of advertising sales UK, responsible for the growth of the company s UK market businesses and expansion. Kate was Google s first international

More information

Context based Re-ranking of Web Documents (CReWD)

Context based Re-ranking of Web Documents (CReWD) Context based Re-ranking of Web Documents (CReWD) Arijit Banerjee, Jagadish Venkatraman Graduate Students, Department of Computer Science, Stanford University arijitb@stanford.edu, jagadish@stanford.edu}

More information

Contractors Guide to Search Engine Optimization

Contractors Guide to Search Engine Optimization Contractors Guide to Search Engine Optimization CONTENTS What is Search Engine Optimization (SEO)? Why Do Businesses Need SEO (If They Want To Generate Business Online)? Which Search Engines Should You

More information

Campaign Goals, Objectives and Timeline SEO & Pay Per Click Process SEO Case Studies SEO, SEM, Social Media Strategy On Page SEO Off Page SEO

Campaign Goals, Objectives and Timeline SEO & Pay Per Click Process SEO Case Studies SEO, SEM, Social Media Strategy On Page SEO Off Page SEO Campaign Goals, Objectives and Timeline SEO & Pay Per Click Process SEO Case Studies SEO, SEM, Social Media Strategy On Page SEO Off Page SEO Reporting Pricing Plans Why Us & Contact Generate organic search

More information

GOOGLE SHOPPING CAMPAIGNS

GOOGLE SHOPPING CAMPAIGNS GOOGLE SHOPPING 2014 WHITEPAPER PART 1: GOOGLE SHOPPING CAMPAIGNS AN OVERVIEW AND INTRODUCTION BY NOW MOST OF the online marketing community is very familiar with what Google Product Listing Ads (also

More information

Introduction p. 1 What is the World Wide Web? p. 1 A Brief History of the Web and the Internet p. 2 Web Data Mining p. 4 What is Data Mining? p.

Introduction p. 1 What is the World Wide Web? p. 1 A Brief History of the Web and the Internet p. 2 Web Data Mining p. 4 What is Data Mining? p. Introduction p. 1 What is the World Wide Web? p. 1 A Brief History of the Web and the Internet p. 2 Web Data Mining p. 4 What is Data Mining? p. 6 What is Web Mining? p. 6 Summary of Chapters p. 8 How

More information

A Deep Relevance Matching Model for Ad-hoc Retrieval

A Deep Relevance Matching Model for Ad-hoc Retrieval A Deep Relevance Matching Model for Ad-hoc Retrieval Jiafeng Guo 1, Yixing Fan 1, Qingyao Ai 2, W. Bruce Croft 2 1 CAS Key Lab of Web Data Science and Technology, Institute of Computing Technology, Chinese

More information

Chapter 2. Architecture of a Search Engine

Chapter 2. Architecture of a Search Engine Chapter 2 Architecture of a Search Engine Search Engine Architecture A software architecture consists of software components, the interfaces provided by those components and the relationships between them

More information

Mining Web Data. Lijun Zhang

Mining Web Data. Lijun Zhang Mining Web Data Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Web Crawling and Resource Discovery Search Engine Indexing and Query Processing Ranking Algorithms Recommender Systems

More information

WELCOME TO THE 2018 NOVEMBER ASHEVILLE, NC

WELCOME TO THE 2018 NOVEMBER ASHEVILLE, NC SPONSORS WELCOME TO THE 2018 NOVEMBER 13-14 ASHEVILLE, NC Critical Questions to Ask Your Vendors or Marketing Team Justin Belleme Question Categories 1. 2. 3. 4. 5. SEO Social Media Google AdWords PR Email

More information

Adobe Marketing Cloud Marketing Channels

Adobe Marketing Cloud Marketing Channels Adobe Marketing Cloud Marketing Channels Contents Marketing Channel Documentation Home...4 Getting Started with Marketing Channels...5 About Marketing Channel Reports...6 About Channels and Rules...7 Automatic

More information

GOOGLE SHOPPING CAMPAIGNS

GOOGLE SHOPPING CAMPAIGNS 2014 WHITEPAPER PART 1: CAMPAIGNS AN OVERVIEW AND INTRODUCTION BY NOW MOST OF the online marketing community is very familiar with what Google Product Listing Ads (also known as Google Shopping Ads) are

More information

Retrieval Evaluation. Hongning Wang

Retrieval Evaluation. Hongning Wang Retrieval Evaluation Hongning Wang CS@UVa What we have learned so far Indexed corpus Crawler Ranking procedure Research attention Doc Analyzer Doc Rep (Index) Query Rep Feedback (Query) Evaluation User

More information

Search Engines. Information Retrieval in Practice

Search Engines. Information Retrieval in Practice Search Engines Information Retrieval in Practice All slides Addison Wesley, 2008 Web Crawler Finds and downloads web pages automatically provides the collection for searching Web is huge and constantly

More information

Semantic Extensions to Syntactic Analysis of Queries Ben Handy, Rohini Rajaraman

Semantic Extensions to Syntactic Analysis of Queries Ben Handy, Rohini Rajaraman Semantic Extensions to Syntactic Analysis of Queries Ben Handy, Rohini Rajaraman Abstract We intend to show that leveraging semantic features can improve precision and recall of query results in information

More information

Search Engine Marketing: Search Engine Marketing Fundamentals

Search Engine Marketing: Search Engine Marketing Fundamentals 1 Search Engine Marketing: Search Engine Marketing Fundamentals Title: Search Engine Marketing: Search Engine Marketing Fundamentals Course material - knowledge required - for certification Copyright 2018

More information

Information Retrieval CS Lecture 01. Razvan C. Bunescu School of Electrical Engineering and Computer Science

Information Retrieval CS Lecture 01. Razvan C. Bunescu School of Electrical Engineering and Computer Science Information Retrieval CS 6900 Razvan C. Bunescu School of Electrical Engineering and Computer Science bunescu@ohio.edu Information Retrieval Information Retrieval (IR) is finding material of an unstructured

More information

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google,

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google, 1 1.1 Introduction In the recent past, the World Wide Web has been witnessing an explosive growth. All the leading web search engines, namely, Google, Yahoo, Askjeeves, etc. are vying with each other to

More information

Mining Web Data. Lijun Zhang

Mining Web Data. Lijun Zhang Mining Web Data Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Web Crawling and Resource Discovery Search Engine Indexing and Query Processing Ranking Algorithms Recommender Systems

More information

Mining the Search Trails of Surfing Crowds: Identifying Relevant Websites from User Activity Data

Mining the Search Trails of Surfing Crowds: Identifying Relevant Websites from User Activity Data Mining the Search Trails of Surfing Crowds: Identifying Relevant Websites from User Activity Data Misha Bilenko and Ryen White presented by Matt Richardson Microsoft Research Search = Modeling User Behavior

More information

Introduction to Computational Advertising. MS&E 239 Stanford University Autumn 2010 Instructors: Andrei Broder and Vanja Josifovski

Introduction to Computational Advertising. MS&E 239 Stanford University Autumn 2010 Instructors: Andrei Broder and Vanja Josifovski Introduction to Computational Advertising MS&E 239 Stanford University Autumn 2010 Instructors: Andrei Broder and Vanja Josifovski 1 Lecture 5: Content match and IR ad selection 2 Disclaimers This talk

More information

SME Developing and managing your online presence. Presented by: Rasheed Girvan Global Directories

SME Developing and managing your online presence. Presented by: Rasheed Girvan Global Directories SME Developing and managing your online presence Presented by: Rasheed Girvan Global Directories DIGITAL MEDIA What is Digital Media Any media type in an electronic or digital format for the convenience

More information

Information Retrieval May 15. Web retrieval

Information Retrieval May 15. Web retrieval Information Retrieval May 15 Web retrieval What s so special about the Web? The Web Large Changing fast Public - No control over editing or contents Spam and Advertisement How big is the Web? Practically

More information

Sklik PPC advertising from Seznam.cz

Sklik PPC advertising from Seznam.cz Sklik PPC advertising from Seznam.cz hotel šumava mujdummujhrad.cz mujdummujhrad.cz SUMMARY 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. Seznam.cz overview Seznam.cz & figures About Sklik Sklik & figures Sklik in

More information

The Power Of An Integrated Search Strategy

The Power Of An Integrated Search Strategy The Power Of An Integrated Search Strategy Chad Hallert Director of Digital Strategy Noble Studios A Quick Introduction About Me About Noble Studios 15 Years in Digital Marketing 2015 Direct Marketing

More information

Part I: Data Mining Foundations

Part I: Data Mining Foundations Table of Contents 1. Introduction 1 1.1. What is the World Wide Web? 1 1.2. A Brief History of the Web and the Internet 2 1.3. Web Data Mining 4 1.3.1. What is Data Mining? 6 1.3.2. What is Web Mining?

More information

Inbound Marketing Glossary

Inbound Marketing Glossary Inbound Marketing Glossary A quick guide to essential imbuecreative.com Inbound Marketing Glossary A/B Testing Above the Fold Alt Tag Blog Buyer s Journey Buyer Persona Call to Action (CTA) Click-through

More information

Web Search. Lecture Objectives. Text Technologies for Data Science INFR Learn about: 11/14/2017. Instructor: Walid Magdy

Web Search. Lecture Objectives. Text Technologies for Data Science INFR Learn about: 11/14/2017. Instructor: Walid Magdy Text Technologies for Data Science INFR11145 Web Search Instructor: Walid Magdy 14-Nov-2017 Lecture Objectives Learn about: Working with Massive data Link analysis (PageRank) Anchor text 2 1 The Web Document

More information

Chapter 6: Information Retrieval and Web Search. An introduction

Chapter 6: Information Retrieval and Web Search. An introduction Chapter 6: Information Retrieval and Web Search An introduction Introduction n Text mining refers to data mining using text documents as data. n Most text mining tasks use Information Retrieval (IR) methods

More information

5. search engine marketing

5. search engine marketing 5. search engine marketing What s inside: A look at the industry known as search and the different types of search results: organic results and paid results. We lay the foundation with key terms and concepts

More information

Chapter 8. Evaluating Search Engine

Chapter 8. Evaluating Search Engine Chapter 8 Evaluating Search Engine Evaluation Evaluation is key to building effective and efficient search engines Measurement usually carried out in controlled laboratory experiments Online testing can

More information

Browser-Oriented Universal Cross-Site Recommendation and Explanation based on User Browsing Logs

Browser-Oriented Universal Cross-Site Recommendation and Explanation based on User Browsing Logs Browser-Oriented Universal Cross-Site Recommendation and Explanation based on User Browsing Logs Yongfeng Zhang, Tsinghua University zhangyf07@gmail.com Outline Research Background Research Topic Current

More information

- Squidoo Set Up & Techniques -

- Squidoo Set Up & Techniques - - Squidoo Set Up & Techniques - 1 P a g e Introduction... Squidoo.com is the popular Web 2.0 publishing platform that allows you to create pages or 'lenses' within their website on topics that interest

More information

Fast Traffic Sniper... 3 CPV School... 4 Popup Blockers and CPV Ads... 4 Seeing Your Own Popups... 4 How it Works... 5 Keyword Targeting...

Fast Traffic Sniper... 3 CPV School... 4 Popup Blockers and CPV Ads... 4 Seeing Your Own Popups... 4 How it Works... 5 Keyword Targeting... Fast Traffic Sniper... 3 CPV School... 4 Popup Blockers and CPV Ads... 4 Seeing Your Own Popups... 4 How it Works... 5 Keyword Targeting... 5 URL Targeting... 5 The Dos and Don ts of Creating Ads... 5

More information

Query Difficulty Prediction for Contextual Image Retrieval

Query Difficulty Prediction for Contextual Image Retrieval Query Difficulty Prediction for Contextual Image Retrieval Xing Xing 1, Yi Zhang 1, and Mei Han 2 1 School of Engineering, UC Santa Cruz, Santa Cruz, CA 95064 2 Google Inc., Mountain View, CA 94043 Abstract.

More information

Advanced Digital Markeitng Training Syllabus

Advanced Digital Markeitng Training Syllabus Advanced Digital Markeitng Training Syllabus Digital Marketing Overview What is marketing? What is Digital Marketing? Understanding Marketing Process Why Digital Marketing Wins Over Traditional Marketing?

More information

Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach

Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach P.T.Shijili 1 P.G Student, Department of CSE, Dr.Nallini Institute of Engineering & Technology, Dharapuram, Tamilnadu, India

More information

Web Search Basics Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson

Web Search Basics Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson Web Search Basics Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson Content adapted from Hinrich Schütze http://www.informationretrieval.org Overview Overview Introduction Classic

More information

Web Analytics Key Metrics and KPIs Version 1.0

Web Analytics Key Metrics and KPIs Version 1.0 Web Analytics Key Metrics and KPIs Version 1.0 Web Analytics Association 2300 M Street, Suite 800 Washington DC 20037 standards@webanalyticsassociation.org Table of Contents Table of Contents 2 Introduction

More information

Predicting Query Performance on the Web

Predicting Query Performance on the Web Predicting Query Performance on the Web No Author Given Abstract. Predicting performance of queries has many useful applications like automatic query reformulation and automatic spell correction. However,

More information

Deep Character-Level Click-Through Rate Prediction for Sponsored Search

Deep Character-Level Click-Through Rate Prediction for Sponsored Search Deep Character-Level Click-Through Rate Prediction for Sponsored Search Bora Edizel - Phd Student UPF Amin Mantrach - Criteo Research Xiao Bai - Oath This work was done at Yahoo and will be presented as

More information

TOP RANKING FACTORS A QUICK OVERVIEW OF THE TRENDING TOP RANKING FACTORS

TOP RANKING FACTORS A QUICK OVERVIEW OF THE TRENDING TOP RANKING FACTORS TOP RANKING FACTORS A QUICK OVERVIEW OF THE TRENDING TOP RANKING FACTORS SEO is NOT Dead Plenty of New Algorithm Updates Panda, Penguin, Hummingbird, RankBrain (AI and Deep Learning) New Ranking Factors

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

SEARCHMETRICS WHITEPAPER RANKING FACTORS Targeted Analysis for more Success on Google and in your Online Market

SEARCHMETRICS WHITEPAPER RANKING FACTORS Targeted Analysis for more Success on Google and in your Online Market 2018 SEARCHMETRICS WHITEPAPER RANKING FACTORS 2018 Targeted for more Success on Google and in your Online Market Table of Contents Introduction: Why ranking factors for niches?... 3 Methodology: Which

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

Basic Tokenizing, Indexing, and Implementation of Vector-Space Retrieval

Basic Tokenizing, Indexing, and Implementation of Vector-Space Retrieval Basic Tokenizing, Indexing, and Implementation of Vector-Space Retrieval 1 Naïve Implementation Convert all documents in collection D to tf-idf weighted vectors, d j, for keyword vocabulary V. Convert

More information

Inferring User Search for Feedback Sessions

Inferring User Search for Feedback Sessions Inferring User Search for Feedback Sessions Sharayu Kakade 1, Prof. Ranjana Barde 2 PG Student, Department of Computer Science, MIT Academy of Engineering, Pune, MH, India 1 Assistant Professor, Department

More information

Studying the Impact of Text Summarization on Contextual Advertising

Studying the Impact of Text Summarization on Contextual Advertising Studying the Impact of Text Summarization on Contextual Advertising G. Armano, A. Giuliani, and E. Vargiu Intelligent Agents and Soft-Computing Group Dept. of Electrical and Electronic Engineering University

More information

Information Retrieval

Information Retrieval Information Retrieval CSC 375, Fall 2016 An information retrieval system will tend not to be used whenever it is more painful and troublesome for a customer to have information than for him not to have

More information

white paper 4 Steps to Better Keyword Grouping Strategies for More Effective & Profitable Keyword Segmentation

white paper 4 Steps to Better Keyword Grouping Strategies for More Effective & Profitable Keyword Segmentation white paper 4 Steps to Better Keyword Grouping Strategies for More Effective & Profitable Keyword Segmentation 2009, WordStream, Inc. All rights reserved. WordStream technologies are protected by pending

More information

PFBlog Advertising Rate Card

PFBlog Advertising Rate Card PFBlog Advertising Rate Card 2009 Why Should You Advertise at PFBlog? PFBlog is a quality personal finance resource that helps you to reach potential customers: PFBlog was voted the 2005 Best Personal

More information

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A.

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Knowledge Retrieval Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Acknowledgements This lecture series has been sponsored by the European

More information

Today we show how a search engine works

Today we show how a search engine works How Search Engines Work Today we show how a search engine works What happens when a searcher enters keywords What was performed well in advance Also explain (briefly) how paid results are chosen If we

More information

Federated Search. Jaime Arguello INLS 509: Information Retrieval November 21, Thursday, November 17, 16

Federated Search. Jaime Arguello INLS 509: Information Retrieval November 21, Thursday, November 17, 16 Federated Search Jaime Arguello INLS 509: Information Retrieval jarguell@email.unc.edu November 21, 2016 Up to this point... Classic information retrieval search from a single centralized index all ueries

More information

In = number of words appearing exactly n times N = number of words in the collection of words A = a constant. For example, if N=100 and the most

In = number of words appearing exactly n times N = number of words in the collection of words A = a constant. For example, if N=100 and the most In = number of words appearing exactly n times N = number of words in the collection of words A = a constant. For example, if N=100 and the most common word appears 10 times then A = rn*n/n = 1*10/100

More information

Unlock more volume with broad match on Bing Ads

Unlock more volume with broad match on Bing Ads Unlock more volume with broad match on Bing Ads Over the past 12 months, we ve invested heavily in broad match technology to deliver increased volume and controls that preserve ad relevance and match consumer

More information

INCREASED PPC & WEBSITE CONVERSIONS. AMMA MARKETING Online Marketing - Websites Big Agency Background & Small Agency Focus

INCREASED PPC & WEBSITE CONVERSIONS. AMMA MARKETING Online Marketing - Websites Big Agency Background & Small Agency Focus INCREASED PPC & WEBSITE CONVERSIONS AMMA MARKETING Online Marketing - Websites Big Agency Background & Small Agency Focus ONLINE MARKETING AND WEBSITE DESIGN CASE STUDY Client: East Cost Service Cleaning

More information

All-In-One-Designer SEO Handbook

All-In-One-Designer SEO Handbook All-In-One-Designer SEO Handbook Introduction To increase the visibility of the e-store to potential buyers, there are some techniques that a website admin can implement through the admin panel to enhance

More information

Authoritative Sources in a Hyperlinked Environment

Authoritative Sources in a Hyperlinked Environment Authoritative Sources in a Hyperlinked Environment Journal of the ACM 46(1999) Jon Kleinberg, Dept. of Computer Science, Cornell University Introduction Searching on the web is defined as the process of

More information

Advanced Topics in Information Retrieval. Learning to Rank. ATIR July 14, 2016

Advanced Topics in Information Retrieval. Learning to Rank. ATIR July 14, 2016 Advanced Topics in Information Retrieval Learning to Rank Vinay Setty vsetty@mpi-inf.mpg.de Jannik Strötgen jannik.stroetgen@mpi-inf.mpg.de ATIR July 14, 2016 Before we start oral exams July 28, the full

More information

ANALYTICS DATA To Make Better Content Marketing Decisions

ANALYTICS DATA To Make Better Content Marketing Decisions HOW TO APPLY ANALYTICS DATA To Make Better Content Marketing Decisions AS A CONTENT MARKETER you should be well-versed in analytics, no matter what your specific roles and responsibilities are in working

More information

Lecture 5: Sponsored Search. ISM293 University of California, Santa Cruz Spring 2009 Instructors: Ram Akella, Andrei Broder, and Vanja Josifovski

Lecture 5: Sponsored Search. ISM293 University of California, Santa Cruz Spring 2009 Instructors: Ram Akella, Andrei Broder, and Vanja Josifovski Lecture 5: Sponsored Search ISM293 University of California, Santa Cruz Spring 2009 Instructors: Ram Akella, Andrei Broder, and Vanja Josifovski 1 Questions about last lecture? We welcome questions & suggestions

More information

Part 11: Collaborative Filtering. Francesco Ricci

Part 11: Collaborative Filtering. Francesco Ricci Part : Collaborative Filtering Francesco Ricci Content An example of a Collaborative Filtering system: MovieLens The collaborative filtering method n Similarity of users n Methods for building the rating

More information

Information Retrieval. Lecture 9 - Web search basics

Information Retrieval. Lecture 9 - Web search basics Information Retrieval Lecture 9 - Web search basics Seminar für Sprachwissenschaft International Studies in Computational Linguistics Wintersemester 2007 1/ 30 Introduction Up to now: techniques for general

More information

Industry Trends from an Online Perspective

Industry Trends from an Online Perspective H I S T O R I C H O T E L S T H E N E W D Y N A M I C S & O P P O R T U N I T I E S I N S E A R C H M A R K E T I N G Industry Trends from an Online Perspective CPA s Rising The cost to acquire new customers

More information

CLIENT NAME. Origin Eight Optimize Your Digital Impact. Digital Impact Analysis Report

CLIENT NAME. Origin Eight Optimize Your Digital Impact. Digital Impact Analysis Report Origin Eight Optimize Your Digital Impact CLIENT NAME Digital Impact Analysis Report Prepared by Seth Viebrock and team, seth@origineight.net Origin Eight 1010 West Lake Street, Suite 100-116, Minneapolis,

More information

Content Enrichment. An essential strategic capability for every publisher. Enriched content. Delivered.

Content Enrichment. An essential strategic capability for every publisher. Enriched content. Delivered. Content Enrichment An essential strategic capability for every publisher Enriched content. Delivered. An essential strategic capability for every publisher Overview Content is at the centre of everything

More information

Semantic Clickstream Mining

Semantic Clickstream Mining Semantic Clickstream Mining Mehrdad Jalali 1, and Norwati Mustapha 2 1 Department of Software Engineering, Mashhad Branch, Islamic Azad University, Mashhad, Iran 2 Department of Computer Science, Universiti

More information

Comment Extraction from Blog Posts and Its Applications to Opinion Mining

Comment Extraction from Blog Posts and Its Applications to Opinion Mining Comment Extraction from Blog Posts and Its Applications to Opinion Mining Huan-An Kao, Hsin-Hsi Chen Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan

More information

Search Engine Optimization Lesson 2

Search Engine Optimization Lesson 2 Search Engine Optimization Lesson 2 Getting targeted traffic The only thing you care about as a website owner is getting targeted traffic. In other words, the only people you want visiting your website

More information

Understanding how searchers work is essential to creating compelling content and ads We will discuss

Understanding how searchers work is essential to creating compelling content and ads We will discuss How Searchers Work Understanding how searchers work is essential to creating compelling content and ads We will discuss Visitor behavior The searcher's intent The searcher's click The searcher's follow-through

More information