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"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} A vocabulary to describe ad contexts. === Files === * SVN source: [https://dev.eclipse.org/svnroot/technology/org.eclipse...)
 
(Links)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
A vocabulary to describe ad contexts.  
+
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 ===
Line 7: Line 7:
 
==UML Overview==
 
==UML Overview==
  
 +
[[Image:Adcontext 2.0.100.png|center]]
  
 
==Classes==
 
==Classes==
  
==Attributes==
+
===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
 +
 
 +
=== publishTo ===
 +
List of websites and ad tech servers to which the contents of this context will be published.
 +
* domain: AdContext
 +
* value: WhiteList
  
 
== Links ==
 
== Links ==
 
* [[Persona Data Model 2.0]]
 
* [[Persona Data Model 2.0]]
 
[[Category:Higgins 2 Vocabularies]]
 

Latest revision as of 20:52, 11 October 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

publishTo

List of websites and ad tech servers to which the contents of this context will be published.

  • domain: AdContext
  • value: WhiteList

Links

Back to the top