Files
clawfort/openspec/changes/archive/2026-02-13-p12-umami-events-and-more/proposal.md
Santhosh Janardhanan 679561bcdb
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled
First deployment
2026-02-13 09:14:04 -05:00

1.2 KiB

Why

Current Umami event payloads for CTA clicks and summary modal interactions include only article_id, which makes analysis harder when reviewing dashboards and raw events. Adding human-readable article context improves analyst speed and reduces lookup friction.

What Changes

  • Add article_title to CTA-click event payloads so click analytics can be understood without cross-referencing IDs.
  • Add article_title to summary modal open/close event payloads in addition to existing article_id context.
  • Keep existing event names and current fields intact for backward compatibility.

Capabilities

New Capabilities

  • None.

Modified Capabilities

  • hero-display: Update analytics tracking requirement so CTA click events include both article_id and article_title.
  • summary-analytics-tagging: Update modal open/close analytics requirements so payload includes article_title with existing article context identifier.

Impact

  • Frontend analytics wiring: frontend/index.html event payload construction for hero/feed CTA clicks and summary modal open/close events.
  • Analytics consumers: Umami dashboards and downstream event analysis gain readable article context while preserving existing identifiers.