Skip to main content
Version: v2

Page Definitions

Custom page definitions in the Fullstory application are assigned a unique page_definition_id. This ID is then added to the event_properties of the corresponding event record. In the Common Source Properties of the event record, you can find the ID of the matching user-configured page definition in the page_definition_id field.

Page Definitions Schema

The following table contains the schema for Fullstory page definitions.

PropertyTypeDescription
idstringThe page ID. Use the ID to join on the page_definition_id.
fs_link_idstringThe ID that can be used to construct a url in the Fullstory app, e.g. https://app.fullstory.com/ui/<org_id>/settings/pages/<link_id>
namestringThe name of the page.
descriptionstringThe customer-entered description of the page.
is_user_definedboolTrue if the page was defined by the user, False if defined by a Fullstory algorithm.
statestringThe state of the page (e.g., active, archived).
created_timetimestampTimestamp of when the page was created.
created_bystringThe user that created the page.
modified_timetimestampTimestamp of when the page was last modified.
modified_bystringThe user that modified the page.
updated_timetimestampTimestamp of when this record was synced.