Global offer table
The global offer table must exist in your profile database. You can create the global offer table, UACI_DefaultOffers by running the aci_usertab SQL script against your profile database. The aci_usertab SQL script is located in the ddl directory in your runtime environment installation directory .
You must define the AudienceLevel, and OfferCode1 fields for each row. The other fields are optional to constrain your offer assignments further or influence the built-in learning at the audience level.
For best performance, you should create an index on this table on the audience level column.
(Required) The name of the audience level you assign the default offer to, for example, customer or household. This name must match the audience level as defined in Campaign.
If set to 1, if the offer does not exist in the candidate list of offers, add this offer to the list as well as using any score data for the offer. In general, use 1 to provide global offer assignments.
If set to 0, null, or any number other than 1, use any data for the offer only if the offer exists in the candidate list of offers. In most cases, a treatment rule or individual assignment will override this setting.
*
If the EnableStateID is 2, this column works the same as Consider this rule eligible if the following expression is true option in the advanced options for treatment rules to constrain this offer assignment. This column must contain a boolean expression, and resolve to true to include this offer.
*
If the EnableStateID is 3, this column works the same as Use the following expression as the marketing score option in the advanced options for treatment rules to constrain this offer. This column must contain an expression that resolves to a number.
*
If the EnableStateID is 1, Interact ignores any value in this column.
You must provide a cell code if OverrideTypeID is 0 or null. If you do not include a cell code, the run time environment ignores this row of data.
If the OverrideTypeID is 1, you do not have to provide a cell code in this column. If you do not provide a cell code, the runtime environment uses the cell code defined in the DefaultCellCode property for this audience level and table for reporting purposes.
*
1 - Do not use the Predicate column.
*
2 - Use Predicate as a boolean to filter the offer. This follows the same rules as the Consider this rule eligible if the following expression is true advanced option in a treatment rule.
*
3 - Use Predicate to define the marketer's score. This follows the same rules as the Use the following expression as the marketing score advanced option in a treatment rule.