DMEXPLOG

This table contains the details of what was displayed to a customer on a store page in an e-Marketing Spot as a result of an experiment.

Column Descriptions:

NameTypeDescription
DMEXPLOG_IDBIGINT NOT NULLThe unique identifier of the experiment log entry.
STOREENT_IDINTEGER NOT NULLThe ID of the store.
EXPERIMENT_IDINTEGER NOT NULLThe identifier of the experiment within the activity.
TESTELEMENT_IDINTEGER NOT NULLThe identifier of the experiment path in the marketing activity.
PERSONALIZATIONIDVARCHAR (30) NOT NULLThe unique personalization identifier of a customer.
CREATEDTIMESTAMP NOT NULLThe time this experiment log entry was created.
CLICKEDSMALLINT NOT NULL DEFAULT 0Has the customer clicked on the item displayed in the eMarketing Spot. 0 - the customer has not clicked the item; 1- the customer has clicked the item.
VALUEVARCHAR (254) NOT NULLThe ID of the item that was displayed in the e-Marketing Spot.
CONTENTTYPEVARCHAR (254) NOT NULLThe type of content that was displayed. Valid values include: CatalogGroup, CatalogEntry, MarketingContent.
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>DMEXPLOG_IDPrimary Key
I0001198STOREENT_ID+PERSONALIZATIONID+CREATEDNon-Unique Index
I0001199 STOREENT_ID+EXPERIMENT_ID+TESTELEMENT_ID+CREATEDNon-Unique Index