Purchases / Games

This data set provides a daily aggregation of each customer's activity in your products, as reported to Optimove and used for segmentation in Target Groups.

Use this data to reveal insights about customers' activity under each campaign.

📘

Latest version view: VW_TRANSACTIONS

Run this query to sample last 1000 records.

SELECT *
FROM  [SHARED_DB].BI. VW_TRANSACTIONS
ORDER BY TRANSACTIONDATE DESC 
LIMIT 1000

Each record represents a unique purchase or a game made by a customer, and contains all the relevant attributes available for segmentation.

Table Description

(This structure describes a typical data structure for Retail clients, might differ between clients)

Field NameDescriptionData Type
CUSTOMER_IDUnique identifier for the customerNUMBER(19,0)
CLIENT_CUSTOMER_IDUnique identifier for the client’s customerTEXT(200)
TRANSACTIONDATEThe date this transaction took placeDATE
PRODUCTIDProduct ID as provided by clientNUMBER(38,0)
OPTIMOVE_PRODUCT_IDProduct ID generated by OptimoveNUMBER(38,0)
OPTIMOVE_TRANSACTION_IDTransaction ID generated by OptimoveNUMBER(10,0)
ITEM_NAMEItem name as provided by clientTEXT(16777216)
DEPARTMENTDepartment value as provided by clientTEXT(16777216)
CATEGORYItem category as provided by clientTEXT(16777216)
PRODUCTTYPEIDProduct type ID, correlates with nameNUMBER(3,0)
PRODUCTTYPENAMEProduct Type as provided by clientTEXT(1000)
BRANDBrand value as provided by clientTEXT(16777216)
ECOM_NUMBER_OF_ITEMSNumber of items of this type purchased in this transactionNUMBER(19,4)
ECOM_ITEM_PRICESingle item priceNUMBER(19,4)
ECOM_REFUND_AMOUNTAmount in case of type 'refund'NUMBER(19,4)
ECOM_STORE_TYPEStore type as provided by clientTEXT(16777216)
ECOM_DISCOUNTDiscount given on this transactionNUMBER(19,4)