UA schema reference
UA schema reference
This article provides a column-level reference for each view in the UA schema of the UA Events data model in Snowflake
all_events_shared
The all_events_shared view contains all events (search, click, view, and custom) in a single table.
| Column name | Description | ||
|---|---|---|---|
|
Unique identifier for the organization |
||
|
Advanced query expression used for the search event |
||
|
Unique identifier for the batch of events (if the event came through the searches endpoint) |
||
|
Action cause of the event |
||
|
Unique identifier of the click event |
||
|
Position of the clicked item (1-based integer value) |
||
|
Unique identifier for this browser, can be null if not sent explicitly |
||
|
Name of the collection of the clicked item |
||
|
User-supplied custom values attached to this specific event |
||
|
Unique identifier for a custom event (null for search or click events in this view) |
||
|
UTC timestamp of when this event was received
|
||
|
Device category, extracted from |
||
|
Unique device identifier, when available |
||
|
Author of the clicked item |
||
|
Category of the clicked item |
||
|
Title of the clicked item |
||
|
Integer outcome of event |
||
|
Event type of the event, used to distinguish the type of event |
||
|
Event value of the custom event |
||
|
Facet state of the search event (includes only selected facets) |
||
|
Index name against which the search query ran |
||
|
Whether the user should be considered anonymous |
||
|
Whether the query is modified by contextual filters (for example, a query to find similar items) |
||
|
Whether the IP address of the event was considered a customer-internal IP |
||
|
Number of returned search results |
||
|
Operating system of the device, extracted from |
||
|
Operating system of the device along with its version, extracted from |
||
|
City from which the event originated, extracted from IP |
||
|
Specifies the deployment from which the user performs the search action |
||
|
Country from which the event originated, extracted from IP |
||
|
Language of the displayed content (must be a valid ISO 639-1 code) |
||
|
Name or identifier of the search interface for this event (that is, |
||
|
Name or identifier of the search tab for this event (that is, |
||
|
Previous location visited (for example |
||
|
Region from which the event originated, extracted from IP |
||
|
Query expression of the search event |
||
|
Lowercase version of the query expression from the search event |
||
|
Name of the query pipeline associated with this event |
||
|
ML model responsible for the results in this click event |
||
|
Number of milliseconds it took to return the search results |
||
|
Unique |
||
|
Source name of the clicked item |
||
|
Pipeline AB-test split information for this event |
||
|
Pipeline AB-test split version for this event |
||
|
URI hash of the clicked item |
||
|
Passed website or tracking ID |
||
|
Unique identifier for this user, based on the |
||
|
|
||
|
Unique identifier for this user |
||
|
Cryptographic hash of the user IP |
||
|
User name |
||
|
Identifier for the unique visit for this user |
||
|
Unique identifier for this visitor (superseded by |
||
|
Web browser used on the device, extracted from |
||
|
Web browser used on the device and its version, extracted from |
||
|
Search event that had results that were clicked on |
||
|
Search event that had non-zero results |
clicks_shared
The clicks_shared view contains all client-side click events.
| Column name | Description |
|---|---|
|
Organization identifier for this record |
|
Action cause for this event |
|
Action cause for this event |
|
Unique identifier for this click event |
|
Position of the clicked item (1-based integer value) |
|
Unique identifier for this browser, can be null if not sent explicitly |
|
|
|
User-supplied custom values attached to this specific event |
|
UTC timestamp of when this event was received |
|
Device category, extracted from the |
|
Unique device identifier, when available |
|
Author of clicked item |
|
Category of the clicked item |
|
Title of clicked item |
|
URL of clicked item |
|
Whether the user should be considered anonymous |
|
Whether the IP address of the event was considered a customer-internal IP |
|
Operating system of the device, extracted from |
|
Operating system of the device along with its version, extracted from |
|
City from where the event originated, extracted from IP |
|
Specifies the deployment from which the user performs the search action |
|
Country from which the event originated, extracted from IP |
|
Language of the displayed content (must be a valid ISO 639-1 code) |
|
Name or identifier of the search interface for this event (that is, |
|
Name or identifier of the search tab for this event (that is, |
|
Previous location visited (for example, |
|
Region from which the event originated, extracted from IP |
|
Query pipeline name associated with this event |
|
ML algorithm responsible for the results in this click event |
|
Unique search ID of the search event which returned the clicked item |
|
Source name of the clicked item |
|
Pipeline AB-test split information for this event |
|
Pipeline AB-test split version for this event |
|
URI hash of the clicked item |
|
Passed website or tracking ID |
|
Unique identifier for this user, based on the |
|
|
|
Unique identifier for this user |
|
Cryptographic hash of the user IP |
|
User name |
|
Identifier for the unique visit for this user |
|
Unique identifier for this visitor (superseded by |
|
Web browser used on the device, extracted from |
|
Web browser used on the device and its version, extracted from |
custom_events_shared
The custom_events_shared view contains all client-side custom events
Custom events are defined to track specific user interactions that aren’t covered by standard search, click, or view events.
| Column name | Description |
|---|---|
|
Unique identifier for the organization |
|
Unique identifier for this browser, can be null if not sent explicitly |
|
User-supplied custom values attached to this specific event |
|
Unique identifier for this custom event |
|
UTC timestamp of when this event was received |
|
Device category, extracted from |
|
Unique device identifier, when available |
|
Integer outcome of event |
|
Event type of the custom event, used to distinguish the type of event |
|
Event value of the custom event |
|
Whether the user should be considered anonymous |
|
Whether the IP address of the event was considered a customer-internal IP |
|
Unique search ID of the last search event performed by the user |
|
Operating system of the device, extracted from |
|
Operating system of the device along with its version, extracted from |
|
City from where the event originated, extracted from IP |
|
Specifies the deployment from which the user performs the search action |
|
Country from which the event originated, extracted from IP |
|
Language of the displayed content (must be a valid ISO 639-1 code) |
|
Name or identifier of the search interface for this event (that is, |
|
Name or identifier of the search tab for this event (that is, |
|
Previous location visited (for example, |
|
Region from which the event originated, extracted from IP |
|
Pipeline AB-test split information for this event |
|
Pipeline AB-test split version for this event |
|
Passed website or tracking ID |
|
Unique identifier for this user, based on the |
|
|
|
Unique identifier for this user |
|
Cryptographic hash of the user IP |
|
User name |
|
Identifier for the unique visit for this user |
|
Unique identifier for this visitor (superseded by |
|
Web browser used on the device, extracted from |
|
Web browser used on the device and its version, extracted from |
groups_shared
The groups_shared view contains the mapping of search events to their associated user groups.
| Column name | Description |
|---|---|
|
Unique identifier for the organization |
|
UTC timestamp of when the search event was received |
|
Name of the user group |
|
Unique search ID of the search event |
keywords_shared
The keywords_shared view contains all keywords associated with search events.
| Column name | Description |
|---|---|
|
Unique identifier for the organization |
|
UTC timestamp of when the search event was received |
|
Keyword associated with the search event |
|
Unique search ID of the search event |
searches_shared
The searches_shared view contains all client-side search events and captured server-side search events
| Column name | Description |
|---|---|
|
Unique identifier for the organization |
|
Advanced query expression used for the search event |
|
Unique identifier for the batch of events (if the event came through the searches endpoint) |
|
Action cause of the event |
|
Action cause of the event |
|
Unique identifier for this browser, can be null if not sent explicitly |
|
User-supplied custom values attached to this specific event |
|
UTC timestamp of when this event was received |
|
Device category, extracted from |
|
Unique device identifier, when available |
|
Facet state of the search event (includes only selected facets) |
|
Index name the search query ran against |
|
Whether the user should be considered anonymous |
|
Whether the query is modified by contextual filters (for example, a query to find similar items) |
|
Whether the IP address of the event was considered a customer-internal IP |
|
Number of returned search results |
|
Operating system of the device, extracted from |
|
Operating system of the device along with its version, extracted from |
|
City from which the event originated, extracted from IP |
|
Specifies the deployment from which the user performs the search action |
|
Country from which the event originated, extracted from IP |
|
Language of the displayed content (must be a valid ISO 639-1 code) |
|
Name or identifier of the search interface for this event (that is, |
|
Name or identifier of the search tab for this event (that is, |
|
Previous location visited (for example |
|
Region from which the event originated, extracted from IP |
|
Query expression of the search event |
|
Lowercase version of the query expression from the search event |
|
Query pipeline associated with this event |
|
Number of milliseconds it took to return the search results |
|
Unique search ID of the search event |
|
Pipeline AB-test split information for this event |
|
Pipeline AB-test split version for this event |
|
Passed website or tracking ID |
|
Unique identifier for this user, based on the |
|
|
|
Unique identifier for this user |
|
Cryptographic hash of the user IP |
|
User name |
|
Identifier for the unique visit for this user |
|
Unique identifier for this visitor (superseded by |
|
Web browser used on the device, extracted from |
|
Web browser used on the device and its version, extracted from |
|
Whether the search event presented results that were clicked on |
|
Whether the search event had non-zero results |
views_shared
The views_shared view contains all client-side view events.
| Column name | Description |
|---|---|
|
Unique identifier for the organization |
|
Unique identifier for this browser, can be null if not sent explicitly |
|
Key name of the viewed item |
|
Unique identifier of the viewed item and value associated with the |
|
Type of content being viewed (for example, article, video, etc) |
|
User-supplied custom values attached to this specific event |
|
UTC timestamp of when this event was received |
|
Device category, extracted from |
|
Unique device identifier, when available |
|
Whether the user should be considered anonymous |
|
Whether the IP address of the event was considered a customer-internal IP |
|
URI of the viewed item |
|
Operating system of the device, extracted from |
|
Operating system of the device along with its version, extracted from |
|
City from which the event originated, extracted from IP |
|
Specifies the deployment from which the user performs the search action |
|
Country from which the event originated, extracted from IP |
|
Language of the displayed content (must be a valid ISO 639-1 code) |
|
Name or identifier of the search interface for this event (that is, |
|
Name or identifier of the search tab for this event (that is, |
|
Previous location visited (for example, |
|
Region from which the event originated, extracted from IP |
|
Referrer URI of the viewed item |
|
Pipeline AB-test split information for this event |
|
Pipeline AB-test split version for this event |
|
Title of the viewed item or page |
|
Passed website or tracking ID |
|
Unique identifier for this user, based on the |
|
|
|
Unique identifier for this user |
|
Cryptographic hash of the user IP |
|
User name |
|
Unique identifier for this view event |
|
Identifier for the unique visit for this user |
|
Unique identifier for this visitor (superseded by |
|
Web browser used on the device, extracted from |
|
Web browser used on the device and its version, extracted from |