- Experiment ID
2026-06-emoji-frecent-test- Experiment Type
- apex / user
- Analysis Summary
- Adjusts how many frequently used emojis appear in the emoji picker.
- Why It Matters
- Too many or too few frequent emojis can change how quickly users find the emoji they want.
- Detailed Description
- When building the emoji picker grid, the client reads the experiment to decide the maximum number of frequent emojis to show.
- Treatments can cap the top frequent area at 9 or 18 emojis.
- Focus Area
- Emoji picker
- Importance
- low
- Variations
{
"1": {
"maxFrequentEmojis": 9
},
"2": {
"maxFrequentEmojis": 18
}
}