What problem does it solve?
This meta-skill provides a deterministic framework for deciding where to capture data in Fullstory (user, page, element, and event scopes) to maximize searchability, avoid duplication, and maintain consistency across implementations.
Core Features & Use Cases
- Data-scope decision framework across user, page, element, and event data to unify data collection.
- Inheritance and propagation guidance ensuring properties flow from user sessions to pages, elements, and events for accurate context.
- Scenario templates for common patterns (single-entity detail pages, multi-entity listings, user attributes, and discrete events) with practical mapping rules across industries.
Quick Start
Identify the data you need to track (for example user role, page name, item identifier, and event). Map each data item to the appropriate scope (User Properties, Page Properties, Element Properties, or Event) and implement using the recommended Fullstory patterns (setIdentity/setProperties for user/page, data-fs-* attributes for elements, trackEvent for actions).