- Experiment ID
2026-06-friendship-anniversary-backend-persistence- Experiment Type
- apex / user
- Analysis Summary
- Syncs dismissed friendship-anniversary gift prompts so they do not reappear unnecessarily.
- Why It Matters
- This reduces repeated gift prompts that a user already dismissed and keeps prompt state more consistent across devices.
- Detailed Description
- When a user dismisses an anniversary gift prompt in a friend's DM, the enabled path reconciles the local dismissal time with the server record.
- If another device or session has a newer record, the client holds the prompt until synchronization finishes.
- Focus Area
- Friendship anniversary gift prompts
- Importance
- medium
- Default Config
{
"enabled": false
}- Variations
{
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}