Defined objects
Fullstory's data model also includes the following defined objects, which are defined within the Fullstory application and can be synced to your data warehouse:
- Element Definitions: These correspond to named elements that represent complex CSS selectors, making it easier to analyze user interactions with specific UI elements.
- Event Definitions: These correspond to defined events that are created within Fullstory to track specific user behaviors.
- Page Definitions: These are custom page groupings, allowing you to analyze user behavior on specific sections of your website.
Relationship between events and defined objects
Certain event types may be related to the defined objects referenced above. The id
from each defined object
record will uniquely link back to a corresponding property in the events table:
Defined object | Event object | Event object property name |
---|---|---|
Element Definitions | EventTarget | element_definition_id |
Event Definitions | Common Event Properties | event_definition_id , additional_event_definition_ids |
Page Definitions | Common Source Properties | page_definition_id |