Targeting Objects
The content selection objects are used to select custom content for display on Web pages and are part of the Content Selection Framework (CSF). Although the CSF uses many different objects to select content, such as the ContentList object, the ContentListFactory object, and the CacheManager object, this section focuses on the ContentSelector object, which is the main object used to get and display targeted content. The ContentSelector object invokes different CSF pipelines to select different types of content based on the dictionary passed to the GetContent method.
The Targeting Programming Concepts topic describes the concepts related to programming with the Content Selection objects.
Objects
Invocation |
Description |
---|---|
Contains a representation of each content item eligible for a given request for content. Also provides services to Content Selection Framework (CSF) components such as filtering and sorting. |
|
Allows creation of ContentList objects, and stores data shared by those objects. |
|
Allows manipulation of the schema for a ContentListFactory object. |
|
Allows specification and retrieval of page content. |
|
Allows selection and evaluation of one or more expressions against a set of profiles. |
|
Provides methods to create, save, modify, and retrieve expressions. |
|
Stores a specific evaluation context (set of profiles) that can be used for multiple expression evaluation operations. |
|
Allows enumeration of the rows returned from the ActiveRows and AllRows properties, and the Search method, of a ContentList object, and from the AllRows property and the Search method of a ContentListFactory object. |
Examples
Example |
Description |
---|---|
Contains code to include in the Default.asp file that you use to create the ContentSelection object, code that you use with the GetContent method, and code you use to write ads to the Web page. |
|
Describes how to connect to, and disconnect from, the Expression Store. |
|
Describes how to create a new expression. |
|
Describes how to retrieve or delete expressions from the Expression Store, rename an expression, or translate between expression IDs and expression names. |
|
Describes how to create a list from a file. |
|
Describes the operations performed on lists such has copy, subtract, union, and export, and the procedure to add and subtract a user from a list. |
|
Describes how to retrieve and enumerate the available lists and set list properties, such as the list name and description. |