Open Data Warehouse (CODW)
This section describes the CORE DataSet.
Make sure to only access the CORE DataSet through the VIEWS dataset. Each core table has its equivalent view returning the same format of data but possibly applying required filters/adjustments over the CORE Data which are immutable.
Tables Overview
Boxalino analytics tables are stored in the [ACCOUNT_NAME]_core dataset.
Group | Tables | Description | Keys |
---|---|---|---|
Customer | Physical person (unique e-mail) | customer_id | |
| Properties of a physical person | customer_id, property_name | |
| Logical person (an user (acount), a visitor (cookie)) | persona_id | |
| Properties of a Logical person | persona_id, property_name | |
| History of property values of of a Logical person | persona_id, property_name | |
| Connections between customers and other personas | customer_id, persona_id | |
| Connections between visitor and user personas | visitor_persona_id, | |
Product / Content | Product id and base fields (also used for other contents like blogs) | product_id | |
| Product properties | product_id, property_name | |
Orders | A transaction (connect to a persona) | order_id, persona_id | |
| A product in a transaction (connect to a product) | order_id, line_num | |
| Properties of an order lines | order_id, line_num, property_name | |
Behaviors | All sessions | session_id | |
| All requests to a Widget (e.g.: search, recs, …) | request_id, session_id | |
| Request parameters (e.g.: currently set search filters) | context_id | |
| Each request returned hit (e.g.: product groups) displayed to a user | request_id, variant_id | |
| Each request returned facet (filtering option) displayed to a user | request_id, variant_id, field_name | |
| More parameters describing the request response | request_id, variant_id | |
| all the tracking events of Boxalino Tracker | sesion_id |