1.0 KiB
1.0 KiB
1. Update Tracking Taxonomy
- 1.1 Update shared Umami instrumentation patterns to support optional
titleandtypeevent data for content links (without breaking existing events) - 1.2 Ensure content
typevalues are normalized (video,podcast_episode,blog_post,blog_page) and do not include PII
2. Instrument Content Surfaces
- 2.1 Add
data-umami-event-titleanddata-umami-event-typeto video clickables (listing cards and detail navigation where applicable) - 2.2 Add
data-umami-event-titleanddata-umami-event-typeto podcast clickables (listing cards and episode links) - 2.3 Add
data-umami-event-titleanddata-umami-event-typeto blog clickables that represent specific content items (post cards, pages list links)
3. Verify
- 3.1 Add/update tests to assert content clickables include
data-umami-event-titleanddata-umami-event-typewhere required - 3.2 Build the site and confirm representative pages render the new data attributes (videos listing, podcast listing, blog listing)