| 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_conversion_id | Unique identifier for this conversion event record | str |
| action | Name of the conversion event (e.g., purchase, action=Viewed Product). This is often overloaded with additional context for segmentation (e.g., purchase.<geo>.<web_or_app>) | str |
| original_currency | Original currency code of the conversion revenue before conversion to USD | str |
| pseudonymized_user_id | Pseudonymized user identifier | |
| city | City provided by the customer during conversion | str |
| country | Country provided by the customer during conversion | str |
| country_code | Country code provided by the customer during conversion | str |
| dma_id | Designated Market Area (DMA) ID provided by the customer | str |
| ip_city | City derived from IP address geolocation at time of conversion | str |
| ip_country | Country derived from IP address geolocation at time of conversion | str |
| ip_dma_id | DMA ID derived from IP address geolocation at time of conversion | str |
| ip_state | State derived from IP address geolocation at time of conversion | str |
| ip_zip_code | Zip code derived from IP address geolocation at time of conversion | str |
| province_code | Province code provided by the customer during conversion | str |
| state | State provided by the customer during conversion | str |
| zip | Zip code provided by the customer during conversion | str |
| device | Device type used for the conversion | str |
| order_source | The channel through which the conversion was record, as applicable (e.g., web, app, retail, call center) | str |
| timestamp_conv | Timestamp of the conversion event (ISO 8601 UTC) | timestamp |
| updated_at | Timestamp when this record was last updated | timestamp |
| revenue_usd | Conversion revenue in USD (after currency conversion if applicable) | decimal |
| original_revenue | Conversion revenue in original currency before conversion to USD (if applicable) | decimal |
| new_to_file | 1 if new customer (first-time conversion seen), else 0 | str |