Navigation

Fields of the E-commerce Tables in the Event Structure

This article presents all the fields used in standard e-commerce tables with the Event structure (see how to generate this structure). This reference aims to provide a consistent view of the data model to simplify data integration, analysis, and use in Dialog Insight. For each table, you will find a list of the fields, including their code, label, type, and description.

Transaction
CodeLabelDataTypeDescription
customer_id
foreign key
Source Person IDDepending on the primary key of the project:
  • Int
  • NVarChar (100)
Identifier of the contact in the third-party solution.
idTransaction
primary key
Unique transaction IDNVarChar(500)
(Not nullable)
Identifier of the transaction in the third-party solution.
idSendLogIdentifier of the sendlog linked ot the transactionBigint

Identifier of the sendlog (Google Analytics).
idBatchBatch identifier linked to the transactionInt
Identifier of the idBatch (Google Analytics).
SourceTransaction sourceNVarChar(100)
Source of the transaction
RevenueTransaction amountDecimal
Gross revenue from the items sold.
ShippingShipping amountDecimal
Shipping cost before taxes at the time the order was placed.
TaxTax amountDecimal
Total tax amount at the time the order was placed.
dtTransactionCreatedAtDate of creation of the transactionDateTime
Creation date of the transaction in the store.
dtTransactionUpdatedAt
Transaction information update dateDateTime
Last modification date of the transaction in the store.
financialStatusFinancial status of the transactionNVarChar(200)
Payment status of the order.
fulfillmentStatusOrder processing statusNVarChar(200)
Fulfillment status of the order.
Item (Ticket)
CodeLabelDataTypeDescription
idTransaction
foreign key
Transaction ID

NVarChar (100)

(not nullable)

Identifier of the transaction in the Transaction table.
idProductEvent IDNVarChar(100)
(not nullable)
The event name.
itemStatusItem statusNVarChar(50)
itemCategoryCategory IDNVarChar(100)
ticketCountNomber of ticketsIntNumber of tickets purchased.
Price_unitUnit price per ticketDecimalPrice per ticket.
Price_totalTotal priceDecimalTotal ticket price.
isScanIf the ticket was scanned at the eventBitWas the ticket validated?
Event (Product)
CodeLabelDataTypeDescription
idProduct
primary key
Event IDNVarChar(500)
(not nullable)
Identifier of the event.
ProductNameEvent nameNVarChar(500)The event name.
DescriptionEvent descriptionNVarChar(500)Description of the event.
CurrencyCurrencyNVarChar(5)The currency selected in the E-commerce configuration.
RegularPriceRegular priceDecimalPrice before discounts.
CurrentPriceCurrent priceDecimalActual price in the store.
eventStartDateTimeStart date and hour of the eventDateTimeEvent starting date. If there are several representations, the first one is used.
eventEndDateTimeEnd date and hour of the eventDateTimeEvent ending date. If there are several representations, the last one is used.
UrlProductEvent url on the main site NVarChar(500)Link to the main web page for the event.
UrlImageDefautUrl to an image that represents the eventNVarChar(500)Event default image. Only one image is supported.
eventLocationEvent locationsNVarChar(500)Event locations.
StatusEvent statusNVarChar(50)Event status.
SourceSource from which the data retrieved from the event comesNVarChar(500)Data source.
Representation
CodeLabelDataTypeDescription
idRepresentation
primary key
Representation IDNVarChar(100)
(non nullable)
Identifier of the representation.
dtRepresentationRepresentation date and timeDateTimeDate and time of the representation.
AddressRepresentation locationNVarChar(100)Address of the representation location.
SaisonRepresentation seasonNVarChar(100)Season during which the representation takes place.
representationInfoAdditional information
NVarChar(100)Additional information about the representation.
idProductEvent ID
NVarChar(500)
(not nullable)
Identifier of the event associated with the representation.
ProductCategory
CodeLabelDataTypeDescription
idCategory
primary key
Category identifierNVarChar(100)Client identifier of the category.
CategoryNameCategory nameNVarChar(100)Category name.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.