- Experiment ID
2026-03-private-profiles-strict-gb- Experiment Type
- apex / user
- Treatments
- Variant 0
- Variant 1
- Variant 2
- Variant 3
- Previous Treatments
- Analysis Summary
- Extends the private profile flow that explains who can see profile details like bios and connected accounts.
- Why It Matters
- Profile bios, connected accounts, and activity details are sensitive visibility surfaces.
- The code uses this experiment alongside existing private profile gates in UserProfilePrivacyNotice and AccountCoachmark paths.
- Detailed Description
- This experiment shows private-profile guidance to another rollout group for users who limit profile visibility.
- When enabled, it joins the existing private profile gates and can feed the inline privacy notice on user profiles plus the account coachmark that points users toward profile settings.
- Variants 1, 2, and 3 all turn the gate on, so the meaningful difference is exposure rather than separate copy variants.
- Focus Area
- Profile privacy guidance
- Importance
- medium
- Default Config
{
"enabled": false
}- Variations
{
"0": {
"enabled": false
},
"1": {
"enabled": true
},
"2": {
"enabled": true
},
"3": {
"enabled": true
}
}- Previous Default Config
- Previous Variations
- Signals
- Locations
- UI IDs
- Linked Commands