A customer's behavior within a site, and within a
marketing activity.
Column Descriptions:
Name | Type | Description |
PERSONALIZATIONID | VARCHAR (30) NOT NULL | The unique personalization identifier of a
customer. |
STOREENT_ID | INTEGER NOT NULL DEFAULT 0 | The identifier of the store. |
BEHAVIOR | CLOB (1000000) | The XML definition of a customer's online
behavior. |
ACTION | CLOB (1000000) | The XML definition the Actions which a customer
should not repeat. |
EVENT | CLOB (1000000) | The XML definition of the marketing activities a
customer should not repeat, and the Triggers for which the customer
is waiting. |
LASTUPDATED | TIMESTAMP | The time which the customer's user behavior entry
was last updated. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | PERSONALIZATIONID+STOREENT_ID | Primary Key |