DMELESTATS

Statistics of trigger, target and action campaign elements within an activity.

Column Descriptions:

NameTypeDescription
DMELEMENT_IDINTEGER NOT NULLThe identifier of the campaign element.
STOREENT_IDINTEGER NOT NULL DEFAULT 0The identifier of the store.
COUNTERINTEGER NOT NULL DEFAULT 0The number of times the campaign element has been reached in the marketing activity by all customers.
FIELD1INTEGERCustomizable field.
FIELD2BIGINTCustomizable field.
FIELD3DECIMAL (20,5)Customizable field.
FIELD4VARCHAR (254)Customizable field.
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>DMELEMENT_ID+STOREENT_IDPrimary Key