Skip to main content
Version: v2

Event Definitions

When you define an event in the Fullstory application, it is assigned a unique event_definition_id. This ID is then added to the event_properties of the corresponding event record. In the Common Event Properties of the event record, you can find the ID of the most specific matching user-configured defined event in the event_definition_id field, and any additional matching event definition IDs in the additional_event_definition_ids field.

Event Definitions Schema

The following table contains the schema for Fullstory defined event definitions.

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