CSFWriteEvents

Use this component with the CacheManager object to log events content from the Content Selection Framework.

Ee798966.note(en-US,CS.10).gif Note

  • Although the CSFWriteEvents component implements two pipeline component interfaces (IPipelineComponent and IPipelineComponentAdmin), it is not a pipeline component, it does not appear in the Pipeline Editor, and cannot be used or configured from the Editor.

Configuration Values

You can determine how the CSFWriteEvents component runs by setting component properties. Use the following boxes on the CSFWriteEvents tab of the Component Properties dialog box to determine this information.

Box Description
Connection String The connection string to connect to the database. This may be a full connection string or a name in a connection map. If blank, the default connection string is passed through.

Values Read

The CSFWriteEvents component reads the following values from the indicated dictionaries.

Key Dictionary Description
_performance Order The previous event delta count for the various content items.

Values Written

None.

Remarks

You can use the CSFWriteEvents component with the CacheManager object to save event information in the database for later adjustment of advertising and other campaign schedules.

When run by the CacheManager object, the CSFWriteEvents component uses two pipeline dictionaries (Order and Context) to determine how to run and how to return information to the CacheManager object.

The CSFWriteEvents component first opens a connection to the database. It then writes the event data out to the database using information stored in the Performance dictionary.

Example

See the example in CacheManager Object.


All rights reserved.