Skip to main content

Description

  • The Conversion Data schema contains one row per conversion recorded in Rockerbox.
  • It includes detailed information about the conversion event including user identifiers, timestamps, order metadata, and any other contextual information passed to Rockerbox via conversion event tracking or batch files (flat files).

Table Creation

  • One table is created for a single conversion event tracked in Rockerbox.
  • The table is manually created in the Rockerbox UI.

Partition Keys

  • date
💡 Note: Leverage partition keys when querying the table to improve query efficiency.

Primary Key

While data warehouses do not enforce primary key constraints, the conversion_key functions as the logical primary key for the table.

Field Reference