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.
Property | Type | Description |
---|---|---|
id | string | The defined event's ID. Use the ID to join on the event_definition_id . |
name | string | The name of the defined event. |
description | string | The description of the defined event. |
state | string | The state of the defined event (e.g., active, archived). |
created_time | timestamp | Timestamp of when the defined event was created. |
created_by | string | The Fullstory user that created the defined event. |
modified_time | timestamp | Timestamp of when the defined event was last modified. |
modified_by | string | The Fullstory user that modified the defined event. |
updated_time | timestamp | Timestamp of when this record was last synced. |