## Summary
In this task, we'll build the schema and instrument code needed to understand usage of the feature.
## Background
- This task overlaps with {T386439}
- We want to instrument all the interactive components in the feature:
- Clicks/taps to the icon button injected next to usernames
- Clicks on links in the card, with ability to identify these clicks in a semantic way (e.g. to log a link click to en.wikipedia.org/wiki/Special:Contributions, but instead `link-id=specialcontributions`)
- Enabling/disabling the feature.
##User story
As a product owner, I want to understand which components in the user information card are used most often. I also want to understand how often the feature is used, and if the feature is used repeatedly.
## Technical notes
- We can use the metrics platform base schema with little or no modifications
- We need to include the user ID in the instrumentation data, so that we can understand repeat usages, and so that we can also map outcomes (e.g. review card -> user is eventually blocked or has edit reverted)
- [[ https://docs.google.com/document/d/1StlTrrKGJhezAWqvVI7ApWtd-mhUQh8Ketac9dS880k/edit?tab=t.0 | Measurement plan ]] (TODO: Update link)
- [[ https://docs.google.com/spreadsheets/d/1067j3sZiH8mOMJmGx7Djwu2bOnaV21EUY5Y4E4zS6YM/edit?gid=0#gid=0 | Instrumentation spec ]] (TODO: Update link)
- [[ # | L3SC request ]] (TODO: File request)
## Acceptance criteria
- [ ] All interactions with the user information card are instrumented
- [ ] Schema for the user reputation card interactions exists
- [ ] L3SC approval for the schema (Asana)