| 1 | action | Name of the raw pixel event. This includes events for all conversion segments configured in Rockerbox + a page view. | str |
| 2 | advertiser | Rockerbox Account ID | str |
| 3 | base_id | Primary User ID | str |
| 4 | date | Date when the action occurred | date |
| 5 | engaged_session | Binary 0 or 1 indicating a session lasting > 10 seconds (session_max - session_min > 10). | int |
| 6 | event_id | A unique identifier for each action. Can be used as the primary key. | str |
| 7 | hash_ip_events | Hashed IP address of user for a particular action | str |
| 8 | identifier | Advertiser-specific identifier | str |
| 9 | marketing_type | Type of marketing touchpoint. This will always be onsite as this dataset reflects click-based marketing events only. | str |
| 10 | onsite_count | The total number of actions seen against a given user within a given session. | int |
| 11 | original_url | URL of the page landing page | str |
| 12 | rb_sync_id | Identifier used by Rockerbox to sync dataset to your warehouse | int |
| 13 | report | The name of the report | str |
| 14 | request_referrer | Page Referrer (the previous site where the user came from) | str |
| 15 | session_id | Identifier for a session, indicated by a timestamp. A unique user session will be a combination of session_id|uid, or can be identified using session_start. | str |
| 16 | session_max | Timestamp of the last time a user was seen on site during a session | timestamp |
| 17 | session_min | Timestamp of the first time a user was seen on site during a session | timestamp |
| 18 | session_start | Binary field indicating the first event of a session. Can be used for session / visitor analysis by filtering for session_start = 1. | int |
| 19 | spend_key | The ID used to pull spend from an advertising platform. This is typically the Ad ID, but may differ based on your account setup. | str |
| 20 | tier_1 | Aligns to the 5-tiered categorization structure available in the Rockerbox UI. tier_1 = most broad categorization (level 1). | str |
| 21 | tier_2 | Aligns to the 5-tiered categorization structure available in the Rockerbox UI. tier_2 = level 2 categorization (more granular than level 1). | str |
| 22 | tier_3 | Aligns to the 5-tiered categorization structure available in the Rockerbox UI. tier_3 = level 3 categorization. | str |
| 23 | tier_4 | Aligns to the 5-tiered categorization structure available in the Rockerbox UI. tier_4 = level 4 categorization. | str |
| 24 | tier_5 | Aligns to the 5-tiered categorization structure available in the Rockerbox UI. tier_5 = level 5 categorization. | str |
| 25 | timestamp_action | Timestamp of when the action occurred | timestamp |
| 26 | timestamp_event | Timestamp of when the marketing touchpoint occurred. This will only appear on the first action within a session, as the only action that will have a marketing touchpoint. The timestamp_event and timestamp_action will match. | timestamp |
| 27 | transform_table_id | ID associated with the Rockerbox table used to apply mappings and spend. Closed beta feature only. | int |
| 28 | uid | Rockerbox User ID cookie | str |
| 29 | updated_at | Time the cache record was updated most recently | timestamp |
| 30 | user_agent | Web identifier that includes characteristics like browser, device, operating system, and application | str |
| 31 | utm_campaign | utm_campaign value parsed from the landing page URL, if present | str |
| 32 | utm_content | utm_content value parsed from the landing page URL, if present | str |
| 33 | utm_id | utm_id value parsed from the landing page URL, if present | str |
| 34 | utm_medium | utm_medium value parsed from the landing page URL, if present | str |
| 35 | utm_source | utm_source value parsed from the landing page URL, if present | str |
| 36 | utm_term | utm_term value parsed from the landing page URL, if present | str |