Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "AdContext vocabulary"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
A vocabulary to describe ad contexts. An ad context is a context whose contents (e.g. a set of anonymous demographic and interest attributes) is published to a website or to an ad server of a website for so that the site can use this information to personalize its content.
+
A vocabulary to describe whitelists of ad contexts. An ad context is a context whose contents (e.g. a set of anonymous demographic and interest attributes) is published to a website or to an ad server of a website for so that the site can use this information to personalize its content. This vocabulary allows this "whitelist" of sites and servers to be described.
  
 
=== Files ===
 
=== Files ===

Revision as of 16:42, 3 September 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} A vocabulary to describe whitelists of ad contexts. An ad context is a context whose contents (e.g. a set of anonymous demographic and interest attributes) is published to a website or to an ad server of a website for so that the site can use this information to personalize its content. This vocabulary allows this "whitelist" of sites and servers to be described.

Files

UML Overview

Adcontext 2.0.100.png

Classes

AdServer

Ad server of a website

  • 0..1 adServer
  • 1..1 adServerURL

Website

A website member of a white list

  • 1..1 siteURL

WhiteList

White list of Websites.

  • 0..N member

Attributes

adServer

Maker of this website's ad server and version number

  • domain: AdServer
  • value: {"doubleclick" , "openx 3.x"}

adServerURL

Ad server URL.

  • domain: AdServer
  • value: xsd:anyURI

member

Member of a WhiteLlist.

  • domain: WhiteList
  • value: Website

Links

Back to the top