Measure:
- How many readers come in from a Google search that drops them directly into a highlighted excerpt of an article
- How many readers actively highlight article text on their own (NavigatorShare API?)
...for the purposes of understanding who's currently actively highlighting article text and/or seeing a Google highlight to inform the Share Highlight experiment
Test Kitchen docs
- Current Highlights Measurement plan (initial draft done)
- Current Highlights Instrumentation spec (initial draft done)
- Test Kitchen config (provisional for Monday 2026-03-16 start)
Requirements
- Determine audience for experiment
- audience buckets: enwiki, ambassador wikis, all-others
- define a percentage to run on
- Set up an experiment for data collection
- Spec the data model for instrumentation
- count search hits from a fragment (count only)
- count text selection highlight completion events (count only; debounce at say 5 seconds)
- any other information needed? (page size, bucketed; use same bucket scheme as previous experiments)
- Instrument incoming fragment link check (when available) and heuristic (when not available)
- Instrument text selection highlighting
QA notes
- Must not break when experiment disabled
- Should record the data as expected when experiment enabled
- Note Firefox and Safari may have trouble detecting fragment links, this is a known limitation