Statistics for an e-MarketingSpot within a
marketing activity.
Column Descriptions:
Name | Type | Description |
DMACTIVITY_ID | INTEGER NOT NULL | The identifier of a marketing activity. |
EMSPOT_ID | INTEGER NOT NULL | The identifier of a e-MarketingSpot which is
populated by the marketing activity. |
STOREENT_ID | INTEGER NOT NULL DEFAULT 0 | The identifier of the store. |
VIEWS | INTEGER DEFAULT 0 | The number of times customers have viewed the
e-MarketingSpot in the context of the marketing activity. |
CLICKS | INTEGER DEFAULT 0 | The number of times customers have clicked the
e-MarketingSpot in the context of the marketing activity. |
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> | DMACTIVITY_ID+EMSPOT_ID+STOREENT_ID | Primary Key |
I0001155 | EMSPOT_ID | Non-Unique Index |