Events Export Schema
This document lists the fields included in the events data exports (e.g., Google BigQuery) and is the reference for future export integrations. Use it to understand the structure, key identifiers, timestamps, and marketing attribution fields available in exports.
Notes
Field types are included within the descriptions for clarity.
"decoded" variants contain URL-decoded values of their counterparts.
Map(...)types represent JSON key/value pairs parsed into structured columns where supported.
Fields
Field | Description |
|---|---|
| DateTime column representing the timestamp of the event |
| Int column indicating whether the record is deleted (0 or 1) |
| UInt64 column representing the offset in the data stream or log |
| DateTime column representing the Kafka timestamp in milliseconds |
| UInt64 column representing the partition number (for distributed storage) |
| String column for storing API keys |
| String column for storing automatically captured attributes |
| String column containing the source page URL without query parameters |
| String column containing the decoded source page URL without query parameters |
| String column extracted from |
| String column extracted from |
| String column containing the decoded destination URL |
| String column extracted from |
| String column extracted from |
| String column extracted from |
| String column extracted from |
| String column extracted from |
| String column extracted from URL parameter |
| String column extracted from URL parameter |
| String column for Facebook click ID |
| String column for Google click ID |
| String column extracted from URL parameter |
| String column extracted from URL parameter |
| String column extracted from URL parameter |
| String column for TikTok click ID |
For the complete export schema definition, see the full source document in the Help Center.
Was this article helpful?