- Experiment ID
2026-05-game-mentions-v2- Experiment Type
- apex / user
- Treatments
- Variant 0
- Variant 1
- Variant 2
- Variant 3
- Analysis Summary
- Previously tested enabling game mentions in chat autocomplete, a New label, and whether game results joined the wider mention list.
- Why It Matters
- It affected how quickly people could find and mention games in chat and how the new capability was introduced.
- Detailed Description
- The default state disabled game mentions and the additional presentation options.
- Treatments separately enabled the feature, added a New label, or combined game mentions with the broader mention autocomplete; earlier client evidence showed the combined state changing the autocomplete presentation size.
- A new mobile experiment with the same settings was added at the same time, but the current bundle does not show that registration being read by mobile autocomplete.
- This deletion row preserves the earlier user flow without claiming migration or rollout state.
- Focus Area
- Game mention autocomplete
- Importance
- high
- Config Keys
- combineMentionAutocomplete
- enabled
- showNewTag
- Default Config
{
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
}- Variations
{
"0": {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
},
"1": {
"combineMentionAutocomplete": false,
"enabled": true,
"showNewTag": true
},
"2": {
"combineMentionAutocomplete": false,
"enabled": true,
"showNewTag": false
},
"3": {
"combineMentionAutocomplete": true,
"enabled": true,
"showNewTag": false
}
}