Skip to main content
Version: v2

Element Definitions

When you name an element in the Fullstory application, it is assigned a unique element_definition_id. This ID is then added to the event_properties of the corresponding event record. In the EventTarget of the event record, you can find the ID of the matching user-configured named element in the element_definition_id field.

Element Definitions Schema

The following table contains the schema for Fullstory named element definitions.

PropertyTypeDescription
idstringThe named element's ID. Use the ID to join on the element_definition_id.
namestringThe name of the named element.
descriptionstringThe description of the named element.
statestringThe state of the named element (e.g., active, archived).
created_timetimestampTimestamp of when the named element was created.
created_bystringThe Fullstory user that created the named element.
modified_timetimestampTimestamp of when the named element was last modified.
modified_bystringThe Fullstory user that last modified the named element.
updated_timetimestampTimestamp of when this record was last synced.