Interact | profile | Audience Levels | [AudienceLevelName]
This set of configuration properties enables you to define the table names required for additional Interact features. You are only required to define the table name if you are using the associated feature.
scoreOverrideTable
Description
The name of the table containing the score override information for this audience level. This property is applicable if you have set enableScoreOverrideLookup to true. You have to define this property for the audience levels for which you want to enable a score override table. If you have no score override table for this audience level, you can leave this property undefined, even if enableScoreOverrideLookup is set to true.
Interact looks for this table in the customer tables accessed by Interact runtime servers, defined by the prodUserDataSource properties.
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_ScoreOverride. If you enter a fully-qualified name, for example, mySchema.UACI_ScoreOverride, Interact does not prepend the schema name.
Default value
UACI_ScoreOverride
offerSuppressionTable
Description
The name of the table containing the offer suppression information for this audience level. You have to define this property for the audience levels for which you want to enable an offer suppression table. If you have no offer suppression table for this audience level, you can leave this property undefined, even if enableOfferSuppressionLookup is set to true.
Interact looks for this table in the customer tables accessed by runtime servers, defined by the prodUserDataSource properties.
Default value
UACI_BlackList
profileTable
Description
In a new installation of Interact, this property is deprecated. In an upgraded installation of Interact, this property is valid until the first deployment.
The name of the table containing the profile data for this audience level.
Interact looks for this table in the customer tables accessed by runtime servers, defined by the prodUserDataSource properties.
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_usrProd. If you enter a fully-qualified name, for example, mySchema.UACI_usrProd, Interact does not prepend the schema name.
Default value
No default value defined.
contactHistoryTable
Description
The name of the staging table for the contact history data for this audience level.
This table is stored in the runtime environment tables (systemTablesDataSource).
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_CHStaging. If you enter a fully-qualified name, for example, mySchema.UACI_CHStaging, Interact does not prepend the schema name.
Default value
UACI_CHStaging
chOfferAttribTable
Description
The name of the contact history offer attributes table for this audience level.
This table is stored in the runtime environment tables (systemTablesDataSource).
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_CHOfferAttrib. If you enter a fully-qualified name, for example, mySchema.UACI_CHOfferAttrib, Interact does not prepend the schema name.
Default value
UACI_CHOfferAttrib
responseHistoryTable
Description
The name of the response history staging table for this audience level.
This table is stored in the runtime environment tables (systemTablesDataSource).
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_RHStaging. If you enter a fully-qualified name, for example, mySchema.UACI_RHStaging, Interact does not prepend the schema name.
Default value
UACI_RHStaging
crossSessionResponseTable
Description
The name of the table for this audience level required for cross-session response tracking in the contact and response history tables accessible for the response tracking feature.
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_XSessResponse. If you enter a fully-qualified name, for example, mySchema.UACI_XSessResponse, Interact does not prepend the schema name.
Default value
UACI_XSessResponse
userEventLoggingTable
Description
This is the name of the database table that is used for logging user-defined event activities. Users defined events on the Events tab of the Interactive Channel summary pages in the Interact interface. The database table you specify here stores information such as the event ID, name, how many times this event occurred for this audience level since the last time the event activity cache was flushed, and so on.
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_UserEventActivity. If you enter a fully-qualified name, for example, mySchema.UACI_UserEventActivity, Interact does not prepend the schema name.
Default value
UACI_UserEventActivity
patternStateTable
Description
This is the name of the database table that is used for logging event pattern states, such as whether the pattern condition has been met or not, whether the pattern is expired or disabled, and so on.
If you have defined the schema property for this data source, Interact prepends this table name with the schema, for example, schema.UACI_EventPatternState. If you enter a fully-qualified name, for example, mySchema.UACI_EventPatternState, Interact does not prepend the schema name.
Default value
UACI_EventPatternState