DMEMSPOTSTATS

Statistics for an e-MarketingSpot within a marketing activity.

Column Descriptions:

NameTypeDescription
DMACTIVITY_IDINTEGER NOT NULLThe identifier of a marketing activity.
EMSPOT_IDINTEGER NOT NULLThe identifier of a e-MarketingSpot which is populated by the marketing activity.
STOREENT_IDINTEGER NOT NULL DEFAULT 0The identifier of the store.
VIEWSINTEGER DEFAULT 0The number of times customers have viewed the e-MarketingSpot in the context of the marketing activity.
CLICKSINTEGER DEFAULT 0The number of times customers have clicked the e-MarketingSpot in the context of the marketing activity.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>DMACTIVITY_ID+EMSPOT_ID+STOREENT_IDPrimary Key
I0001155EMSPOT_IDNon-Unique Index