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.
Property | Type | Description |
---|---|---|
id | string | The page ID. Use the ID to join on the page_definition_id . |
fs_link_id | string | The 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> |
name | string | The name of the page. |
description | string | The customer-entered description of the page. |
is_user_defined | bool | True if the page was defined by the user, False if defined by a Fullstory algorithm. |
state | string | The state of the page (e.g., active, archived). |
created_time | timestamp | Timestamp of when the page was created. |
created_by | string | The user that created the page. |
modified_time | timestamp | Timestamp of when the page was last modified. |
modified_by | string | The user that modified the page. |
updated_time | timestamp | Timestamp of when this record was synced. |