Description
- Contains metadata for all conversion events tracked in Rockerbox.
- Provides unique identifiers and human-readable names for conversion events.
- Reference table for filtering attribution data by specific conversion events.
- Includes event lifecycle flags (active/deleted status) and the first reporting date in Rockerbox for each conversion event.
Schema Structure
conversion_event_metadata: Single lookup table containing conversion event definitions and metadata.
Usage Notes
- Filtering Attribution Data: Use
conversion_event_idto filterlog_mtaand other attribution tables to specific conversion types (e.g., Purchase, Add to Cart). - Event Discovery: Query this table to find available conversion events and their IDs before filtering attribution data.
- Active Events: Filter by
active = trueto see currently tracked conversion events. - Query Pattern: Join with attribution tables using
conversion_event_idto add human-readable event names to your results.
Table Creation
This table is automatically created upon connecting Rockerbox with your supported warehouse provider.Logical Primary Key
conversion_event_id— Unique identifier for each conversion event type
