The profile database must contain the following:
If you set the enableScoreOverrideLookup configuration property to true, you must include a score override table for at least one audience level. You define the score override table names with the scoreOverrideTable property.The score override table can contain individual customer-to-offer pairings. You can create a sample score override table, UACI_ScoreOverride by running the aci_usertab SQL script against your profile database. You should also index this table on the Audience ID column.If you set the enableScoreOverrideLookup property to false, you do not need to include a score override table.
If you set the enableDefaultOfferLookup configuration property to true, you must include the global offers table (UACI_DefaultOffers). You can create the global offers table by running the aci_usertab SQL script against your profile database.
If you set the enableOfferSuppressionLookup property to true, you must include an offer suppression table for at least one audience level. You define the offer suppression table names with the offerSuppressionTable property.The offer suppression table can contain a row for each offer suppressed for an audience member, although an entry is not required for all audience members. You can create a sample offer suppression table, UACI_BlackList by running the aci_usertab SQL script against your profile database.If you set the enableOfferSuppressionLookup property to false, you do not need to include an offer suppression table.All configuration properties referenced above are in the Interact > profile or the Interact > profile > Audience Levels > AudienceLevel category. The aci_usertab SQL script is located in the ddl directory in your runtime environment installation directory.
IBM Unica Interact
8.5.0
|
Copyright IBM Corporation 2011. All Rights Reserved.
|
For more information, see our support and community site: Customer Central
|
|