Last active
November 5, 2024 22:43
-
-
Save MinerPL/bb78085483020185f7a37a7a4dde82cc to your computer and use it in GitHub Desktop.
Discord Experiments List
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"kind": "user", | |
"id": "2020-12_guild_delete_feedback", | |
"label": "Guild Delete Feedback experiment", | |
"defaultConfig": { | |
"showFeedback": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show guild delete feedback", | |
"config": { | |
"showFeedback": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-02_staff_qc_debugging", | |
"label": "Display QS scores in results. Not a real experiment", | |
"defaultConfig": { | |
"showScores": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show scores in QS results", | |
"config": { | |
"showScores": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-04_longer_group_dm_invites", | |
"label": "Longer Group DM Invites", | |
"defaultConfig": { | |
"inviteMaxAgeSeconds": 86400 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Makes group DM invites expire after 1 week.", | |
"config": { | |
"inviteMaxAgeSeconds": 604800 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2021-06_guild_role_subscriptions", | |
"label": "Guild Role Subscriptions", | |
"defaultConfig": { | |
"enableRoleSubscriptionsForGuild": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables guild to create Guild Role Subscriptions", | |
"config": { | |
"enableRoleSubscriptionsForGuild": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-06_preview_promotions", | |
"label": "Promotions Preview", | |
"defaultConfig": { | |
"previewEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Preview Enabled", | |
"config": { | |
"previewEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-07_popout_autocomplete", | |
"label": "Popout Autocomplete experiment", | |
"defaultConfig": { | |
"usePopoutAutocomplete": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "New autocomplete style", | |
"config": { | |
"usePopoutAutocomplete": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-07_role_popout", | |
"label": "Role Popout", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Popout", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-08_guild_role_subscription_users", | |
"label": "Guild Role Subscription Users", | |
"defaultConfig": { | |
"enableRoleSubscriptionsForUser": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables users to create Guild Role Subscriptions", | |
"config": { | |
"enableRoleSubscriptionsForUser": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-08_regional_payment_methods", | |
"label": "Regional Payment Methods", | |
"defaultConfig": { | |
"enabledPaymentTypes": [], | |
"forceCountryCode": null, | |
"validCountryCodes": [] | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Regional Payment Method for Germany", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "DE", | |
"validCountryCodes": [ | |
"DE" | |
] | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Regional Payment Method for US", | |
"config": { | |
"enabledPaymentTypes": [ | |
null, | |
null | |
], | |
"forceCountryCode": "US", | |
"validCountryCodes": [ | |
"US" | |
] | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Regional Payment Method for Brazil", | |
"config": { | |
"enabledPaymentTypes": [], | |
"forceCountryCode": "BR", | |
"validCountryCodes": [ | |
"BR" | |
] | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Regional Payment Method for Turkey", | |
"config": { | |
"enabledPaymentTypes": [], | |
"forceCountryCode": "TR", | |
"validCountryCodes": [ | |
"TR" | |
] | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Regional Payment Method for Poland", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "PL", | |
"validCountryCodes": [ | |
"PL" | |
] | |
} | |
}, | |
{ | |
"id": 6, | |
"label": "Enable paysafecard", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "DE", | |
"validCountryCodes": [ | |
"BG", | |
"CZ", | |
"DK", | |
"HU", | |
"RO", | |
"SE", | |
"DE" | |
] | |
} | |
}, | |
{ | |
"id": 7, | |
"label": "Regional Payment Method for Philippines", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "PH", | |
"validCountryCodes": [ | |
"PH" | |
] | |
} | |
}, | |
{ | |
"id": 8, | |
"label": "Regional Payment Method for Malaysia", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "MY", | |
"validCountryCodes": [ | |
"MY" | |
] | |
} | |
}, | |
{ | |
"id": 9, | |
"label": "Regional Payment Method for Vietnam", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "VN", | |
"validCountryCodes": [ | |
"VN" | |
] | |
} | |
}, | |
{ | |
"id": 10, | |
"label": "Regional Payment Method for Indonesia", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "ID", | |
"validCountryCodes": [ | |
"ID" | |
] | |
} | |
}, | |
{ | |
"id": 11, | |
"label": "Regional Payment Method for South Korea", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "KR", | |
"validCountryCodes": [ | |
"KR" | |
] | |
} | |
}, | |
{ | |
"id": 12, | |
"label": "Regional Payment Method for Belgium", | |
"config": { | |
"enabledPaymentTypes": [ | |
null, | |
null, | |
null | |
], | |
"forceCountryCode": "BE", | |
"validCountryCodes": [ | |
"BE" | |
] | |
} | |
}, | |
{ | |
"id": 13, | |
"label": "Regional Payment Method for Austria", | |
"config": { | |
"enabledPaymentTypes": [ | |
null, | |
null, | |
null | |
], | |
"forceCountryCode": "AT", | |
"validCountryCodes": [ | |
"AT" | |
] | |
} | |
}, | |
{ | |
"id": 14, | |
"label": "Regional Payment Method for Netherlands", | |
"config": { | |
"enabledPaymentTypes": [ | |
null, | |
null, | |
null | |
], | |
"forceCountryCode": "NL", | |
"validCountryCodes": [ | |
"NL" | |
] | |
} | |
}, | |
{ | |
"id": 15, | |
"label": "Launch Paysafecard and Sofort", | |
"config": { | |
"enabledPaymentTypes": [ | |
null, | |
null | |
], | |
"forceCountryCode": "ES", | |
"validCountryCodes": [ | |
"ES", | |
"IT" | |
] | |
} | |
}, | |
{ | |
"id": 16, | |
"label": "Launch Cash App", | |
"config": { | |
"enabledPaymentTypes": [ | |
null | |
], | |
"forceCountryCode": "US", | |
"validCountryCodes": [ | |
"US" | |
] | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2021-08_user_initiated_refunds", | |
"label": "User Initiated Refunds", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Can refund", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-09_favorites_server", | |
"label": "Favorites Server", | |
"defaultConfig": { | |
"favoritesEnabled": false, | |
"canShow": true, | |
"isFavoritesPerk": false, | |
"hasStaffPrivileges": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Favorites v1 - On", | |
"config": { | |
"favoritesEnabled": true, | |
"canShow": true, | |
"isFavoritesPerk": false, | |
"hasStaffPrivileges": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Favorites v1 - Forced Off", | |
"config": { | |
"favoritesEnabled": false, | |
"canShow": false, | |
"isFavoritesPerk": false, | |
"hasStaffPrivileges": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Favorites v2", | |
"config": { | |
"favoritesEnabled": true, | |
"canShow": true, | |
"isFavoritesPerk": true, | |
"hasStaffPrivileges": true | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Favorites v2 w/o Staff Privileges", | |
"config": { | |
"favoritesEnabled": true, | |
"canShow": true, | |
"isFavoritesPerk": true, | |
"hasStaffPrivileges": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-09_ios_screenshare_resolution_profiles", | |
"label": "iOS: Screenshare resolution profiles", | |
"defaultConfig": { | |
"profile": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Permanent old resolution", | |
"config": { | |
"profile": 1 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Old resolution for 10s", | |
"config": { | |
"profile": 2 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Wait 3s after 1st frame capture", | |
"config": { | |
"profile": 3 | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Wait 3s to capture 1st frame", | |
"config": { | |
"profile": 4 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-10_runtime_accessibility_system", | |
"label": "Runtime Accessibility System", | |
"defaultConfig": { | |
"enabled": false, | |
"reporting": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled but silent", | |
"config": { | |
"enabled": true, | |
"reporting": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled and reporting", | |
"config": { | |
"enabled": true, | |
"reporting": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2021-10_study_group", | |
"label": "Student hub study group", | |
"defaultConfig": { | |
"enableStudyGroup": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables study group sidebar", | |
"config": { | |
"enableStudyGroup": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2021-11_hub_events", | |
"label": "Hub Events", | |
"defaultConfig": { | |
"showHubEventsList": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show Hub Events List", | |
"config": { | |
"showHubEventsList": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2021-12_discovery_requirements_m2", | |
"label": "Lower Server Discovery member count requirements", | |
"defaultConfig": { | |
"enableLowerMemberCountReq": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Allow a server to become discoverable with lower member count requirements", | |
"config": { | |
"enableLowerMemberCountReq": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2021-12_inferno_spam_redaction", | |
"label": "Inferno Spam Redaction", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Allow guild channel messages from spammers to be collapsed", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-01_discovery_iar", | |
"label": "Ability to report servers in Server Discovery", | |
"defaultConfig": { | |
"canSeeInAppReportingButtons": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show IAR buttons in Server Discovery", | |
"config": { | |
"canSeeInAppReportingButtons": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-01_guild_role_subscription_trials", | |
"label": "Guild Role Subscription Trials", | |
"defaultConfig": { | |
"enableRoleSubscriptionTrialsForGuild": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables guild to create Guild Role Subscription Trials", | |
"config": { | |
"enableRoleSubscriptionTrialsForGuild": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-02_guild_folder_mute", | |
"label": "Guild Folder Mute", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-02_multi_month_plans", | |
"label": "Multi Month Plans", | |
"defaultConfig": { | |
"newPlans": [] | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "3 and 6 Month Plans", | |
"config": { | |
"newPlans": [ | |
null, | |
null | |
] | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "3 Month Plan Only", | |
"config": { | |
"newPlans": [ | |
null | |
] | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-03_block_russian_purchases", | |
"label": "Block purchases based on country", | |
"defaultConfig": { | |
"paymentsBlocked": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Payments Blocked", | |
"config": { | |
"paymentsBlocked": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-03_block_russian_purchases_desktop", | |
"label": "Block purchases based on country (desktop specific flags)", | |
"defaultConfig": { | |
"checkPaymentSource": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Check Payment Source", | |
"config": { | |
"checkPaymentSource": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-03_guild_access_rate_insight_experiment", | |
"label": "Guild Access Rate Insight Experiment", | |
"defaultConfig": { | |
"showAccessRate": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show guild access rate in insights", | |
"config": { | |
"showAccessRate": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-04_creator_monetization_country_allowlist", | |
"label": "Creator Monetization Available in Country", | |
"defaultConfig": { | |
"isUserEligibleForCreatorMonetization": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables users to view Creator Monetization entrypoints", | |
"config": { | |
"isUserEligibleForCreatorMonetization": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-04_registration_copy_updates", | |
"label": "Registration Copy Updates", | |
"defaultConfig": { | |
"enableNewCopy": false, | |
"hasCopyAboveButton": false, | |
"hasProminentCopy": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Continue / Copy Above Button / High Prominence Copy", | |
"config": { | |
"enableNewCopy": true, | |
"hasCopyAboveButton": true, | |
"hasProminentCopy": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Continue / Copy Below Button / High Prominence Copy", | |
"config": { | |
"enableNewCopy": true, | |
"hasCopyAboveButton": false, | |
"hasProminentCopy": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Continue / Copy Above Button / Normal Prominence Copy", | |
"config": { | |
"enableNewCopy": true, | |
"hasCopyAboveButton": true, | |
"hasProminentCopy": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-05_vanity_url_target", | |
"label": "Vanity URL Targeting", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-06_auth_sessions_user_settings", | |
"label": "Auth Sessions User Settings", | |
"defaultConfig": { | |
"showSettings": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show settings", | |
"config": { | |
"showSettings": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-06_no_payment_info_trial", | |
"label": "No Payment Info Trial", | |
"defaultConfig": { | |
"bypassCheckout": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Bypass collecting payment info", | |
"config": { | |
"bypassCheckout": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-07_file_upload_limit", | |
"label": "File Upload Limit Increase", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-07_guild_role_subscriptions_variable_max_tiers", | |
"label": "Guild Role Subscription Max Tiers", | |
"defaultConfig": { | |
"enabled": false, | |
"maxTiers": null | |
}, | |
"treatments": [] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-07_system_dm_safety_onboarding", | |
"label": "System DM Safety Onboarding", | |
"defaultConfig": { | |
"systemDMRedesignEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled, v1 copy", | |
"config": { | |
"systemDMRedesignEnabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled, v2 copy", | |
"config": { | |
"systemDMRedesignEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2022-07_voice_in_threads", | |
"label": "Voice in Threads", | |
"kind": "guild", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "On", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-08_back_to_school", | |
"label": "Back to School Event", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Back to School experience enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-08_churro_experiment", | |
"label": "PS5 Voice Experiment", | |
"defaultConfig": { | |
"allowPlayStationStaging": false | |
}, | |
"treatments": [ | |
{ | |
"id": 3, | |
"label": "PS Experiment + upsells + Staging", | |
"config": { | |
"allowPlayStationStaging": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-08_message_todos_staff_only", | |
"label": "Message TODO list", | |
"defaultConfig": { | |
"showReminders": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show message TODOs CTA", | |
"config": { | |
"showReminders": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-09_creator_monetization_raven", | |
"label": "Creator Monetization Onboarding v2", | |
"defaultConfig": { | |
"enableFastMonetizationOnboardingForGuild": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables guild to create Guild Role Subscriptions quickly", | |
"config": { | |
"enableFastMonetizationOnboardingForGuild": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-09_creator_monetization_raven_users", | |
"label": "Creator Monetization Onboarding v2 Users", | |
"defaultConfig": { | |
"enableFastMonetizationOnboardingForUser": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables users to create Guild Role Subscriptions quickly", | |
"config": { | |
"enableFastMonetizationOnboardingForUser": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-09_free_file_upload_limit", | |
"label": "Free File Upload Limit Increase", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-09_mobile_account_switcher", | |
"label": "Mobile Account Switcher", | |
"defaultConfig": { | |
"isMultiAccountMobileEnabled": false, | |
"clearCanUseMultiAccountMobile": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Account Switcher on Mobile", | |
"config": { | |
"isMultiAccountMobileEnabled": true, | |
"clearCanUseMultiAccountMobile": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Unenroll Account Switcher on Mobile and Clear Local Flag", | |
"config": { | |
"isMultiAccountMobileEnabled": false, | |
"clearCanUseMultiAccountMobile": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-11_clips_experiment", | |
"label": "Clips Experiment", | |
"defaultConfig": { | |
"enableClips": false, | |
"ignorePlatformRestriction": false, | |
"showClipsHeaderEntrypoint": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Clips without upsells", | |
"config": { | |
"enableClips": true, | |
"ignorePlatformRestriction": false, | |
"showClipsHeaderEntrypoint": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Clips with upsells", | |
"config": { | |
"enableClips": true, | |
"ignorePlatformRestriction": false, | |
"showClipsHeaderEntrypoint": true | |
} | |
}, | |
{ | |
"id": 99, | |
"label": "Clips 4 da Developerz", | |
"config": { | |
"enableClips": true, | |
"ignorePlatformRestriction": true, | |
"showClipsHeaderEntrypoint": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-11_creator_monetization_onboarding_waitlist", | |
"label": "Creator Monetization Onboarding Waitlist", | |
"defaultConfig": { | |
"enableWaitlist": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables Guilds to (possibly) see the waitlist", | |
"config": { | |
"enableWaitlist": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-11_default_disable_mass_mention", | |
"label": "Disable mass mentions for communities by default", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-11_default_to_server_vanity_v2", | |
"label": "Default To Server Vanity v2", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-11_mobile_account_switcher_notifications", | |
"label": "Mobile Account Switcher: Notifications", | |
"defaultConfig": { | |
"isMultiAccountMobileNotificationsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable notifications for multiple accounts", | |
"config": { | |
"isMultiAccountMobileNotificationsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-12_channel_notice_redesign", | |
"label": "Channel Notice Redesign", | |
"defaultConfig": { | |
"showRedesignedChannelNotice": false, | |
"showRedesignedLiveChannelNotice": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show Redesigned Channel Notices", | |
"config": { | |
"showRedesignedChannelNotice": true, | |
"showRedesignedLiveChannelNotice": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Show Redesigned Stage/Event Notices", | |
"config": { | |
"showRedesignedChannelNotice": false, | |
"showRedesignedLiveChannelNotice": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Show Redesigned Channel Notices & Stage/Event Notices", | |
"config": { | |
"showRedesignedChannelNotice": true, | |
"showRedesignedLiveChannelNotice": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-12_localized_pricing_poland_notice", | |
"label": "Localized Pricing Poland Notice", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Poland Notice", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2022-12_localized_pricing_promo_manager", | |
"label": "Localized Pricing Promo Manager", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Localized Pricing Promo Manager", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-12_mention_raid_limit", | |
"label": "Automod Mention Raid Limit", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Automod Mention Raid Limit", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2022-12_mobile_guild_role_subscription_team_setup", | |
"label": "Mobile Guild Role Subscription Team Setup", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables guild to allow payout team setup on mobile", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2022-12_timestamp_tooltip", | |
"label": "Timestamp Tooltip", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-01_clear_all_message_requests", | |
"label": "Safety Experience Reject All Message Requests", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-01_consumer_education_launch", | |
"label": "Safety Consumer Education Launch - Block/Mute", | |
"defaultConfig": { | |
"bucket": 0, | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Mute", | |
"config": { | |
"bucket": 1, | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Block", | |
"config": { | |
"bucket": 2, | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-01_creator_monetization_nag_activate_users", | |
"label": "Creator Monetization Nag Activate Users", | |
"defaultConfig": { | |
"enableCreatorMonetizationNagActivateForUser": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables users to see nag bar to activate server subscriptions", | |
"config": { | |
"enableCreatorMonetizationNagActivateForUser": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2023-01_forums_non_community", | |
"label": "Forum non-community", | |
"kind": "guild", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "On", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-01_guild_onboarding_includes_rules", | |
"label": "Guild Onboarding includes rules experience", | |
"defaultConfig": { | |
"includeRules": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Last page of onboarding is rules", | |
"config": { | |
"includeRules": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-01_shared_canvas", | |
"label": "Shared Canvas", | |
"defaultConfig": { | |
"isSharedCanvasEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Shared Canvas", | |
"config": { | |
"isSharedCanvasEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-02_guest_voice_invites", | |
"label": "Guest Voice Invites", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Allow creation of guest voice invites", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-02_onboarding_advanced_mode", | |
"label": "Enables setting up onboarding with advanced mode", | |
"defaultConfig": { | |
"advancedModeAllowed": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "On", | |
"config": { | |
"advancedModeAllowed": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-02_onboarding_home_admin", | |
"label": "[ADMIN] Home as a community onboarding surface", | |
"defaultConfig": { | |
"homeSettingsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show the Onboarding Version of Home in Admin Settings", | |
"config": { | |
"homeSettingsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-02_onboardingdropdowns", | |
"label": "Enables dropdown selections from onboarding prompts", | |
"defaultConfig": { | |
"dropdownsAllowed": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "On", | |
"config": { | |
"dropdownsAllowed": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-02_referral_trials", | |
"label": "Referral Trials", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Nitro users can send a Nitro trial offer to another user.", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-03_aa_user_segment_filter", | |
"label": "AA test to validate segmentation filter", | |
"defaultConfig": { | |
"isEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "AA test enabled. Noop on UI effect.", | |
"config": { | |
"isEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-03_clyde_ai", | |
"label": "ClydeAI", | |
"defaultConfig": { | |
"experimentState": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled (Default Off)", | |
"config": { | |
"experimentState": 2 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Enabled (Default On)", | |
"config": { | |
"experimentState": 1 | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Coming Soon", | |
"config": { | |
"experimentState": 3 | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Clyde Profiles", | |
"config": { | |
"experimentState": 4 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-03_guild_media_channel", | |
"label": "Media Channel", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables guild to create a media channel", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"label": "Pomelo", | |
"id": "2023-03_pomelo", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"label": "Pomelo Debounce Delay", | |
"id": "2023-03_pomelo_debounce_delay", | |
"defaultConfig": { | |
"delay": 600 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "600ms", | |
"config": { | |
"delay": 600 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "700ms", | |
"config": { | |
"delay": 700 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "800ms", | |
"config": { | |
"delay": 800 | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "900ms", | |
"config": { | |
"delay": 900 | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "1000ms", | |
"config": { | |
"delay": 1000 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-03_server_subscriptions_tier_templates", | |
"label": "Server Subscriptions Tier Templates", | |
"defaultConfig": { | |
"enabled": false, | |
"showCreatorPortalLink": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "299 basic tier + no link", | |
"config": { | |
"enabled": true, | |
"showCreatorPortalLink": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "399 basic tier + no link", | |
"config": { | |
"enabled": true, | |
"showCreatorPortalLink": false | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "399 basic tier + link", | |
"config": { | |
"enabled": true, | |
"showCreatorPortalLink": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-03_store_latest_message_data", | |
"label": "Store latest message data", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Use latest data from api/gateway", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-03_text_playground_settings_pane", | |
"label": "Text Playground", | |
"defaultConfig": { | |
"showSetting": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable settings pane", | |
"config": { | |
"showSetting": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-03_trial_redemption_default_to_monthly_plan", | |
"label": "Trial Redemption Default To Monthly Plan", | |
"defaultConfig": { | |
"defaultToMonthlyPlan": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Set default plan to monthly plan", | |
"config": { | |
"defaultToMonthlyPlan": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-04_community_endless_invites", | |
"label": "Community Endless Invites", | |
"defaultConfig": { | |
"defaultInvitesToNeverExpire": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Causes invites to never expire (by default) in the Guild", | |
"config": { | |
"defaultInvitesToNeverExpire": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-04_consumer_education_launch__reporting", | |
"label": "Consumer Education Launch - Reporting", | |
"defaultConfig": { | |
"bucket": 0, | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Reporting", | |
"config": { | |
"bucket": 1, | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-04_guild_media_channel_post_preview_embed_users", | |
"label": "Guild Role Subscription Users", | |
"defaultConfig": { | |
"enabledForUser": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables for users Guild Media Post Preview Embeds", | |
"config": { | |
"enabledForUser": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-04_null_experiment", | |
"label": "Null Experiment", | |
"defaultConfig": { | |
"inUse": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "On", | |
"config": { | |
"inUse": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"label": "Pomelo Attempt", | |
"id": "2023-04_pomelo_attempt", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"label": "Pomelo Suggestions", | |
"id": "2023-04_pomelo_suggestions", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-04_server_products", | |
"label": "Server Products", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables Server Products (AKA one time purchases for creator guilds)", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-04_server_subscriptions_tier_templates_user", | |
"label": "Server Subscriptions Tier Templates", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable tier templates for user", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-05_localized_pricing_turkey_notice", | |
"label": "Localized Pricing Turkey Notice", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Turkey Notice", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-05_optional_onboarding_home_admin", | |
"label": "[ADMIN] Make server guide optional", | |
"defaultConfig": { | |
"serverGuideOptional": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Optional", | |
"config": { | |
"serverGuideOptional": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-05_overlay_hook_crash_detection", | |
"label": "Detect and report crashes in the overlay hook", | |
"defaultConfig": { | |
"enableCrashReporting": false, | |
"enableCrashTrigger": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "EnableCrashReporting", | |
"config": { | |
"enableCrashReporting": true, | |
"enableCrashTrigger": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "EnableCrashTrigger", | |
"config": { | |
"enableCrashReporting": true, | |
"enableCrashTrigger": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-05_referral_trials_birthday_moment", | |
"label": "Referral Trials Birthday Moment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Users will see the birthday moment referral trial UX", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-05_safety_user_sentiment", | |
"label": "Safety User Sentiment Feedback Eligible", | |
"defaultConfig": { | |
"isEligible": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Eligible", | |
"config": { | |
"isEligible": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-06_bogo_promotion_gate", | |
"label": "BOGO Promotion Manager", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable BOGO Promotion Manager", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-06_golive_capture_card", | |
"label": "GoLive Capture Card Support", | |
"defaultConfig": { | |
"enableGoLiveCaptureCard": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable go live capture card support", | |
"config": { | |
"enableGoLiveCaptureCard": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-06_guild_boosting_legacy_pricing_fix_experiment", | |
"label": "Guild Boosting Legacy Pricing Fix Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Use Invoice Preview for Boost Pricing", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-06_unique_username_live_check_in_settings", | |
"label": "Username Livecheck in Settings", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Livecheck enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-06_unique_username_registration", | |
"label": "Unique Username Registration", | |
"defaultConfig": { | |
"livecheckEnabled": true, | |
"suggestions": true | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Unique Username Registration enabled -livecheck -suggestions", | |
"config": { | |
"livecheckEnabled": false, | |
"suggestions": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Unique Username Registration enabled -livecheck +suggestions", | |
"config": { | |
"livecheckEnabled": false, | |
"suggestions": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Unique Username Registration enabled +livecheck -suggestions", | |
"config": { | |
"livecheckEnabled": true, | |
"suggestions": false | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Unique Username Registration enabled +livecheck +suggestions", | |
"config": { | |
"livecheckEnabled": true, | |
"suggestions": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-07_announcement_views", | |
"label": "Announcement Views", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-07_automated_gift_code_message", | |
"label": "Automatically send gift code message in direct message to gift recipient", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show the automated gift code message", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2023-07_checkout_optimization_browser_autofill", | |
"label": "Checkout Optimization Browser Autofill", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false, | |
"delay": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"delay": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled with delay", | |
"config": { | |
"enabled": true, | |
"delay": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-07_mfa_email_verification", | |
"label": "Safety Experience Mfa Email Verification", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_aa_imbalance_remediation", | |
"label": "AA test to validate fallback trigger and location frequency change", | |
"defaultConfig": { | |
"isEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "AA test enabled. Noop on UI effect.", | |
"config": { | |
"isEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_dcf_ml_model", | |
"label": "DCF ML Perks Relevance Model", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "threshold 0", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "threshold 1", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "threshold 2", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "threshold 3", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "threshold 4", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-08_deadchat_simple_prompt_guild", | |
"label": "Simple deadchat prompt", | |
"defaultConfig": { | |
"triggerDeadchat": false, | |
"enableDeadchat": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"triggerDeadchat": true, | |
"enableDeadchat": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "trigger deadchat upon connection open", | |
"config": { | |
"triggerDeadchat": true, | |
"enableDeadchat": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_explicit_media_redaction", | |
"label": "Explicit Media Redaction", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable explicit media redaction", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_explicit_media_redaction_teen", | |
"label": "Explicit Media Redaction for Teens", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable explicit media redaction for teens", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-08_guild_member_mod_view", | |
"label": "Guild Member Mod View", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Guild Member Mod View", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_guild_usage_survey", | |
"label": "Guild Usage Survey", | |
"defaultConfig": { | |
"showSurvey": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "show survey nag bar", | |
"config": { | |
"showSurvey": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-08_improved_bans_page", | |
"label": "Guild Settings Improved Bans Page", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Guild Settings Improved Bans Page", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_overlay3_out_of_process_enablement", | |
"label": "Overlay3 - Out of Process Enablement", | |
"defaultConfig": { | |
"useGlobalOverlay": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"useGlobalOverlay": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_remix_ga", | |
"label": "Remix General Available", | |
"defaultConfig": { | |
"canSeeRemixBadge": false, | |
"canRemix": false, | |
"isNitroPerk": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Remix for Nitro Subscribers", | |
"config": { | |
"canSeeRemixBadge": true, | |
"canRemix": true, | |
"isNitroPerk": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Upsell Remix for Non-Nitro Users", | |
"config": { | |
"canSeeRemixBadge": true, | |
"canRemix": false, | |
"isNitroPerk": true | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Remix GA for everyone", | |
"config": { | |
"canSeeRemixBadge": true, | |
"canRemix": true, | |
"isNitroPerk": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08_secure_frames_encryption", | |
"label": "Allowing testing DAVE protocol for voice/video", | |
"defaultConfig": { | |
"protocolVersionFloor": 0, | |
"canSupportDaveProtocol": false | |
}, | |
"treatments": [ | |
{ | |
"id": 11, | |
"label": "Can support DAVE protocol version 1 and above", | |
"config": { | |
"protocolVersionFloor": 1, | |
"canSupportDaveProtocol": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-08-30_open-in-popout", | |
"label": "Open Channel in Popout", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_clips_nitro_early_access", | |
"label": "Clips (Nitro EA)", | |
"defaultConfig": { | |
"enableClips": false, | |
"enablePremiumEarlyAccessAnnouncementCoachmark": false, | |
"enablePremiumEarlyAccessGoLiveRoadblock": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Clips Nitro EA Upsells Visible", | |
"config": { | |
"enableClips": false, | |
"enablePremiumEarlyAccessAnnouncementCoachmark": true, | |
"enablePremiumEarlyAccessGoLiveRoadblock": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Clips Enabled (Nitro)", | |
"config": { | |
"enableClips": true, | |
"enablePremiumEarlyAccessAnnouncementCoachmark": true, | |
"enablePremiumEarlyAccessGoLiveRoadblock": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-09_gaming_stats_prompt_guild", | |
"label": "Gaming stats prompt", | |
"defaultConfig": { | |
"triggerGamingStats": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "ability to trigger gaming stats prompt", | |
"config": { | |
"triggerGamingStats": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "ability to trigger gaming stats prompt (leaderboard)", | |
"config": { | |
"triggerGamingStats": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-09_gaming_stats_setup", | |
"label": "Gaming stats exposure setup", | |
"defaultConfig": { | |
"trackGamingStats": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "trigger gaming stats data", | |
"config": { | |
"trackGamingStats": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_iar_dsa_webform", | |
"label": "Safety Experience Unauthenticated Report Form", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "EU user", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "DSA E2E testing user", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_iar_user_reporting", | |
"label": "Safety Experience IAR User Reporting", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_proxy_block_notice", | |
"label": "Proxy Block Experiment", | |
"defaultConfig": { | |
"eligibleForNotice": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show nag bar when proxy blocks an API request", | |
"config": { | |
"eligibleForNotice": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_redesigned_icons_experiment", | |
"label": "Redesigned icons experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Redesigned icons enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_server_shop_phantom_preview", | |
"label": "Server Shop Phantom Preview", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables Server shop phantom preview", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_show_server_sub_in_server_shop", | |
"label": "Show server sub in server shop", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables showing server sub in server shop", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_soundmoji", | |
"label": "Soundmoji", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_trigger_debugging_aa", | |
"label": "trigger debugging aa mobile", | |
"defaultConfig": { | |
"inUse": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "On", | |
"config": { | |
"inUse": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-09_user_apps_guild", | |
"label": "Allow user app commands", | |
"defaultConfig": { | |
"userAppsTreatment": "default" | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Allow user app commands", | |
"config": { | |
"userAppsTreatment": "allowed" | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_whats_new_drop_1_flip", | |
"label": "What's New Drop 1", | |
"defaultConfig": { | |
"flipped": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Flipped", | |
"config": { | |
"flipped": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-09_whats_new_drop_2_flip", | |
"label": "What's New Drop 2", | |
"defaultConfig": { | |
"flipped": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Flipped", | |
"config": { | |
"flipped": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-10_call_banner_bg", | |
"label": "Call Banner Background Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-10_dcf_holdout", | |
"label": "DCF Holdout", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Users will only see DCs that bypass the holdout", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-10_premium_tier_2_trial_offer_expiring_notice", | |
"label": "Premium Tier 2 Trial Offer Expiring Notice", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-10_social_proofing_file_size", | |
"label": "Social Proofing File Size", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Should show nitro upsell for large files", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-10_social_proofing_message_nitro_badge", | |
"label": "Social Proofing Message Nitro Badge", | |
"defaultConfig": { | |
"enabled": false, | |
"hideNitroBadgeWhenRoleBadgePresent": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Prefer BOTH nitro badge AND role icon(s)", | |
"config": { | |
"enabled": true, | |
"hideNitroBadgeWhenRoleBadgePresent": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Prefer role icon(s) over nitro badge if both are present", | |
"config": { | |
"enabled": true, | |
"hideNitroBadgeWhenRoleBadgePresent": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-10_viewer_clipping", | |
"label": "Test viewer side clipping", | |
"defaultConfig": { | |
"enableViewerClipping": false, | |
"ignoreSenderPreference": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Viewer Clipping enabled", | |
"config": { | |
"enableViewerClipping": true, | |
"ignoreSenderPreference": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Viewer Clipping enabled; For developer testing", | |
"config": { | |
"enableViewerClipping": true, | |
"ignoreSenderPreference": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2023-11_adyen_auth_without_capture", | |
"label": "Adyen auth without capture rollout", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_app_launcher_desktop", | |
"label": "App Launcher - Desktop", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable the app launcher feature on desktop", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_attachment_link_markup", | |
"label": "Attachment Link Config User Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Shows links to attachments as regular links", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Shows links to attachments as \"mentions\" of the filename", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_cannibalization_model_data_collection", | |
"label": "Cannibalization Model Data Collection", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_keybind_indicators", | |
"label": "Overlay Keybind Indicators", | |
"defaultConfig": { | |
"showKeybindIndicators": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show Keybind Indicators - Overlay", | |
"config": { | |
"showKeybindIndicators": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_midjourney_onboarding", | |
"label": "Midjourney Onboarding", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables the accelerated Midjourney Onboarding & Discord experience for the user.", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_safety_hub_inapp_appeal_ingestion", | |
"label": "Safety Hub In App Appeals Ingestion", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Allow users to interact with the new In-App appeals ingestion flow", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "DSA Testser", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2023-11_seasonal_gifting_marketing_2023", | |
"label": "Seasonal Gifting Marketing 2023", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_soundboard_recently_heard_frequently_played", | |
"label": "Soundboard Recently Heard & Frequently Played", | |
"defaultConfig": { | |
"canSeeRecentlyHeard": false, | |
"canSeeFrequentlyPlayed": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "User can see Recently Heard soundboard section", | |
"config": { | |
"canSeeRecentlyHeard": true, | |
"canSeeFrequentlyPlayed": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "User can see Frequently Played soundboard section", | |
"config": { | |
"canSeeRecentlyHeard": false, | |
"canSeeFrequentlyPlayed": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "User can see Frequently Played & Recently Heard soundboard sections", | |
"config": { | |
"canSeeRecentlyHeard": true, | |
"canSeeFrequentlyPlayed": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_totally_benign_and_non_controversial_notification_tweaks", | |
"label": "Notification Changes", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Use the unfinished, not ready, and totally benign notification tweaks", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_uu_one_click", | |
"label": "Unique Username one click", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable one click", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2023-11_voice_activity_notification_guild", | |
"label": "General Voice Channel Notifications for Guild", | |
"defaultConfig": { | |
"voiceChannelActivityNotifsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 2, | |
"label": "Deadchat notifs disabled, voice channel activity notifs enabled", | |
"config": { | |
"voiceChannelActivityNotifsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_voice_activity_notification_user", | |
"label": "Voice Activity Notifications for User", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Voice Activity Notifications are enabled for user", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Control for AA test. Voice Activity Notifications are NOT enabled for user.", | |
"config": { | |
"enabled": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-11_xbox_game_invites", | |
"label": "Xbox Game Invites Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Xbox Game Invites UI Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-12_collectibles_shop_marketing", | |
"label": "Collectibles Shop Marketing Variations", | |
"defaultConfig": { | |
"variant": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 7, | |
"label": "Tide 2024", | |
"config": { | |
"variant": 7 | |
} | |
}, | |
{ | |
"id": 8, | |
"label": "Robert 2024", | |
"config": { | |
"variant": 8 | |
} | |
}, | |
{ | |
"id": 9, | |
"label": "Storm 2024", | |
"config": { | |
"variant": 9 | |
} | |
}, | |
{ | |
"id": 10, | |
"label": "Equinox/fall 2024", | |
"config": { | |
"variant": 10 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-12_marketing_automation_experiment", | |
"label": "Marketing Automation", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Ask server for marketing content for rendering", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-12_nv_relaxed_rate_control", | |
"label": "Alternative rate control proposal for Nvidia encoder", | |
"defaultConfig": { | |
"nvMediumVbvSizeMs": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "250 ms", | |
"config": { | |
"nvMediumVbvSizeMs": 250 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "500 ms", | |
"config": { | |
"nvMediumVbvSizeMs": 500 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "1000 ms", | |
"config": { | |
"nvMediumVbvSizeMs": 1000 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2023-12_pause_subscriptions_experiment", | |
"label": "Pause Subscriptions Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Pause Subscription Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2023-12_quests", | |
"kind": "user", | |
"label": "Quests", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Quests enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_auto_disable_video_mobile_v2", | |
"label": "Mobile performance: VideoHealthManager (v2)", | |
"defaultConfig": { | |
"featureEnabled": false, | |
"windowLength": 5, | |
"allowedPoorFpsRatio": 1, | |
"fpsThreshold": 5, | |
"backoffTimeSec": 15 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "5 second window, 100% allowed poor fps ratio, 5 fps threshold, 15 second backoff", | |
"config": { | |
"featureEnabled": true, | |
"windowLength": 5, | |
"allowedPoorFpsRatio": 1, | |
"fpsThreshold": 5, | |
"backoffTimeSec": 15 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "5 second window, 100% allowed poor fps ratio, 5 fps threshold, 10 second backoff", | |
"config": { | |
"featureEnabled": true, | |
"windowLength": 5, | |
"allowedPoorFpsRatio": 1, | |
"fpsThreshold": 5, | |
"backoffTimeSec": 10 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "10 second window, 70% allowed poor fps ratio, 5 fps threshold, 15 second backoff", | |
"config": { | |
"featureEnabled": true, | |
"windowLength": 10, | |
"allowedPoorFpsRatio": 0.7, | |
"fpsThreshold": 5, | |
"backoffTimeSec": 15 | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "10 second window, 90% allowed poor fps ratio, 5 fps threshold, 15 second backoff", | |
"config": { | |
"featureEnabled": true, | |
"windowLength": 10, | |
"allowedPoorFpsRatio": 0.9, | |
"fpsThreshold": 5, | |
"backoffTimeSec": 15 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_chunked_message_attachment_uploads", | |
"label": "Use chunked uploads for message attachments", | |
"defaultConfig": { | |
"enabled": false, | |
"chunkSize": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Chunked message attachment uploads", | |
"config": { | |
"enabled": true, | |
"chunkSize": 8388608 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_expanded_gift_entry_points_gift_inventory", | |
"label": "Expanded Gift Entry Points - Gift Inventory", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show Gift Entry Point in Gift Inventory", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_expiring_status", | |
"label": "Expiring status Experiment ", | |
"defaultConfig": { | |
"expiringStatus": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "allow expiring status", | |
"config": { | |
"expiringStatus": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_guild_gaming_voice_activity", | |
"label": "Guild Gaming Voice Activity", | |
"defaultConfig": { | |
"shouldSubscribeToGuildMemberUpdates": false, | |
"showGamingVoiceActivity": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"shouldSubscribeToGuildMemberUpdates": true, | |
"showGamingVoiceActivity": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Badge the server icon & show gamers in the tooltip if gamers are in VC", | |
"config": { | |
"shouldSubscribeToGuildMemberUpdates": true, | |
"showGamingVoiceActivity": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_inappropriate_conversation_warning", | |
"label": "Inappropriate Conversation Warning", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Inappropriate Conversation Warning", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_inappropriate_conversation_warning_staff_bypass", | |
"label": "Inappropriate Conversation Warning Staff Bypass", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Inappropriate Conversation Warning Staff Bypass", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_mention_on_all_messages", | |
"label": "Mention on all messages", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Increment mention count when receiving a message in a channel set to all messages", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-01_nvencadaptivekeyframe", | |
"label": "nvenc adaptive key frame interval", | |
"defaultConfig": { | |
"enableAdaptiveKeyFrame": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enable adaptive key frame for nvenc", | |
"config": { | |
"enableAdaptiveKeyFrame": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_quiet_mode", | |
"label": "Quiet Mode (dnd-equivalent) Experiment ", | |
"defaultConfig": { | |
"allowQuietMode": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "allow quiet mode", | |
"config": { | |
"allowQuietMode": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_safety_hub_display_guild_violations", | |
"label": "Safety Hub Display Guild Violations", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Display guild violations in account standing", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_unreads", | |
"label": "Unreads Experiment (grey-dot mode)", | |
"defaultConfig": { | |
"logExposure": false, | |
"autoOpen": false, | |
"manuallyOpen": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"logExposure": true, | |
"autoOpen": false, | |
"manuallyOpen": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Auto open migration", | |
"config": { | |
"logExposure": true, | |
"autoOpen": true, | |
"manuallyOpen": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Manually open migration", | |
"config": { | |
"logExposure": false, | |
"autoOpen": false, | |
"manuallyOpen": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_uu_forced_migration", | |
"label": "Unique Username Forced Migration UI", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Forced Migration UI", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-01_voice_user_game_activity", | |
"label": "Voice User Game Activity", | |
"defaultConfig": { | |
"showGameIcon": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show game icon next to the Voice User in VC", | |
"config": { | |
"showGameIcon": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_activity_react_reply", | |
"label": "Activity React Reply", | |
"defaultConfig": { | |
"enableActivityReactReply": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Activity React / Reply Buttons", | |
"config": { | |
"enableActivityReactReply": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_audio_short_circuit", | |
"label": "Audio processing short circuiting", | |
"defaultConfig": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": false, | |
"skipEncode": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Mute before processing", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": false, | |
"skipEncode": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "PTT before processing", | |
"config": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": true, | |
"skipEncode": false | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Mute + PTT before processing", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": true, | |
"skipEncode": false | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Skip encode", | |
"config": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": false, | |
"skipEncode": true | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Mute before processing, skip encode", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": false, | |
"skipEncode": true | |
} | |
}, | |
{ | |
"id": 6, | |
"label": "PTT before processing, skip encode", | |
"config": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": true, | |
"skipEncode": true | |
} | |
}, | |
{ | |
"id": 7, | |
"label": "Mute + PTT before processing, skip encode", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": true, | |
"skipEncode": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_desktop_animated_icons", | |
"label": "Desktop animated icons", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Animated icons enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_emoji_picker_upload_desktop", | |
"label": "Desktop: Consistently show the Emoji Picker Upload button at the start of emoji lists", | |
"defaultConfig": { | |
"enabled": false, | |
"treatment": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "With Top Emojis showing the Upload button", | |
"config": { | |
"enabled": true, | |
"treatment": 1 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Without Top Emojis showing the Upload button", | |
"config": { | |
"enabled": true, | |
"treatment": 2 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_family_center_vc_join", | |
"label": "Family Center VC Join", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable VC Join in Family Center", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_hide_member_list_activities", | |
"label": "Hide member list activities", | |
"defaultConfig": { | |
"hideActivities": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled (hide activities)", | |
"config": { | |
"hideActivities": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_image_load_metrics", | |
"label": "Image load metrics Config User Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Do not send metrics for image load", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Send metrics for image load", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_nitro_tenure_rewards", | |
"label": "Nitro Tenure Reward Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables the nitro tenure reward UI for the user", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_nvenc_new_presets", | |
"label": "nvenc new presets", | |
"defaultConfig": { | |
"nvEnableNewPresets": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enable adaptive key frame for nvenc", | |
"config": { | |
"nvEnableNewPresets": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-02_safety_hub_guild_violation_in_app_appeals", | |
"label": "Safety Hub Guild Violation In App Appeals", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Allow guild violations to be applied using the new appeals ingestion flow", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-03_advanced_slowmode_input", | |
"label": "advanced slowmode input", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enable the advanced slowmode input", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_clickstream_analytics", | |
"label": "Clickstream Analytics", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Clickstream Analytics", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_content_inventory_memberlist_and_ranker", | |
"label": "Enables the memberlist content feed", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Recency", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Heuristic", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Noteworthy", | |
"config": { | |
"enabled": true, | |
"impressionCappingEnabled": true | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Another Heuristic treatment for comparison ranking", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-03_krisp_sentiment", | |
"label": "override krisp setting", | |
"defaultConfig": { | |
"shouldOverrideKrisp": false, | |
"overrideKrispSetting": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Force enable krisp", | |
"config": { | |
"shouldOverrideKrisp": true, | |
"overrideKrispSetting": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Force disable krisp", | |
"config": { | |
"shouldOverrideKrisp": true, | |
"overrideKrispSetting": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_media_play_metrics", | |
"label": "Media play metrics User Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Send metrics", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_nitro_tenure_reward_card", | |
"label": "Nitro Tenure Reward Card", | |
"defaultConfig": { | |
"enableNitroTenureRewardCard": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables the nitro tenure reward card for users", | |
"config": { | |
"enableNitroTenureRewardCard": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-03_quest_bar_progress_cta", | |
"kind": "user", | |
"label": "Quest Bar Progress CTA", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Quest Bar Progress CTA enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-03_quests_activity_quest", | |
"kind": "user", | |
"label": "Activity Quest", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Activity Quest enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-03_quests_client_monitoring", | |
"kind": "user", | |
"label": "Quests client monitoring experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "disabled", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_referral_program_recipient", | |
"label": "Referral Program Recipient Experience", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_referral_program_sender", | |
"label": "Referral Program Sender Experience", | |
"defaultConfig": { | |
"enabled": false, | |
"subscriberHomeVariant": null, | |
"eligibleToFetch": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Disabled", | |
"config": { | |
"enabled": false, | |
"subscriberHomeVariant": null, | |
"eligibleToFetch": true | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"subscriberHomeVariant": 0, | |
"eligibleToFetch": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"subscriberHomeVariant": 1, | |
"eligibleToFetch": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_shop_card_hover_animation", | |
"label": "Shop card hover animation experiment", | |
"defaultConfig": { | |
"hoverVariant": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Use CSS Transformation", | |
"config": { | |
"hoverVariant": 1 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "No hover movement", | |
"config": { | |
"hoverVariant": 2 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_unreads_new_users", | |
"label": "Unreads Experiment (grey-dot mode) (new users)", | |
"defaultConfig": { | |
"enabled": false, | |
"logExposure": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false, | |
"logExposure": true | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Auto open migration", | |
"config": { | |
"enabled": true, | |
"logExposure": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_valorant_admin_signup", | |
"label": "Valorant Admin Signup", | |
"defaultConfig": { | |
"showAdminSignup": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show admin signup", | |
"config": { | |
"showAdminSignup": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_valorant_user_signup", | |
"label": "Valorant User Signup", | |
"defaultConfig": { | |
"showUserSignup": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show user signup", | |
"config": { | |
"showUserSignup": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-03_web_audio_api_rollout", | |
"label": "Web Audio API Rollout", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Web Audio API usage", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-04_audio_short_circuit_guild", | |
"label": "Audio processing short circuiting (guild)", | |
"defaultConfig": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": false, | |
"skipEncode": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Mute before processing", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": false, | |
"skipEncode": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "PTT before processing", | |
"config": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": true, | |
"skipEncode": false | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Mute + PTT before processing", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": true, | |
"skipEncode": false | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Skip encode", | |
"config": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": false, | |
"skipEncode": true | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Mute before processing, skip encode", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": false, | |
"skipEncode": true | |
} | |
}, | |
{ | |
"id": 6, | |
"label": "PTT before processing, skip encode", | |
"config": { | |
"muteBeforeProcessing": false, | |
"pttBeforeProcessing": true, | |
"skipEncode": true | |
} | |
}, | |
{ | |
"id": 7, | |
"label": "Mute + PTT before processing, skip encode", | |
"config": { | |
"muteBeforeProcessing": true, | |
"pttBeforeProcessing": true, | |
"skipEncode": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-04_concurrent_quests", | |
"kind": "user", | |
"label": "Concurrent Quests", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Concurrent Quests Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_content_inventory_listened_media", | |
"label": "Content Inventory: LISTENED_MEDIA", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_custom_notification_sound_web", | |
"label": "Custom Notification Sound for Desktop", | |
"defaultConfig": { | |
"enabled": false, | |
"nestedEntry": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable custom notification sounds", | |
"config": { | |
"enabled": true, | |
"nestedEntry": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable custom notification sounds + nested entry point", | |
"config": { | |
"enabled": true, | |
"nestedEntry": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_dm_settings_upsell", | |
"label": "DM Settings Upsell", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable DM Settings Upsell (with upsell threshold at 2 rejected MRs)", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable DM Settings Upsell (with upsell threshold at 3 rejected MRs)", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_emoji_suggestions", | |
"label": "Emoji Suggestions Experiment", | |
"defaultConfig": { | |
"isEmojiSuggestionsEnabled": false, | |
"isEmojiTextMatchSuggestionsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables static emoji suggestions", | |
"config": { | |
"isEmojiSuggestionsEnabled": true, | |
"isEmojiTextMatchSuggestionsEnabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enables Emoji Suggestions using text content and emoji captions", | |
"config": { | |
"isEmojiSuggestionsEnabled": true, | |
"isEmojiTextMatchSuggestionsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_game_settings_merge", | |
"label": "Game Settings Merge", | |
"defaultConfig": { | |
"shouldMergeGameSettings": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Merge Game Settings", | |
"config": { | |
"shouldMergeGameSettings": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_gdm_presence", | |
"label": "Group DM Presence", | |
"defaultConfig": { | |
"isFacepileEnabled": false, | |
"isStatusIndicatorEnabled": false, | |
"isTypingIndicatorEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Status Indicator Only", | |
"config": { | |
"isFacepileEnabled": false, | |
"isStatusIndicatorEnabled": true, | |
"isTypingIndicatorEnabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Typing Indicator Only", | |
"config": { | |
"isFacepileEnabled": false, | |
"isStatusIndicatorEnabled": false, | |
"isTypingIndicatorEnabled": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Status Indicator + Typing Indicator", | |
"config": { | |
"isFacepileEnabled": false, | |
"isStatusIndicatorEnabled": true, | |
"isTypingIndicatorEnabled": true | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Facepile Only", | |
"config": { | |
"isFacepileEnabled": true, | |
"isStatusIndicatorEnabled": false, | |
"isTypingIndicatorEnabled": false | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Facepile + Status Indicator", | |
"config": { | |
"isFacepileEnabled": true, | |
"isStatusIndicatorEnabled": true, | |
"isTypingIndicatorEnabled": false | |
} | |
}, | |
{ | |
"id": 6, | |
"label": "Facepile + Typing Indicator", | |
"config": { | |
"isFacepileEnabled": true, | |
"isStatusIndicatorEnabled": false, | |
"isTypingIndicatorEnabled": true | |
} | |
}, | |
{ | |
"id": 7, | |
"label": "Facepile + Typing Indicator + Status Indicator", | |
"config": { | |
"isFacepileEnabled": true, | |
"isStatusIndicatorEnabled": true, | |
"isTypingIndicatorEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_genshin_admin_signup", | |
"label": "Genshin Admin Signup", | |
"defaultConfig": { | |
"showAdminSignup": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show admin signup", | |
"config": { | |
"showAdminSignup": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_genshin_user_signup", | |
"label": "Genshin User Signup", | |
"defaultConfig": { | |
"showUserSignup": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show user signup", | |
"config": { | |
"showUserSignup": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-04_hang_status_v2", | |
"label": "Hang Statuses - V2 experiment", | |
"defaultConfig": { | |
"enableHangStatus": false, | |
"setDefaultStatus": false, | |
"allowChannelTopic": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enable hang statuses with no default", | |
"config": { | |
"enableHangStatus": true, | |
"setDefaultStatus": false, | |
"allowChannelTopic": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "enable hang statuses with default", | |
"config": { | |
"enableHangStatus": true, | |
"setDefaultStatus": true, | |
"allowChannelTopic": false | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "enable hang statuses with channel topic", | |
"config": { | |
"enableHangStatus": true, | |
"setDefaultStatus": false, | |
"allowChannelTopic": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_keyword_filter_experiment", | |
"label": "Replace registered keywords with asterisks", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Keyword Filter", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_markdown_subtext", | |
"label": "Subtext Markdown", | |
"defaultConfig": { | |
"showSubtextMarkdown": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show subtext markdown", | |
"config": { | |
"showSubtextMarkdown": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_marketing_page_non_sub_perk_tile_order", | |
"label": "Changes the order of the non-subscriber perk tiles", | |
"defaultConfig": { | |
"tileOrderVariant": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Default", | |
"config": { | |
"tileOrderVariant": 0 | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Variant 1", | |
"config": { | |
"tileOrderVariant": 1 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Variant 2", | |
"config": { | |
"tileOrderVariant": 2 | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-04_quest_preview_tool", | |
"kind": "user", | |
"label": "Quest Preview Tool", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Preview tool enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-04_quests_logging", | |
"kind": "user", | |
"label": "Quests Logging", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Quest logging enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-04_server_peek", | |
"label": "Change the guild tooltip", | |
"defaultConfig": { | |
"showNewGuildTooltip": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show new tooltip", | |
"config": { | |
"showNewGuildTooltip": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_clans_general", | |
"label": "Clans General", | |
"defaultConfig": { | |
"clanTagsVisible": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show clan tags", | |
"config": { | |
"clanTagsVisible": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_clans_genshin_pilot", | |
"label": "Clans Genshin Pilot", | |
"defaultConfig": { | |
"clanDiscoveryEnabled": false, | |
"defaultGameId": null | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show clan discovery (Genshin Impact)", | |
"config": { | |
"clanDiscoveryEnabled": true, | |
"defaultGameId": null | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_clans_genshin_prepilot", | |
"label": "Clans Genshin Prepilot", | |
"defaultConfig": { | |
"enableClanCreation": false, | |
"defaultGameId": null | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable creation of clan guilds - Genshin", | |
"config": { | |
"enableClanCreation": true, | |
"defaultGameId": null | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_clans_valorant_pilot", | |
"label": "Clans Valorant Pilot", | |
"defaultConfig": { | |
"clanDiscoveryEnabled": false, | |
"defaultGameId": null | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show clan discovery (Valorant)", | |
"config": { | |
"clanDiscoveryEnabled": true, | |
"defaultGameId": null | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_clans_valorant_prepilot", | |
"label": "Clans Valorant Prepilot", | |
"defaultConfig": { | |
"enableClanCreation": false, | |
"defaultGameId": null | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable creation of clan guilds - Valorant", | |
"config": { | |
"enableClanCreation": true, | |
"defaultGameId": null | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_content_inventory_games_rich_presence", | |
"label": "Content Inventory: Rich Presence for Games", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_desktop_user_settings_search", | |
"label": "Desktop User Settings Search", | |
"defaultConfig": { | |
"enabled": false, | |
"showSearchCount": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable User Settings Search on Desktop", | |
"config": { | |
"enabled": true, | |
"showSearchCount": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable User Settings Search on Desktop with Search Count", | |
"config": { | |
"enabled": true, | |
"showSearchCount": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-05_desktop_visual_refresh", | |
"label": "Desktop Visual Refresh", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Refresh Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_discount_model_data_collection", | |
"label": "Discount Model Data Collection", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-05_file_upload_desktop_upsell", | |
"label": "File Upload Desktop Upsell", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false, | |
"addSocialProof": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable new roadblock modal", | |
"config": { | |
"enabled": true, | |
"addSocialProof": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable new roadblock modal with social proof", | |
"config": { | |
"enabled": true, | |
"addSocialProof": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_message_forwarding", | |
"label": "Message forwarding", | |
"defaultConfig": { | |
"canForwardMessages": false, | |
"hasInlineForwardButton": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"canForwardMessages": true, | |
"hasInlineForwardButton": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled + inline forward button", | |
"config": { | |
"canForwardMessages": true, | |
"hasInlineForwardButton": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-05_quest_bar", | |
"kind": "user", | |
"label": "Quest Bar", | |
"defaultConfig": { | |
"primaryVariant": 0, | |
"progressVariant": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Quest Bar V2 with V1 Progress", | |
"config": { | |
"primaryVariant": 1, | |
"progressVariant": 0 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Quest Bar V2", | |
"config": { | |
"primaryVariant": 1, | |
"progressVariant": 1 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_secure_frames_ui_rollout", | |
"label": "Secure Frames Rollout", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled.", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-05_throughline_care", | |
"label": "Throughline Care Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable throughline care links", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_amd_av1_video_encoding", | |
"label": "Test how AV1 works on windows with AMD GPU", | |
"defaultConfig": { | |
"signalAV1Support": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "AMD AV1 video encoding", | |
"config": { | |
"signalAV1Support": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_app_storefront_message_embeds", | |
"label": "Storefront Message Embed", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_bogo_promotion_marketing_materials", | |
"label": "Summer BOGO Marketing Materials", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable BOGO Promotion marketing materials", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_checkout_recovery_nagbar_test", | |
"label": "Testing", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Users will not see the nagbar", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Users will see the nagbar", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_clans_mobile_tags", | |
"label": "Clans - Mobile", | |
"defaultConfig": { | |
"clanTagsVisible": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show tags on mobile", | |
"config": { | |
"clanTagsVisible": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_collectibles_shop_use_now", | |
"label": "Collectibles Shop Use Now", | |
"defaultConfig": { | |
"realtimeUseNowEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Use now button immediately applies collectible", | |
"config": { | |
"realtimeUseNowEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_content_entry_embed", | |
"label": "Content Inventory Embed", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_app_open_everyone", | |
"label": "CTP app open - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_app_open_filters", | |
"label": "CTP app open - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_app_open_multiple_buckets", | |
"label": "CTP app open - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_app_open_uneven_buckets", | |
"label": "CTP app open - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_app_open_vanilla", | |
"label": "CTP app open - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_delta_vanilla", | |
"label": "CTP Delta Vanilla - A/A test", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_voice_call_everyone", | |
"label": "CTP voice call - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_voice_call_filters", | |
"label": "CTP voice call - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_voice_call_multiple_buckets", | |
"label": "CTP voice call - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_voice_call_uneven_buckets", | |
"label": "CTP voice call - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_ctp_voice_call_vanilla", | |
"label": "CTP voice call - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_desktop_app_launcher_in_activities_shelf", | |
"label": "Desktop App Launcher In Activities Shelf", | |
"defaultConfig": { | |
"enabled": false, | |
"clickOnHomeActivityOpensAppDetail": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable the desktop app launcher in activities shelf: On home screen, clicking activity card -> performs activity action (i.e. launch)", | |
"config": { | |
"enabled": true, | |
"clickOnHomeActivityOpensAppDetail": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable the desktop app launcher in activities shelf: On home screen, clicking activity card -> activity detail page", | |
"config": { | |
"enabled": true, | |
"clickOnHomeActivityOpensAppDetail": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_enhanced_custom_status", | |
"label": "Enhanced Custom Status Experiment", | |
"defaultConfig": { | |
"customStatusBubbleEditEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 3, | |
"label": "Enables custom status bubble editing in all user profile surfaces", | |
"config": { | |
"customStatusBubbleEditEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_frecency_list_split", | |
"label": "Frecency List Split", | |
"defaultConfig": { | |
"canSplitFrecencyList": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Split frecency emoji messages from reactions", | |
"config": { | |
"canSplitFrecencyList": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_game_profile_experiment", | |
"label": "Enables the Game Profile", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_leaderboard", | |
"label": "Leaderboard", | |
"defaultConfig": { | |
"hasLeaderboard": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Leaderboard", | |
"config": { | |
"hasLeaderboard": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_message_bookmarks", | |
"label": "For Later - Bookmarks & Reminders", | |
"defaultConfig": { | |
"enabled": false, | |
"inInbox": true | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Display in inbox", | |
"config": { | |
"enabled": true, | |
"inInbox": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Display in header bar", | |
"config": { | |
"enabled": true, | |
"inInbox": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_message_forward_breadcrumb", | |
"label": "Message forward breadcrumb", | |
"defaultConfig": { | |
"showForwardBreadcrumb": true | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "No breadcrumb", | |
"config": { | |
"showForwardBreadcrumb": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_outbound_promo_desktop_upsell", | |
"label": "Upsell Outbound Promos", | |
"commonTriggerPoint": null, | |
"defaultConfig": { | |
"enabled": false, | |
"getNitroCTA": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable upsells for outbound promos w/ Nagbar variant 1 - gift inventory cta", | |
"config": { | |
"enabled": true, | |
"getNitroCTA": false | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-06_premium_emoji_desktop_upsell", | |
"label": "Premium Emoji Desktop Upsell", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false, | |
"addSocialProof": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable new roadblock experience", | |
"config": { | |
"enabled": true, | |
"addSocialProof": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable new roadblock experience with social proof", | |
"config": { | |
"enabled": true, | |
"addSocialProof": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-06_premium_feature_apperance_upsell_desktop", | |
"label": "Premium Client Themes / App Icons Desktop Upsell", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false, | |
"addSocialProof": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"addSocialProof": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enabled + Social Proofing", | |
"config": { | |
"enabled": true, | |
"addSocialProof": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-06_premium_soundboard_desktop_upsell", | |
"label": "Premium Soundboard Desktop Upsell", | |
"kind": "user", | |
"defaultConfig": { | |
"enableInlineUpsell": false, | |
"enableRoadblock": false, | |
"enableRoadblockWithSocialProof": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable inline upsell only", | |
"config": { | |
"enableInlineUpsell": true, | |
"enableRoadblock": false, | |
"enableRoadblockWithSocialProof": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable inline and roadblock upsells only", | |
"config": { | |
"enableInlineUpsell": true, | |
"enableRoadblock": true, | |
"enableRoadblockWithSocialProof": false | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Enable inline and roadblock upsells with social proof", | |
"config": { | |
"enableInlineUpsell": true, | |
"enableRoadblock": true, | |
"enableRoadblockWithSocialProof": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_profile_react_reply", | |
"label": "Simplified Profile React Reply", | |
"defaultConfig": { | |
"statusReactReplyEnabled": false, | |
"avatarReactReplyEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Status React / Reply", | |
"config": { | |
"statusReactReplyEnabled": true, | |
"avatarReactReplyEnabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable Avatar React / Reply", | |
"config": { | |
"statusReactReplyEnabled": false, | |
"avatarReactReplyEnabled": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Enable Status & Avatar React / Reply", | |
"config": { | |
"statusReactReplyEnabled": true, | |
"avatarReactReplyEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-06_quest_inline_console_connection", | |
"kind": "user", | |
"label": "Quest Inline Console Connection Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Simplified console connection flow", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Inline console connection flow", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_repeat_gift_purchase", | |
"label": "Repeat Gift Purchase", | |
"defaultConfig": { | |
"enabled": false, | |
"redirectToPlanSelectStep": false, | |
"removeGiftRecipientUI": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Redirect to review step", | |
"config": { | |
"enabled": true, | |
"redirectToPlanSelectStep": false, | |
"removeGiftRecipientUI": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Redirect to review step + remove gift recipient UI", | |
"config": { | |
"enabled": true, | |
"redirectToPlanSelectStep": false, | |
"removeGiftRecipientUI": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Redirect to customize step", | |
"config": { | |
"enabled": true, | |
"redirectToPlanSelectStep": true, | |
"removeGiftRecipientUI": false | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Redirect to customize step + remove gift recipient UI", | |
"config": { | |
"enabled": true, | |
"redirectToPlanSelectStep": true, | |
"removeGiftRecipientUI": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-06_rtc_pacer__simulcast", | |
"label": "RTC Pacer & Golive Simulcast", | |
"defaultConfig": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/", | |
"simulcastEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Golive Simulcast without prober 720p@500k", | |
"config": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/", | |
"simulcastEnabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Golive Simulcast 720p@500k", | |
"config": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/worker-pacer,worker-pacer-probe", | |
"simulcastEnabled": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Golive with pacing", | |
"config": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/worker-pacer", | |
"simulcastEnabled": false | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Golive with pacing and probing", | |
"config": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/worker-pacer,worker-pacer-probe", | |
"simulcastEnabled": false | |
} | |
}, | |
{ | |
"id": 5, | |
"label": "Golive Simulcast 720p@750k", | |
"config": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/worker-pacer-probe,worker-lq-floor-750k", | |
"simulcastEnabled": true | |
} | |
}, | |
{ | |
"id": 6, | |
"label": "Golive Simulcast 720p@1000k", | |
"config": { | |
"enabled": true, | |
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/worker-pacer-probe,worker-lq-floor-1000k", | |
"simulcastEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_bogo_countdown", | |
"label": "BOGO Countdown Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Disable BOGO countdown", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_contextual_image_recs_user", | |
"label": "Contextual Image Recommendations", | |
"defaultConfig": { | |
"imageRecsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable the Contextual Image Recommendations with options", | |
"config": { | |
"imageRecsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_collectibles_shop_open_everyone", | |
"label": "CTP collectibles shop open - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_collectibles_shop_open_filters", | |
"label": "CTP collectibles shop open - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_collectibles_shop_open_multiple_buckets", | |
"label": "CTP collectibles shop open - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_collectibles_shop_open_uneven_buckets", | |
"label": "CTP collectibles shop open - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_collectibles_shop_open_vanilla", | |
"label": "CTP collectibles shop open - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_nitro_everyone", | |
"label": "CTP open nitro - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_nitro_filters", | |
"label": "CTP open nitro - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_nitro_multiple_buckets", | |
"label": "CTP open nitro - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_nitro_uneven_buckets", | |
"label": "CTP open nitro - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_nitro_vanilla", | |
"label": "CTP open nitro - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_user_settings_everyone", | |
"label": "CTP open user settings - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_user_settings_filters", | |
"label": "CTP open user settings - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_user_settings_multiple_buckets", | |
"label": "CTP open user settings - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_user_settings_uneven_buckets", | |
"label": "CTP open user settings - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_open_user_settings_vanilla", | |
"label": "CTP open user settings - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_payment_flow_started_everyone", | |
"label": "CTP payment flow started - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_payment_flow_started_filters_", | |
"label": "CTP payment flow started - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_payment_flow_started_multiple_buckets", | |
"label": "CTP payment flow started - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_payment_flow_started_uneven_buckets_", | |
"label": "CTP payment flow started - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_ctp_payment_flow_started_vanilla", | |
"label": "CTP payment flow started - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_friend_request_spam_inbox", | |
"label": "Friend request spam inbox", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Separate spam friend requests into separate inbox and suppress notifications", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_gdm_blocked_user_warning", | |
"label": "GDM Blocked User Warning", | |
"defaultConfig": { | |
"enabled": false, | |
"showAsModal": false, | |
"showAsBanner": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show blocked user warning in GDMs as a modal", | |
"config": { | |
"enabled": true, | |
"showAsModal": true, | |
"showAsBanner": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Show blocked user warning in GDMs as a banner", | |
"config": { | |
"enabled": true, | |
"showAsBanner": true, | |
"showAsModal": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-07_guild_settings_foundation", | |
"label": "Guild Settings Foundation Revamp", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Guild Settings Foundation Revamp", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_icymi", | |
"label": "In-case-you-missed-it tab", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enables the new icymi tab", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_icymi_negative_items", | |
"label": "icymi negative content (debugging only)", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "allow negative items only", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_message_forwarding_iterations", | |
"label": "Message forwarding iterations", | |
"defaultConfig": { | |
"hasOneTapSendButton": false, | |
"hasMessageInput": false, | |
"hasPreview": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "T2 only (inline forward button)", | |
"config": { | |
"canForwardMessages": true, | |
"hasInlineForwardButton": true, | |
"hasOneTapSendButton": false, | |
"hasMessageInput": false, | |
"hasPreview": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "T2 + One tap send + preview", | |
"config": { | |
"canForwardMessages": true, | |
"hasInlineForwardButton": true, | |
"hasOneTapSendButton": true, | |
"hasMessageInput": false, | |
"hasPreview": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "T2 + Context message + preview", | |
"config": { | |
"canForwardMessages": true, | |
"hasInlineForwardButton": true, | |
"hasOneTapSendButton": false, | |
"hasMessageInput": true, | |
"hasPreview": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_native_screen_share_picker", | |
"label": "Use system picker for screen sharing", | |
"defaultConfig": { | |
"enableSystemPicker": false, | |
"useSystemPickerInModalByDefault": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable system picker", | |
"config": { | |
"enableSystemPicker": true, | |
"useSystemPickerInModalByDefault": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable system picker behind pref gate", | |
"config": { | |
"enableSystemPicker": true, | |
"useSystemPickerInModalByDefault": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_open_platform_app_launcher", | |
"label": "Open Platform App Launcher", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable the App Launcher changes for Open Platform", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_persistent_reaction_button", | |
"label": "Persistent Reaction Button (Desktop)", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show the reaction button next to message reactions on Desktop", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-07_quest_bar_v2_reward_highlighting", | |
"kind": "user", | |
"label": "Quest Bar V2 Reward Highlighting", | |
"defaultConfig": { | |
"enabled": false, | |
"variant": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false, | |
"variant": 0 | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Reward Available", | |
"config": { | |
"enabled": true, | |
"variant": 1 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Earn a Reward", | |
"config": { | |
"enabled": true, | |
"variant": 2 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Earn a Reward!", | |
"config": { | |
"enabled": true, | |
"variant": 3 | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-07_quest_interactable_expired_crendentials", | |
"kind": "user", | |
"label": "Quest interactable expired crendentials errors", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "not interactable", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "interactable", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-07_quests_mobile_ga", | |
"kind": "user", | |
"label": "Quests Mobile GA", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_rapidash_m3_admins_browse", | |
"label": "Rapidash M3 Admins Browse", | |
"defaultConfig": { | |
"canAdminsBrowse": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"canAdminsBrowse": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-07_rapidash_m3_guilds", | |
"label": "Rapidash M3 Guilds", | |
"defaultConfig": { | |
"enableClanCreation": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Targeted guilds", | |
"config": { | |
"enableClanCreation": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "(Defunct -- do not use) Targeted guilds", | |
"config": { | |
"enableClanCreation": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_rapidash_m3_joiners", | |
"label": "Rapidash M3 Users", | |
"defaultConfig": { | |
"enableM3Experience": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Targeted users", | |
"config": { | |
"enableM3Experience": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_referral_program_sender_incentive", | |
"label": "Referral Program Sender Incentive", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Disabled", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_reveal_mystery_card", | |
"label": "Shop Reveal Mystery Card", | |
"defaultConfig": { | |
"revealed": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Force reveal mystery card in shop", | |
"config": { | |
"revealed": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_shy_project", | |
"label": "Shy Project Marketing Variation", | |
"defaultConfig": { | |
"variant": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Summer 2024", | |
"config": { | |
"variant": 1 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-07_sidechain_compression", | |
"label": "Test sidechain compression", | |
"defaultConfig": { | |
"sidechainAvailable": false, | |
"sidechainEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Sidechain Compression available, default enabled", | |
"config": { | |
"sidechainAvailable": true, | |
"sidechainEnabled": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Sidechain Compression avialable, default disabled", | |
"config": { | |
"sidechainAvailable": true, | |
"sidechainEnabled": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_blocking_voice_states", | |
"label": "Blocking Voice States (Blocker)", | |
"defaultConfig": { | |
"enabled": false, | |
"analyticsEligible": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false, | |
"analyticsEligible": true | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"analyticsEligible": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_captcha_serve_volume_distribution_metric", | |
"label": "Captcha serve volume distribution metric", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables sending captcha serve volume distribution metric", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_collectibles_expiry_modal", | |
"label": "Collectibles Expiry Experiment", | |
"defaultConfig": { | |
"expiryModalEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable collectibles expiry modal", | |
"config": { | |
"expiryModalEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_content_inventory_analytics_sampling", | |
"label": "Content Inventory Analytics Sampling", | |
"defaultConfig": { | |
"trackingEnabled": true | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Tracking disabled", | |
"config": { | |
"trackingEnabled": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_ctp_dmgdm_list_render__everyone", | |
"label": "CTP DM/GDM List Render - A/A test - Everyone", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_ctp_dmgdm_list_render__filters", | |
"label": "CTP DM/GDM List Render - A/A test - Filters", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_ctp_dmgdm_list_render__multiple_buckets", | |
"label": "CTP DM/GDM List Render - A/A test - Multiple buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment 1", | |
"config": { | |
"doSomething": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Treatment 2", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_ctp_dmgdm_list_render__uneven_buckets", | |
"label": "CTP DM/GDM List Render - A/A test - Uneven buckets", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_ctp_dmgdm_list_render__vanilla_", | |
"label": "CTP DM/GDM List Render - A/A test - Vanilla", | |
"defaultConfig": { | |
"doSomething": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"doSomething": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_dismissible_pip", | |
"label": "Dismissible Desktop PiP", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable \"close\" button on PiP window", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_emoji_picker_limit_emojis_experiment", | |
"label": "Desktop: Show three rows of emojis per server, with the option to expand", | |
"defaultConfig": { | |
"enabled": false, | |
"useTransparentIcons": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show limited emojis experiment with solid icons", | |
"config": { | |
"enabled": true, | |
"useTransparentIcons": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Show limited emojis experiment with transparent icons", | |
"config": { | |
"enabled": true, | |
"useTransparentIcons": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_friend_anniversaries", | |
"label": "Friend Anniversaries", | |
"commonTriggerPoint": null, | |
"defaultConfig": { | |
"enabled": false, | |
"enableEmojiCTA": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Friend anniversaries enabled with text CTA", | |
"config": { | |
"enabled": true, | |
"enableEmojiCTA": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Friend anniversaries enabled with emoji CTA", | |
"config": { | |
"enabled": true, | |
"enableEmojiCTA": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_halloween_nitro_gifting_campaign", | |
"label": "Halloween nitro gifting campaign", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Halloween nitro gifting campaign", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_hd_streaming_viewer", | |
"label": "HD Streaming Viewer Upsell", | |
"defaultConfig": { | |
"enabled": false, | |
"sendNitroMessage": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"sendNitroMessage": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_iar_privacy_and_safety_settings_upsells", | |
"label": "IAR Privacy & Safety Settings Upsells", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_keyword_filter_upsells", | |
"label": "Language Filter Upsells", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Upsell for Keyword Language Filters", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_load_test_guild_recs", | |
"label": "Guild Recs Load Testing", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_message_forwarding_icon", | |
"label": "Message forwarding icon change", | |
"defaultConfig": { | |
"useOldIcon": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Icon: upper right arrow", | |
"config": { | |
"canForwardMessages": true, | |
"useOldIcon": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Icon: chat bubble", | |
"config": { | |
"canForwardMessages": true, | |
"useOldIcon": false | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-08_mobile_message_visibility_percentage_calculation", | |
"kind": "user", | |
"label": "Mobile Message Visibility Percentage Calculation", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Calculate visibility of mobile messages", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_new_gateway_dispatcher", | |
"label": "New Gateway Dispatcher", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_nitro_tenure_rewards_backfill", | |
"label": "Nitro Tenure Reward Backfill", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables the nitro tenure reward backfill for the user", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_open_platform_app_launcher_holdout", | |
"label": "Open Platform App Launcher Holdout", | |
"commonTriggerPoint": null, | |
"defaultConfig": { | |
"clickOnHomeActivityOpensAppDetail": true | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "clicking activity in voice app launcher -> performs activity action", | |
"config": { | |
"clickOnHomeActivityOpensAppDetail": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "clicking activity in voice app launcher -> opens activity detail page", | |
"config": { | |
"clickOnHomeActivityOpensAppDetail": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_open_platform_link_sharing", | |
"label": "Open Platform Link Sharing", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable app link sharing and install flow improvements", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_perks_demo_hd_streaming_opt_in_v2", | |
"label": "HD Streaming", | |
"defaultConfig": { | |
"enabled": false, | |
"extendedDemoDuration": false, | |
"extendedOptInDuration": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "duration", | |
"config": { | |
"enabled": true, | |
"extendedDemoDuration": true, | |
"extendedOptInDuration": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "optin duration", | |
"config": { | |
"enabled": true, | |
"extendedDemoDuration": false, | |
"extendedOptInDuration": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "both", | |
"config": { | |
"enabled": true, | |
"extendedDemoDuration": true, | |
"extendedOptInDuration": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-08_premium_user_profile_try_it_out_desktop", | |
"label": "Try It Out Entry Points", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false, | |
"showSegmentedControl": false, | |
"showFloatingUpsell": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Segmented Control", | |
"config": { | |
"enabled": true, | |
"showSegmentedControl": true, | |
"showFloatingUpsell": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Floating Upsell", | |
"config": { | |
"enabled": true, | |
"showSegmentedControl": false, | |
"showFloatingUpsell": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-08_premium_user_profile_upsell_desktop", | |
"label": "User Profile Upsell", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_private_channel_hiding", | |
"label": "Private Channel Hiding", | |
"defaultConfig": { | |
"enableObfuscation": false, | |
"enableIntegrityCheck": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Obfuscation Enabled", | |
"config": { | |
"enableObfuscation": true, | |
"enableIntegrityCheck": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Obfuscation + Integrity Check Enabled", | |
"config": { | |
"enableObfuscation": true, | |
"enableIntegrityCheck": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-08_quests_separate_decision_endpoint", | |
"kind": "user", | |
"label": "Quests separate decision endpoint", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_reaction_frecency_algorithms", | |
"label": "Reaction Frecency Algorithms", | |
"defaultConfig": { | |
"frecencyAlgorithm": "original", | |
"canShowReactionsOnMessageHover": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Stable algorithm with no hover bar", | |
"config": { | |
"frecencyAlgorithm": "safe", | |
"canShowReactionsOnMessageHover": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Volatile algorithm with no hover bar", | |
"config": { | |
"frecencyAlgorithm": "day_recency", | |
"canShowReactionsOnMessageHover": false | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Stable algorithm with hover bar", | |
"config": { | |
"frecencyAlgorithm": "safe", | |
"canShowReactionsOnMessageHover": true | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Volatile algorithm with hover bar", | |
"config": { | |
"frecencyAlgorithm": "day_recency", | |
"canShowReactionsOnMessageHover": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-08_reaction_push_notifications_guild", | |
"label": "In App Notifications for Reactions (Guild)", | |
"defaultConfig": { | |
"enableInAppNotifications": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable In App Notifications for Reactions", | |
"config": { | |
"enableInAppNotifications": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_reaction_push_notifications_user", | |
"label": "In App Notifications for Reactions", | |
"defaultConfig": { | |
"enableInAppNotifications": false, | |
"enableNotificationsForAllReactions": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable In App Notifications for Reactions (First Reaction)", | |
"config": { | |
"enableInAppNotifications": true, | |
"enableNotificationsForAllReactions": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable In App Notifications for Reactions (All Reactions)", | |
"config": { | |
"enableInAppNotifications": true, | |
"enableNotificationsForAllReactions": true | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Enable In App Notifications for Reactions (All Reactions)", | |
"config": { | |
"enableInAppNotifications": true, | |
"enableNotificationsForAllReactions": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_reverse_trial", | |
"label": "Reverse Trials", | |
"defaultConfig": { | |
"enabled": false, | |
"isFollowup": false, | |
"inExperiment": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Users receives no trial.", | |
"config": { | |
"enabled": false, | |
"isFollowup": false, | |
"inExperiment": true | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Users recieve 2 week trial.", | |
"config": { | |
"enabled": true, | |
"isFollowup": false, | |
"inExperiment": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "User recieves 1 week trial and 1 week followup trial", | |
"config": { | |
"enabled": true, | |
"isFollowup": true, | |
"inExperiment": true | |
} | |
}, | |
{ | |
"id": 98, | |
"label": "Users recieve 2 week trial.", | |
"config": { | |
"enabled": true, | |
"isFollowup": false, | |
"inExperiment": true | |
} | |
}, | |
{ | |
"id": 99, | |
"label": "User recieves 1 week trial and 1 week followup trial", | |
"config": { | |
"enabled": true, | |
"isFollowup": true, | |
"inExperiment": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_safety_settings_update", | |
"label": "Safety Settings Update", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Safety Settings Update", | |
"config": { | |
"enabled": true | |
} | |
} | |
], | |
"commonTriggerPoint": null | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-08_secure_frames_encryption_guilds_v2", | |
"label": "Allowing testing DAVE protocol for voice/video (Guilds)", | |
"defaultConfig": { | |
"protocolVersionFloor": 0, | |
"canSupportDaveProtocol": false | |
}, | |
"treatments": [ | |
{ | |
"id": 11, | |
"label": "Can support DAVE protocol version 1 and above", | |
"config": { | |
"protocolVersionFloor": 1, | |
"canSupportDaveProtocol": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_shop_browse", | |
"label": "Collectibles Shop Browse Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable new shop layout", | |
"config": { | |
"enabled": true | |
} | |
} | |
], | |
"commonTriggerPoint": null | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_soundboard_refresh", | |
"label": "Soundboard UI Refresh", | |
"defaultConfig": { | |
"refreshEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable the updated soundboard picker UI", | |
"config": { | |
"refreshEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_tiered_tenure_badges", | |
"label": "Tiered Tenure Badging", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Tiered Tenure Badges", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_toggle_soundshare_menu_experiment", | |
"label": "Toggle soundshare from stream settings menu", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_user_app_subscription_redesign", | |
"label": "User App Subscription Redesign", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_user_profile_blockee_hide_mutuals", | |
"label": "User Profile Blockee Hide Mutuals", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable User Profile Blockee Hide Mutuals", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-08_user_profile_blocker_skeleton", | |
"label": "User Profile Blocker Skeleton", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable User Profile Blocker Skeleton", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_app_dms", | |
"label": "App DMs Experiment", | |
"defaultConfig": { | |
"enabled": false, | |
"quickLaunchEnabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable special UI for DMs with Apps", | |
"config": { | |
"enabled": true, | |
"quickLaunchEnabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable special UI for DMs with Apps including quick launch", | |
"config": { | |
"enabled": true, | |
"quickLaunchEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_app_oauth2_link_embed", | |
"label": "app oauth2 link embed", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable new embed for app oauth2 links", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_best_of_nitro_v2_experiment", | |
"label": "Best of Nitro bento boxes", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Users see current best of nitro section", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "users see best of nitro bento boxes ", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_blocking_voice_states_blockee", | |
"label": "Blocking Voice States (Blockee)", | |
"defaultConfig": { | |
"enabled": false, | |
"analyticsEligible": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false, | |
"analyticsEligible": true | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true, | |
"analyticsEligible": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_browsechannelbuttonoptin", | |
"label": "Don't show guild Browse Channels when all channels are already visible", | |
"defaultConfig": { | |
"alwaysShowDirectory": true | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Hide Browse Channels when all channels are visible", | |
"config": { | |
"alwaysShowDirectory": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_bug_reporter", | |
"label": "Bug Reporter", | |
"defaultConfig": { | |
"hasBugReporterAccess": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "🐛", | |
"config": { | |
"hasBugReporterAccess": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_collectibles_shop_preload", | |
"label": "Collectibles Shop Preload", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Preloads collectible shop payload", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_connection_flow_refactor", | |
"label": "Connection Flow Refactor", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Disabled", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_dm_mute_feedback", | |
"label": "DM Mute Feedback Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable DM Mute Feedback Survey", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_feedbackskipbutton", | |
"label": "Add a skip button to the feedback modal", | |
"defaultConfig": { | |
"renderSkipButton": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show skip button", | |
"config": { | |
"renderSkipButton": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_friend_anniversaries_metrics", | |
"label": "Friend Anniversaries Metrics", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Friend anniversaries metrics enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_friends_in_server", | |
"label": "Friends in Server", | |
"defaultConfig": { | |
"guildFriendsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"guildFriendsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_global_discovery_apps", | |
"label": "Global Discovery Apps", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_improved_reaction_button", | |
"label": "Improved Reaction Button", | |
"defaultConfig": { | |
"canShowImprovedReactionButton": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show improved reaction button", | |
"config": { | |
"canShowImprovedReactionButton": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-09_league_of_legends_leaderboard", | |
"label": "League of Legends Leaderboard", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Leaderboard", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_message_forwarding_gtm", | |
"label": "Message forwarding GTM", | |
"defaultConfig": {}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "GTM", | |
"config": { | |
"canForwardMessages": true, | |
"hasInlineForwardButton": false, | |
"hasOneTapSendButton": false, | |
"hasMessageInput": true, | |
"hasPreview": true, | |
"useOldIcon": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_open_platform_link_sharing_mobile", | |
"label": "Open Platform Link Sharing Mobile", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable app link sharing and install flow improvements on mobile", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-09_quests_trophy_case", | |
"kind": "user", | |
"label": "Trophy Case", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_rustadm", | |
"label": "Rust Audio Device Manager", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Automatic is Rust ADM", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_shop_browse_backend", | |
"label": "Collectibles Shop Home Backend", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "use backend data", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_sky_load", | |
"label": "Sky Load", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Variant 1", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_test_child_2_safety_xp_holdout", | |
"label": "Holdout experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables the holdout experiment", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_user_app_install_education", | |
"label": "User App Install Education Experiment", | |
"defaultConfig": { | |
"enabled": false, | |
"showsTooltip": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "show animation on app launcher icon + tooltip when a user app is authorized when in a channel instead of showing auth success modal", | |
"config": { | |
"enabled": true, | |
"showsTooltip": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "show animation on app launcher icon when a user app is authorized when in a channel instead of showing auth success modal", | |
"config": { | |
"enabled": true, | |
"showsTooltip": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_voice_channel_blocked_user_warning", | |
"label": "Voice Channel Blocked User Warning", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show blocked user warning in voice channel as a modal", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-09_whats_new_cards_v2_experiment", | |
"label": "Whats new bento boxes", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Users see current whats new cards", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "users see bento box whats new design ", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_app_oauth2_link_embed_mobile", | |
"label": "app oauth2 link embed", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable new embed for app oauth2 links", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_basic_tagline_experiment", | |
"label": "Basic Tagline Experiment", | |
"defaultConfig": { | |
"enabled": false, | |
"useEssentials": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "User see current tier cards", | |
"config": { | |
"enabled": false, | |
"useEssentials": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "users see new tier card with the essentials tagline ", | |
"config": { | |
"enabled": true, | |
"useEssentials": true | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "users see new tier card with the basics tagline ", | |
"config": { | |
"enabled": true, | |
"useEssentials": false | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_block_user_feedback", | |
"label": "Block User Feedback Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Block User Feedback Survey", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_blocking_context", | |
"label": "Blocking Context", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Show blocking context in block confirmation modal", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_consumables_hd_streaming", | |
"label": "Consumable HD Streaming Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Treatment", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_email_change_reasoning_buttons_free_text_response", | |
"label": "Email Change Reasoning Buttons Free Text Response", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Display a text area when the user selects \"Something else\"", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_golive_simulcast", | |
"label": "GoLive Simulcast", | |
"defaultConfig": { | |
"simulcastEnabled": false, | |
"lqStreamBitrate": 0 | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Simulcast @ 1.5Mbps", | |
"config": { | |
"simulcastEnabled": true, | |
"lqStreamBitrate": 1500000 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_hotwheels_overlay_invites", | |
"label": "Overlay Invites Notification", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_icymi_legacy", | |
"label": "Legacy ICYMI experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enable legacy ICYMI", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_icymi_sorting_fe", | |
"label": "FE experiment for sorting on ICYMI", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enables ICYMI - sorting will be controlled by backend exp", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_improved_media_viewer", | |
"label": "Improved Desktop Media Viewer", | |
"defaultConfig": { | |
"improvedDesktopMediaViewerEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Improved Desktop Media Viewer", | |
"config": { | |
"improvedDesktopMediaViewerEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_message_attachment_send_failure", | |
"label": "Message Attachment Send Failure Experiment", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_mobile_video_disable", | |
"label": "Backgrounding Mobile App Disables Incoming Video", | |
"defaultConfig": { | |
"stopVideoWhenHidden": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"stopVideoWhenHidden": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_nitro_shop_entry_points", | |
"label": "User Profile Nitro Shop Entry Points", | |
"defaultConfig": { | |
"permanentEntryPointsEnabled": false, | |
"dimissibleUpsellsEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Permanent Entry Points", | |
"config": { | |
"permanentEntryPointsEnabled": true, | |
"dimissibleUpsellsEnabled": false | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Enable Dimissible Upsells", | |
"config": { | |
"permanentEntryPointsEnabled": false, | |
"dimissibleUpsellsEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_nitro_tab_forced_render", | |
"label": "Nitro Tab Forced Re-render Investigation", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable nitro tab forced re-render", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_october_holiday", | |
"label": "October Holiday", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_overlay_v3", | |
"label": "Overlay V3 Shared Context OOP", | |
"defaultConfig": { | |
"useOverlayV3": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Use Overlay V3", | |
"config": { | |
"useOverlayV3": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_premium_upsell_revamp_for_trial", | |
"label": "Premium Upsell Revamp For Trial", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_profile_activity_react_reply", | |
"label": "Profile Activity React Reply", | |
"defaultConfig": { | |
"activityReactReplyEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable Profile Activity React / Reply", | |
"config": { | |
"activityReactReplyEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-10_quests_dismissal_survey", | |
"kind": "user", | |
"label": "Quests Dismissal Survey", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-10_quests_video_dismissal_survey", | |
"kind": "user", | |
"label": "Video Quests Dismissal Survey", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 0, | |
"label": "Control", | |
"config": { | |
"enabled": false | |
} | |
}, | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_rapidash_discovery_entrypoint", | |
"label": "Rapidash Discovery Entrypoint", | |
"defaultConfig": { | |
"showDiscovery": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"showDiscovery": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_rapidash_discovery_plus", | |
"label": "Rapidash Discovery Plus", | |
"defaultConfig": { | |
"enabled": false, | |
"treatment": "control" | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Discovery Plus Enabled", | |
"config": { | |
"enabled": true, | |
"treatment": "discovery-plus" | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "guild", | |
"id": "2024-10_rapidash_discovery_sign_up", | |
"label": "Rapidash Discovery Early Sign Up", | |
"defaultConfig": { | |
"enableSignups": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable", | |
"config": { | |
"enableSignups": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_rapidash_request_to_join_dm", | |
"label": "Rapidash Request To Join DM option in Guild Popout", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_retrigger_reaction_frecency_algorithms", | |
"label": "(Retrigger) Reaction Frecency Algorithms", | |
"defaultConfig": null, | |
"treatments": [] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_shop_browse_spookynight_switch", | |
"label": "Collectibles Shop SpookyNight Switch", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable spooky night switch for shop", | |
"config": { | |
"enabled": true | |
} | |
} | |
], | |
"commonTriggerPoint": null | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_shop_skus_in_gift_flow", | |
"label": "Gift Collectibles in DM", | |
"defaultConfig": { | |
"enabled": false, | |
"showBothNitroSkusInCategorySelect": false, | |
"giftRecommendationAlgorithm": 0 | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Gift Collectibles in DM, with existing Nitro flow, showing popular items", | |
"config": { | |
"enabled": true, | |
"showBothNitroSkusInCategorySelect": false, | |
"giftRecommendationAlgorithm": 1 | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Gift Collectibles in DM, with existing Nitro flow, showing recent items", | |
"config": { | |
"enabled": true, | |
"showBothNitroSkusInCategorySelect": false, | |
"giftRecommendationAlgorithm": 2 | |
} | |
}, | |
{ | |
"id": 3, | |
"label": "Gift Collectibles in DM, select Nitro SKU from category, showing popular items", | |
"config": { | |
"enabled": true, | |
"showBothNitroSkusInCategorySelect": false, | |
"giftRecommendationAlgorithm": 1 | |
} | |
}, | |
{ | |
"id": 4, | |
"label": "Gift Collectibles in DM, select Nitro SKU from category, showing recent items", | |
"config": { | |
"enabled": true, | |
"showBothNitroSkusInCategorySelect": true, | |
"giftRecommendationAlgorithm": 2 | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_shop_tile_impression_logging", | |
"label": "Shop tile impressions logging", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable shop tile impression logging", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_stealth_remediation", | |
"label": "A new user remediation tool", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable the new user remediation tool", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_tile_resolution_gating", | |
"label": "Tile Resolution Gating", | |
"defaultConfig": { | |
"enabledSingle": false | |
}, | |
"commonTriggerPoint": null, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Tile size based wants enabled only for 1:1 videos", | |
"config": { | |
"enabledSingle": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_updated_fetch_subscription_plans_for_sku_error", | |
"label": "Updated Fetch Subscription Plans For SKU Error", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enable updated error throwing", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_user_profile_panel_recent_activity", | |
"label": "User Profile Panel Recent Activity", | |
"defaultConfig": { | |
"recentActivityEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Recent activity in user profile panels enabled", | |
"config": { | |
"recentActivityEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_user_profile_panel_recent_activity_status", | |
"label": "User Profile Panel Recent Activity Status", | |
"commonTriggerPoint": null, | |
"defaultConfig": { | |
"recentActivityStatusEnabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Recent activity in user profile panels and status in private channels list enabled", | |
"config": { | |
"recentActivityStatusEnabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_voice_icon_states", | |
"label": "Voice/Video icon states", | |
"defaultConfig": { | |
"mode": "mic-push-to-enable" | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Microphone push to disable.", | |
"config": { | |
"mode": "mic-push-to-disable" | |
} | |
}, | |
{ | |
"id": 2, | |
"label": "Microphone push to disable w/ red.", | |
"config": { | |
"mode": "mic-push-to-disable-red" | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-10_weighted_sample_activity_shelf", | |
"label": "Weighted Sample Activity Shelf", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Perform weighted sampling of top N activities in shelf and disable frecency sorting in shelf", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-11_hypesquad_removal", | |
"label": "HypeSquad Removal", | |
"defaultConfig": { | |
"hypeSquadRemoved": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "HypeSquad Removed", | |
"config": { | |
"hypeSquadRemoved": true | |
} | |
} | |
] | |
}, | |
{ | |
"kind": "user", | |
"id": "2024-11_premium_q4_moment_marketing", | |
"label": "Premium Q4 Moment Marketing", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"id": "2024-11_seasonal_gifting", | |
"label": "Seasonal Gifting 2024", | |
"kind": "user", | |
"defaultConfig": { | |
"enabled": false | |
}, | |
"treatments": [ | |
{ | |
"id": 1, | |
"label": "Enabled", | |
"config": { | |
"enabled": true | |
} | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment