| conversion_event_id | Partition Key - unique identifier of the conversion event tracked in Rockerbox | str |
| date | Partition Key - date that the conversion occured | str |
| log_mta_id | Unique identifier for the marketing touchpoint record attributed to the conversion | str |
| log_conversion_id | Unique identifier for each instance of the conversion - used to join against log_conversions schemas | str |
| conversion_id | Secondary unique identifier for each instance of the conversion - should not be used as a join key | str |
| action | Name of the conversion action tracked in Rockerbox. This is often overloaded with additional dimensions for segmentation (e.g., purchase.<geo>.<web_or_app>) | str |
| event_type | Marketing event type (e.g., onsite, tiktok_view, facebook_click) that indicates whether the interaction was a click or impression. | str |
| touchpoint_id | Unique identifier for the marketing touchpoint | str |
| sequence_number | Order of the touchpoint in the user journey (1 = earliest) | int |
| new_to_file | 1 if new customer (first-time conversion seen), else 0 | int |
| pseudonymized_user_id | Pseudonymized user identifier for privacy | str |
| request_referrer | Referrer of the page where the user came from | str |
| original_url | URL of the marketing touchpoint | str |
| utm_campaign | UTM campaign parameter from the URL | str |
| utm_content | UTM content parameter from the URL | str |
| utm_medium | UTM medium parameter from the URL | str |
| utm_source | UTM source parameter from the URL | str |
| utm_term | UTM term parameter from the URL | str |
| utm_id | UTM ID parameter from the URL | str |
| utm_source_platform | UTM source platform parameter from the URL | str |
| utm_creative_format | UTM creative format parameter from the URL | str |
| utm_marketing_tactic | UTM marketing tactic parameter from the URL | str |
| mapping_rule_name | Name of the categorization rule applied to this touchpoint | str |
| platform_join_key | Platform-specific identifier for joining with spend data | str |
| platform | Marketing platform name (e.g., tiktok_v3, facebook_v2) | str |
| tier_1 | Marketing channel categorization level 1 (most broad), as defined in your mapping rules / reporting taxonomy. | str |
| tier_2 | Marketing channel categorization level 2 | str |
| tier_3 | Marketing channel categorization level 3 | str |
| tier_4 | Marketing channel categorization level 4 | str |
| tier_5 | Marketing channel categorization level 5 | str |
| tier_one | Raw ad object identifiers captured on event used to build reporting taxonomy | str |
| tier_two | Raw ad object identifiers captured on event used to build reporting taxonomy | str |
| tier_three | Raw ad object identifiers captured on event used to build reporting taxonomy | str |
| tier_four | Raw ad object identifiers captured on event used to build reporting taxonomy | str |
| tier_five | Raw ad object identifiers captured on event used to build reporting taxonomy | str |
| timestamp_conv | Timestamp of when the conversion occurred (ISO 8601 UTC) | timestamp |
| timestamp_events | Timestamp of the marketing event (ISO 8601 UTC) | timestamp |
| updated_at | Timestamp when the record was last updated. All records for same date + conversion_event_id partition share the same updated_at | timestamp |
| onsite_count | Total number of times the user appeared on your site | int |
| total_events | Number of marketing touchpoints before conversion | int |
| even | Equal fractional credit across touchpoints | float |
| first_touch | 1 if first touchpoint, else 0 | int |
| last_touch | 1 if last touchpoint, else 0 | int |
| normalized | Fractional attribution assigned by multi-touch model | float |
| total_revenue_usd | Total revenue in USD associated with the conversion | float |
| revenue_even_usd | Revenue attributed under even weight distribution (USD) | float |
| revenue_first_touch_usd | Full revenue if it’s the first touch, else 0 (USD) | float |
| revenue_last_touch_usd | Full revenue if it’s the last touch, else 0 (USD) | float |
| revenue_normalized_usd | Revenue assigned by multi-touch attribution model (USD) | float |