What problem does it solve?
This skill guides developers in implementing Fullstory's Element Properties API across Web, Android, and iOS to decorate interactive UI elements with semantic data, enabling richer analytics without manual instrumentation.
Core Features & Use Cases
- Cross-platform guidance for defining element properties, building robust data schemas, and applying type mappings for Web, Android, and iOS.
- Patterns for common UI patterns (e.g., product cards, forms, and list items) with inheritance so parent context automatically flows to children.
- Real-world use case: instrument a product card to capture productId, price, and category, and ensure those properties are captured on a button press or item interaction.
Quick Start
Create a simple Product Card example:
- Define attributes data-product-id and data-price on the card.
- Provide a data-fs-properties-schema mapping to productId, price.
- Name the element via data-fs-element as "Product Card" and ensure a child button inherits properties.