Interact | services | responseHist

The configuration properties in this category define the settings for the service that writes to the response history staging tables.

enableLog

Description

If true, enables the service that writes to the response history staging tables. If false, no data is written to the response history staging tables.

The response history staging table is defined by the responseHistoryTable property for the audience level. The default is UACI_RHStaging.

Default value

True

Valid Values

True | False

cacheType

Description

Defines whether the cache is kept in memory or in a file. You can use External Loader File only if you configured Interact to use a database loader utility.

If you select Memory Cache, use the cache category settings. If you select External Loader File, use the fileCache category settings.

Default value

Memory Cache

Valid Values

Memory Cache | External Loader File

actionOnOrphan

Description

This setting determines what to do with response events that do not have corresponding contact events. If set to NoAction, the response event is processed as if the corresponding contact event was posted. If set to Warning, the response event is processed as if the corresponding contact event was posted, but a warning message is written into interact.log. If set to Skip, the response even is not processed, and an error message is written into interact.log. The setting that you choose here is effective regardless if response history logging is enabled.

Default value

NoAction

Valid Values

NoAction | Warning | Skip