Last active
November 19, 2025 22:54
-
-
Save MinerPL/bb78085483020185f7a37a7a4dde82cc to your computer and use it in GitHub Desktop.
Discord Experiments List
This file contains hidden or 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": "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-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": [], | |
| "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 | |
| ], | |
| "forceCountryCode": "BE", | |
| "validCountryCodes": [ | |
| "BE" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": 13, | |
| "label": "Regional Payment Method for Austria", | |
| "config": { | |
| "enabledPaymentTypes": [ | |
| null, | |
| null | |
| ], | |
| "forceCountryCode": "AT", | |
| "validCountryCodes": [ | |
| "AT" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": 14, | |
| "label": "Regional Payment Method for Netherlands", | |
| "config": { | |
| "enabledPaymentTypes": [ | |
| null, | |
| null | |
| ], | |
| "forceCountryCode": "NL", | |
| "validCountryCodes": [ | |
| "NL" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": 15, | |
| "label": "Launch Paysafecard", | |
| "config": { | |
| "enabledPaymentTypes": [ | |
| null | |
| ], | |
| "forceCountryCode": "ES", | |
| "validCountryCodes": [ | |
| "ES", | |
| "IT" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": 16, | |
| "label": "Launch Cash App", | |
| "config": { | |
| "enabledPaymentTypes": [ | |
| null | |
| ], | |
| "forceCountryCode": "US", | |
| "validCountryCodes": [ | |
| "US" | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-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": "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": "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": "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-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": "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": "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_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, | |
| "enableScreenshotKeybind": false, | |
| "enableVoiceOnlyClips": false, | |
| "enableAdvancedSignals": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Clips without upsells", | |
| "config": { | |
| "enableClips": true, | |
| "ignorePlatformRestriction": false, | |
| "showClipsHeaderEntrypoint": true, | |
| "enableScreenshotKeybind": false, | |
| "enableVoiceOnlyClips": false, | |
| "enableAdvancedSignals": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Clips with upsells", | |
| "config": { | |
| "enableClips": true, | |
| "ignorePlatformRestriction": false, | |
| "showClipsHeaderEntrypoint": true, | |
| "enableScreenshotKeybind": false, | |
| "enableVoiceOnlyClips": false, | |
| "enableAdvancedSignals": false | |
| } | |
| }, | |
| { | |
| "id": 99, | |
| "label": "Clips 4 da Developerz", | |
| "config": { | |
| "enableClips": true, | |
| "ignorePlatformRestriction": true, | |
| "showClipsHeaderEntrypoint": true, | |
| "enableScreenshotKeybind": true, | |
| "enableVoiceOnlyClips": true, | |
| "enableAdvancedSignals": 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": "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": "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_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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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": "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_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-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 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_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_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-07_announcement_views", | |
| "label": "Announcement Views", | |
| "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": "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_secure_frames_encryption", | |
| "label": "Allowing testing DAVE protocol for voice/video", | |
| "defaultConfig": { | |
| "protocolVersionFloor": 1, | |
| "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, | |
| "enableScreenshotKeybind": false, | |
| "enableVoiceOnlyClips": false, | |
| "enableAdvancedSignals": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Clips Nitro EA Upsells Visible", | |
| "config": { | |
| "enableClips": false, | |
| "enablePremiumEarlyAccessAnnouncementCoachmark": true, | |
| "enablePremiumEarlyAccessGoLiveRoadblock": true, | |
| "enableScreenshotKeybind": false, | |
| "enableVoiceOnlyClips": false, | |
| "enableAdvancedSignals": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Clips Enabled (Nitro)", | |
| "config": { | |
| "enableClips": true, | |
| "enablePremiumEarlyAccessAnnouncementCoachmark": true, | |
| "enablePremiumEarlyAccessGoLiveRoadblock": false, | |
| "enableScreenshotKeybind": false, | |
| "enableVoiceOnlyClips": false, | |
| "enableAdvancedSignals": 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": "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_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-10_call_banner_bg", | |
| "label": "Call Banner Background Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2023-10_guildaa", | |
| "label": "Trigger Debugging Guild AA Experiment", | |
| "defaultConfig": { | |
| "inUse": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "On", | |
| "config": { | |
| "inUse": 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_triggerdebuggingaa", | |
| "label": "Trigger Debugging User AA Experiment", | |
| "defaultConfig": { | |
| "inUse": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "On", | |
| "config": { | |
| "inUse": 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_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_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": "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_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_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_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": "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_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_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_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": "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": true, | |
| "impressionCappingEnabled": true | |
| }, | |
| "treatments": [ | |
| { | |
| "id": -1, | |
| "label": "Not in experiment", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 0, | |
| "label": "Holdout", | |
| "config": { | |
| "enabled": 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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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": "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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_keyword_filter_experiment", | |
| "label": "Replace registered keywords with asterisks", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Keyword Filter", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2024-04_quest_preview_tool", | |
| "kind": "user", | |
| "label": "Quest Preview Tool", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "v2Enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Preview tool enabled", | |
| "config": { | |
| "enabled": true, | |
| "v2Enabled": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Preview tool 2 enabled", | |
| "config": { | |
| "enabled": true, | |
| "v2Enabled": 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-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_content_entry_embed", | |
| "label": "Content Inventory Embed", | |
| "defaultConfig": { | |
| "enabled": true | |
| }, | |
| "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_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_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_outbound_promo_desktop_upsell", | |
| "label": "Upsell Outbound Promos", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable upsells for outbound promos w/ Nagbar variant 1 - gift inventory cta", | |
| "config": { | |
| "enabled": 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_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_icymi", | |
| "label": "In-case-you-missed-it tab", | |
| "commonTriggerPoint": null, | |
| "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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_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_new_gateway_dispatcher", | |
| "label": "New Gateway Dispatcher", | |
| "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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_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-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_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_friends_in_server", | |
| "label": "Friends in Server", | |
| "defaultConfig": { | |
| "guildFriendsEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "guildFriendsEnabled": 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_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-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_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_flamingo", | |
| "label": "Flamingo", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "isTester": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled - Treatment 1", | |
| "config": { | |
| "enabled": true, | |
| "isTester": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enabled - Treatment 2", | |
| "config": { | |
| "enabled": true, | |
| "isTester": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Enabled - Treatment 3", | |
| "config": { | |
| "enabled": true, | |
| "isTester": false | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Enabled - Tester", | |
| "config": { | |
| "enabled": true, | |
| "isTester": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-10_golive_simulcast", | |
| "label": "GoLive Simulcast", | |
| "defaultConfig": { | |
| "simulcastEnabled": false, | |
| "lqStreamBitrate": 0 | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Simulcast", | |
| "config": { | |
| "simulcastEnabled": true, | |
| "lqStreamBitrate": 1500000 | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Simulcast, no pacer for LQ", | |
| "config": { | |
| "simulcastEnabled": true, | |
| "lqStreamBitrate": 1500000, | |
| "workerExperimentString": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/worker-lq-no-pacer" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-10_overlay_v3", | |
| "label": "Overlay V3 Shared Context OOP", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "overlayV3tech": false, | |
| "overlayV3UI": false, | |
| "allowActivityWidget": false, | |
| "allowNowPlaying": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Use Overlay V3, All features included.", | |
| "config": { | |
| "overlayV3tech": true, | |
| "overlayV3UI": true, | |
| "allowActivityWidget": true, | |
| "allowNowPlaying": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Use Overlay V3, Minus \"Now Playing\" Notif.", | |
| "config": { | |
| "overlayV3tech": true, | |
| "overlayV3UI": true, | |
| "allowActivityWidget": true, | |
| "allowNowPlaying": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Use Overlay V3 minus any activity", | |
| "config": { | |
| "overlayV3tech": true, | |
| "overlayV3UI": true, | |
| "allowActivityWidget": false, | |
| "allowNowPlaying": false | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Use Overlay V3 tech with Overlay 2 UI", | |
| "config": { | |
| "overlayV3tech": true, | |
| "overlayV3UI": false, | |
| "allowActivityWidget": false, | |
| "allowNowPlaying": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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": true, | |
| "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_system_date_formatter", | |
| "label": "Use system APIs for date formatting", | |
| "defaultConfig": { | |
| "enableSystemFormatter": false, | |
| "enable24HourPref": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable system formatter", | |
| "config": { | |
| "enableSystemFormatter": true, | |
| "enable24HourPref": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enable pref for 24-hour time format", | |
| "config": { | |
| "enableSystemFormatter": true, | |
| "enable24HourPref": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-11_scheduled_messages", | |
| "label": "Scheduled Messages", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables sending and displaying scheduled messages", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2024-11_soundmoji_rendering", | |
| "label": "Render soundmojis", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2024-11_soundmoji_sending", | |
| "label": "Send soundmojis", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "showSoundmojiInEmojiPicker": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled w/o emoji section", | |
| "config": { | |
| "enabled": true, | |
| "showSoundmojiInEmojiPicker": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enabled w/ emoji section", | |
| "config": { | |
| "enabled": true, | |
| "showSoundmojiInEmojiPicker": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-11_third_party_access_settings_redesign", | |
| "label": "Third Party Access User Settings Redesign", | |
| "defaultConfig": { | |
| "showRedesign": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "show updated settings UI", | |
| "config": { | |
| "showRedesign": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-12_app_dm_report_button", | |
| "label": "App DMs Report Button Experiment", | |
| "defaultConfig": { | |
| "enabledDesktop": false, | |
| "enabledMobile": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the report button in App DMs on desktop", | |
| "config": { | |
| "enabledDesktop": true, | |
| "enabledMobile": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enables the report button in App DMs on desktop and mobile", | |
| "config": { | |
| "enabledDesktop": true, | |
| "enabledMobile": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-12_confetti_potion", | |
| "label": "Confetti Potion Experiment", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "canPurchase": false, | |
| "canSeeConfetti": false, | |
| "canSeeEducation": false, | |
| "canSeeUpsells": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Viewer Treatment", | |
| "config": { | |
| "canPurchase": false, | |
| "canSeeConfetti": true, | |
| "canSeeEducation": true, | |
| "canSeeUpsells": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Purchaser Treatment", | |
| "config": { | |
| "canPurchase": true, | |
| "canSeeConfetti": true, | |
| "canSeeEducation": true, | |
| "canSeeUpsells": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2024-12_guild_voice_channel_ringing", | |
| "label": "Guild Voice Ringing", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Allow users to ring each other in Guild Voice Channels", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-12_participants_panel", | |
| "label": "Participants Panel", | |
| "defaultConfig": { | |
| "hasParticipantsPanel": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Participants panel in VC and GDM", | |
| "config": { | |
| "hasParticipantsPanel": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-12_save_voice_message_menu_item", | |
| "label": "Save voice message menu item on web", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Save voice message menu item active", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-12_shop_link_mention", | |
| "label": "Collectibles Shop Link Mention Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Render shop link as mention", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ], | |
| "commonTriggerPoint": null | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2024-12_user_profile_modal_recent_activity", | |
| "label": "User Profile Modal Recent Activity", | |
| "defaultConfig": { | |
| "recentActivityTabEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Recent Activity Tab Enabled", | |
| "config": { | |
| "recentActivityTabEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_allow_nonstaff_to_preview_app_collections", | |
| "label": "Allow Non-Staff to Preview App Collections", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "In App Launcher in Text, enable seeing only \"NON_STAFF_PREVIEW\" app collections", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_avholdout", | |
| "label": "AV Holdout - H1 2025", | |
| "defaultConfig": { | |
| "isInHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the holdout experiment", | |
| "config": { | |
| "isInHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_default_activity_status", | |
| "label": "Guild activity status defaults", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable new defaults", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_default_activity_status_new_users", | |
| "label": "Guild activity status defaults", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable new defaults", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_go_live_modal_refresh", | |
| "label": "Go Live Modal Refresh", | |
| "defaultConfig": { | |
| "showRefreshedGoLiveModal": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show refreshed go live modal", | |
| "config": { | |
| "showRefreshedGoLiveModal": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_inappropriate_conversations_new_defaults", | |
| "label": "Inappropriate Conversation Warning Default On", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Inappropriate Conversation Warnings On", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_recent_avatars", | |
| "label": "Recent Avatars", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Allow users to select from recently uploaded avatars", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Allow users to select from recently uploaded avatars. These users have always had access to the higher limit regardless of subscription status.", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-01_virtual_currency_rollout", | |
| "label": "Virtual Currency Rollout", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Virtual Currency features", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_app_dm_opt_out_settings", | |
| "label": "App DM Opt Out Settings", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable user to opt out of DMs from apps", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-02_quests_hls_video", | |
| "kind": "user", | |
| "label": "Quests Hls Video", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "disabled", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_reverse_trial_perk_access_kill_switch", | |
| "label": "Reverse Trial Perk Access Kill Switch", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Prevent perk access for users with reverse trials", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_settings_search_in_quick_switcher", | |
| "label": "Settings in Quick Switcher", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Enable Settings search in Quick Switcher", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_shop_paired_deco_upsell", | |
| "label": "Shop Paired Deco Upsell Experiment", | |
| "defaultConfig": { | |
| "showPairedDecoUpsell": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show paired deco upsell", | |
| "config": { | |
| "showPairedDecoUpsell": true | |
| } | |
| } | |
| ], | |
| "commonTriggerPoint": null | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_first_bucket_allocation", | |
| "label": "Test First Bucket Allocation Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_large_bucket_second", | |
| "label": "Test Large Bucket Second Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_large_bucket_third", | |
| "label": "Test Large Bucket Third Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_third_bucket_allocation", | |
| "label": "Test Third Bucket Allocation Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter", | |
| "label": "Test User Auth Apply Filter", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_anniversaries", | |
| "label": "Test User Auth Apply Filter Anniversaries", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_badges", | |
| "label": "Test User Auth Apply Filter Badges", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_install", | |
| "label": "Test User Auth Apply Filter Install", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_marketing", | |
| "label": "Test User Auth Apply Filter Marketing", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_overlay", | |
| "label": "Test User Auth Apply Filter Overlay", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_soundmoji", | |
| "label": "Test User Auth Apply Filter Soundmoji", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_apply_filter_viewer", | |
| "label": "Test User Auth Apply Filter Viewer", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter", | |
| "label": "Test User Auth Filter", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_anniversaries", | |
| "label": "Test User Auth Filter Anniversaries", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_badges", | |
| "label": "Test User Auth Filter Badges", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_install", | |
| "label": "Test User Auth Filter Install", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_marketing", | |
| "label": "Test User Auth Filter Marketing", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_overlay", | |
| "label": "Test User Auth Filter Overlay", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_soundmoji", | |
| "label": "Test User Auth Filter Soundmoji", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_test_user_auth_filter_viewer", | |
| "label": "Test User Auth Filter Viewer", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_voice_activity_status", | |
| "label": "Voice Activity Status", | |
| "defaultConfig": { | |
| "voiceActivityStatusEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Voice Activity Status Enabled", | |
| "config": { | |
| "voiceActivityStatusEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-02_voice_activity_status_mobile", | |
| "label": "Voice Activity Status (Mobile)", | |
| "defaultConfig": { | |
| "voiceActivityStatusEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Voice Activity Status Enabled", | |
| "config": { | |
| "voiceActivityStatusEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_activity_controller_icon", | |
| "commonTriggerPoint": null, | |
| "label": "Activities Icon - Desktop", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Change all activities icon to controller", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_activity_status_descriptive_text", | |
| "label": "Activity Status Descriptive Text", | |
| "defaultConfig": { | |
| "descriptiveTextEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Descriptive text enabled", | |
| "config": { | |
| "descriptiveTextEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_afk_timeout_default_experiment", | |
| "label": "Afk timeout defaults", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "defaultTimeout": 600 | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Set afk_timer default to 1 min", | |
| "config": { | |
| "enabled": true, | |
| "defaultTimeout": 60 | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Set afk_timer default to 2 min", | |
| "config": { | |
| "enabled": true, | |
| "defaultTimeout": 120 | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Set afk_timer default to 1 min (to test with holdout)", | |
| "config": { | |
| "enabled": true, | |
| "defaultTimeout": 60 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_app_dm_no_push", | |
| "label": "Activity DM No Push", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Disables push notifications for activities, enables opt-in switch", | |
| "config": { | |
| "enabled": true, | |
| "defaultOnMobile": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Same as treatment 1, but defaults to on on mobile", | |
| "config": { | |
| "enabled": true, | |
| "defaultOnMobile": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_custom_status_prompts", | |
| "label": "Custom Status Prompts Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable custom status prompts", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_desktop_communication_notifications", | |
| "label": "Desktop Communication Notifications", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "includeImages": false, | |
| "includeStickers": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable communication notifications", | |
| "config": { | |
| "enabled": true, | |
| "includeImages": false, | |
| "includeStickers": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Also embed (SFW) images in notification content", | |
| "config": { | |
| "enabled": true, | |
| "includeImages": true, | |
| "includeStickers": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Also embed stickers in notification content", | |
| "config": { | |
| "enabled": true, | |
| "includeImages": true, | |
| "includeStickers": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_fast_travel", | |
| "label": "Fast Travel", | |
| "defaultConfig": { | |
| "backForwardButtons": false, | |
| "titlebarFastTravel": false, | |
| "quickSwitcherInsteadOfTitle": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Back/Forward Buttons only", | |
| "config": { | |
| "backForwardButtons": true, | |
| "titlebarFastTravel": false, | |
| "quickSwitcherInsteadOfTitle": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "back/forward buttons and quick switcher on title", | |
| "config": { | |
| "backForwardButtons": true, | |
| "titlebarFastTravel": true, | |
| "quickSwitcherInsteadOfTitle": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "back/forward buttons and quick switcher INSTEAD of title", | |
| "config": { | |
| "backForwardButtons": true, | |
| "titlebarFastTravel": true, | |
| "quickSwitcherInsteadOfTitle": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_friends_popout", | |
| "label": "Friends Popout", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enableTopNavButton": false, | |
| "enableOverlayWidget": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "All Enabled", | |
| "config": { | |
| "enableTopNavButton": true, | |
| "enableOverlayWidget": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Top Nav Only", | |
| "config": { | |
| "enableTopNavButton": true, | |
| "enableOverlayWidget": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_message_attachment_uploads_checksum", | |
| "label": "Validate checksum of message attachment uploads", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "enforced": false, | |
| "largerChunks": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Control 2", | |
| "config": { | |
| "enabled": false, | |
| "enforced": false, | |
| "largerChunks": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Validate without enforcement", | |
| "config": { | |
| "enabled": true, | |
| "enforced": false, | |
| "largerChunks": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Validate without enforcement (larger chunks)", | |
| "config": { | |
| "enabled": true, | |
| "enforced": false, | |
| "largerChunks": true | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Validate with enforcement", | |
| "config": { | |
| "enabled": true, | |
| "enforced": true, | |
| "largerChunks": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_obscured_message_loaded_analytics", | |
| "label": "Obscured message loaded analytics", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the experiment", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_quests_premium_rewards_holdout", | |
| "label": "Quest Premium Rewards Holdout", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Quest Premium Rewards", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_slayer_notif_supression_killswitch", | |
| "label": "Disable suppressing notifications with slayer game active", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Disable suppressing", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_test_badges_existing_users", | |
| "label": "Test Badges Existing Users Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_test_badges_new_users", | |
| "label": "Test Badges New Users Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_test_tile_existing_users", | |
| "label": "Test Tile Existing Users Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_test_tile_new_users", | |
| "label": "Test Tile New Users Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Variation with first treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Variation with second treatment enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_toggle_camera_keybind", | |
| "label": "Toggle Camera Keybind", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Keybind is enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-03_user_profile_voice_activity_card_status", | |
| "label": "User Profile Voice Activity Card Status Experiment", | |
| "defaultConfig": { | |
| "channelStatusEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Channel status enabled", | |
| "config": { | |
| "channelStatusEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_culture_creation_holdout", | |
| "label": "Culture Creation Holdout", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "inHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "In Holdout", | |
| "config": { | |
| "inHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_custom_status_clear_after_times", | |
| "label": "Custom Status Clear After Times Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable custom status clear after times", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_desktop_notification_center", | |
| "label": "New Notification Center (Desktop)", | |
| "defaultConfig": { | |
| "notificationCenterVariant": null, | |
| "entrypoint": null, | |
| "filterStyle": null | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Server Rail Entrypoint + Legacy Inbox", | |
| "config": { | |
| "notificationCenterVariant": "legacy", | |
| "entrypoint": "server-rail-top", | |
| "filterStyle": null | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Title Bar Entrypoint + Popout", | |
| "config": { | |
| "notificationCenterVariant": "popout", | |
| "entrypoint": "title-bar-left", | |
| "filterStyle": "dropdown" | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Server Rail Entrypoint + Sidebar", | |
| "config": { | |
| "notificationCenterVariant": "sidebar", | |
| "entrypoint": "server-rail-top", | |
| "filterStyle": "dropdown" | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Server Rail Entrypoint + Popout", | |
| "config": { | |
| "notificationCenterVariant": "popout", | |
| "entrypoint": "server-rail-top", | |
| "filterStyle": "dropdown" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_desktop_refresh_fast_follows", | |
| "label": "Desktop Refresh Fast Follows", | |
| "defaultConfig": { | |
| "largerGuildIcons": false, | |
| "darkerGuildListBackground": false, | |
| "distinctBorders": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Larger Guild Icons", | |
| "config": { | |
| "largerGuildIcons": true, | |
| "darkerGuildListBackground": false, | |
| "distinctBorders": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Darker Guild List Background", | |
| "config": { | |
| "largerGuildIcons": false, | |
| "darkerGuildListBackground": true, | |
| "distinctBorders": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Larger Guild Icons and Darker Guild List Background", | |
| "config": { | |
| "largerGuildIcons": true, | |
| "darkerGuildListBackground": true, | |
| "distinctBorders": false | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "More Distinct Chassis Borders", | |
| "config": { | |
| "largerGuildIcons": false, | |
| "darkerGuildListBackground": false, | |
| "distinctBorders": true | |
| } | |
| }, | |
| { | |
| "id": 5, | |
| "label": "Larger Guild Icons and More Distinct Chassis Borders", | |
| "config": { | |
| "largerGuildIcons": true, | |
| "darkerGuildListBackground": false, | |
| "distinctBorders": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-04_fetch_quests_on_postconnectionopen", | |
| "kind": "user", | |
| "label": "Fetch Quests ON_POST_CONNECTION_OPEN", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Fetch quests during ON_POST_CONNECTION_OPEN", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_guild_profile_to_game_profile", | |
| "label": "Enables opening game profile from guild profile", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "On", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_hotwheels_holdout_the_sequel", | |
| "label": "Tracking a holdout hashed to member list experiment for data readouts", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": {}, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Holdout", | |
| "config": {} | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Shadow Treatment", | |
| "config": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_ignore_user_feedback", | |
| "label": "Ignore User Feedback Experiment", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "shouldGetShorterIgnoreDuration": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Ignore User Feedback Survey", | |
| "config": { | |
| "enabled": true, | |
| "shouldGetShorterIgnoreDuration": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enable Ignore User Feedback Survey w/ shorter duration for testing", | |
| "config": { | |
| "enabled": true, | |
| "shouldGetShorterIgnoreDuration": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-04_native_markdown", | |
| "kind": "user", | |
| "label": "Native Markdown", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Disabled", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_network_aware_sockets", | |
| "label": "Network aware sockets", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-04_quest_block_on_enrollment", | |
| "kind": "user", | |
| "label": "Video Quest Block On Enrollment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-04_report_to_mod", | |
| "label": "Report to moderator", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "report to moderator triggering", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_stacked_activity_cards", | |
| "label": "User Profile Stacked Activity Cards", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable stacked activity cards on user profile", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-04_user_profile_performance_analytics", | |
| "label": "User Profile Performance Analytics Experiment", | |
| "defaultConfig": { | |
| "performanceAnalyticsEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Performance analytics enabled", | |
| "config": { | |
| "performanceAnalyticsEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-05_client_theme_color_picker", | |
| "kind": "user", | |
| "label": "Client Theme Color Picker", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "v2EditorEnabled": false, | |
| "mobileRenderingEnabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables setting client theme color picker", | |
| "config": { | |
| "enabled": true, | |
| "v2EditorEnabled": false, | |
| "mobileRenderingEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enables the V2 custom theme editor and mobile rendering", | |
| "config": { | |
| "enabled": true, | |
| "v2EditorEnabled": true, | |
| "mobileRenderingEnabled": true | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Same as 2 but for people who were previously in treatment 1", | |
| "config": { | |
| "enabled": true, | |
| "v2EditorEnabled": true, | |
| "mobileRenderingEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_feedback_survey_eligibility_override", | |
| "label": "Feedback survey eligibility override", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Override feedback eligibility: always show surveys", | |
| "config": { | |
| "overrideEligibility": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_flamingo_intro_nux", | |
| "label": "Flamingo Intro NUX", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled - Show Intro NUX", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_flamingo_prefetch", | |
| "label": "Flamingo Prefetch (Download Experiments)", | |
| "defaultConfig": { | |
| "isPrefetchEnabled": false, | |
| "isDownloadIconEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Prefetch (Download on Popout)", | |
| "config": { | |
| "isPrefetchEnabled": true, | |
| "isDownloadIconEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Download Icon", | |
| "config": { | |
| "isPrefetchEnabled": false, | |
| "isDownloadIconEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_icymi_new_conversation_summaries", | |
| "label": "New conversation summary in ICYMI", | |
| "defaultConfig": { | |
| "contentGenerationEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "New conversation summary types in ICYMI", | |
| "config": { | |
| "contentGenerationEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_priority_vad", | |
| "label": "Priority PTT keybind in VAD mode", | |
| "defaultConfig": { | |
| "onPTTKeybind": false, | |
| "separateKeybind": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Priority PTT keybind affects VAD as well", | |
| "config": { | |
| "onPTTKeybind": true, | |
| "separateKeybind": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Separate keybind for priority VAD", | |
| "config": { | |
| "onPTTKeybind": false, | |
| "separateKeybind": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_push_to_talk_latching", | |
| "label": "Push to Talk Latching", | |
| "defaultConfig": { | |
| "enableLatching": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable latching feature", | |
| "config": { | |
| "enableLatching": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_reverse_trial_promotion", | |
| "label": "Reverse Trials", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Users receives reverse trial + 1 week follow-up offer", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-05_safety_flows", | |
| "label": "Safety Flows", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_search_results_feedback", | |
| "label": "Search Results Feedback", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "force": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Eligible to see search results feedback", | |
| "config": { | |
| "enabled": true, | |
| "force": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Force user to always see search results feedback", | |
| "config": { | |
| "enabled": true, | |
| "force": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-05_summer_2025_gifting", | |
| "label": "Summer 2025 Gifting", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enableGiftingFlow": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show Summer 2025 Gifting Flow", | |
| "config": { | |
| "enableGiftingFlow": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-05_virtual_currency_onboarding_experience", | |
| "label": "Virtual Currency Onboarding Experience", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Virtual Currency onboarding experience", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_audio_bitrate_adaptation", | |
| "label": "Audio Bitrate Adaptation", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable audio bitrate adaptation", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_bogo_mobile_promotion_gate", | |
| "label": "BOGO Mobile Promotion Manager", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable BOGO Mobile Promotion Manager", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_client_heartbeat_skipped", | |
| "label": "Client Heartbeat Skipped Tracking", | |
| "defaultConfig": { | |
| "logHeartbeatSkipped": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Logging enabled", | |
| "config": { | |
| "logHeartbeatSkipped": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_collectibles_browse", | |
| "label": "Collectibles Browse Experiment", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "filterEnabled": false, | |
| "searchEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable collectibles browse", | |
| "config": { | |
| "filterEnabled": true, | |
| "searchEnabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enable collectibles browse with only filter", | |
| "config": { | |
| "filterEnabled": true, | |
| "searchEnabled": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_contextless_frames", | |
| "label": "Contextless Frames", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Contextless Frames", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_dave_for_browser", | |
| "label": "Allowing testing DAVE protocol for browser", | |
| "defaultConfig": { | |
| "loadWasmModule": false, | |
| "useWasmModule": false, | |
| "preload": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Load only", | |
| "config": { | |
| "loadWasmModule": true, | |
| "useWasmModule": false, | |
| "preload": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enable", | |
| "config": { | |
| "loadWasmModule": true, | |
| "useWasmModule": true, | |
| "preload": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Preload", | |
| "config": { | |
| "loadWasmModule": true, | |
| "useWasmModule": true, | |
| "preload": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_desktop_notifications_view_tracking", | |
| "label": "Track when a desktop notification is viewed", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Track Notification View", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-06_game_mentions", | |
| "label": "Game Mentions - Guild", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Game Mentions", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_game_mentions_user", | |
| "label": "Game Mentions - User", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Game Mentions", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_game_presence_negative_test", | |
| "label": "Game Presence Negative Test", | |
| "defaultConfig": { | |
| "filterGamePresence": false, | |
| "filterRichPresence": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control", | |
| "config": { | |
| "filterGamePresence": false, | |
| "filterRichPresence": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "No Gaming Presence (Rich or Game Detection)", | |
| "config": { | |
| "filterGamePresence": true, | |
| "filterRichPresence": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Game Presence but NO Rich Presence", | |
| "config": { | |
| "filterGamePresence": false, | |
| "filterRichPresence": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_gateway_connect_skipped", | |
| "label": "Gateway Connect Skipped Logging", | |
| "defaultConfig": { | |
| "logSkipped": false, | |
| "logPostSkipped": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Fully Enabled", | |
| "config": { | |
| "logSkipped": true, | |
| "logPostSkipped": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Don't log post-skipped", | |
| "config": { | |
| "logSkipped": true, | |
| "logPostSkipped": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_google_play_price_change_notice_ks", | |
| "commonTriggerPoint": null, | |
| "label": "Google Play Price Change Notice Killswitch", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Force disable Google Play price change notice DC", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_guild_sidebar_voice_stage_in_suggested", | |
| "label": "voice and stage channels appear in suggested if user mentioned in them", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "voice and stage channels are shown in suggested", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_krisp_stats_collection", | |
| "label": "Krisp Stats Collection Experiment", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Krisp Stats Collection", | |
| "config": null | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_native_intents", | |
| "label": "Native Intents", | |
| "defaultConfig": { | |
| "searchEnabled": false, | |
| "clearEnabled": false, | |
| "activityEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "All enabled", | |
| "config": { | |
| "searchEnabled": true, | |
| "clearEnabled": true, | |
| "activityEnabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Clear Only", | |
| "config": { | |
| "searchEnabled": false, | |
| "clearEnabled": true, | |
| "activityEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Activities Only", | |
| "config": { | |
| "searchEnabled": false, | |
| "clearEnabled": false, | |
| "activityEnabled": true | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Activities and Clear", | |
| "config": { | |
| "searchEnabled": false, | |
| "clearEnabled": true, | |
| "activityEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-06_new_emoji_who_dis", | |
| "label": "New Emoji Who Dis", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show emoji added messages in system channel", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_not_staff_dm_warning_opt_out", | |
| "label": "Not-Staff DM Warning", | |
| "defaultConfig": { | |
| "enabled": true | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Show \"NOT-STAFF\" warning badge in DMs", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Opt-out: Hide \"NOT-STAFF\" warning badge in DMs", | |
| "config": { | |
| "enabled": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_overlay_raf_manager", | |
| "label": "Overlay RAF Manager", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable RAF Manager", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_overlay_render_timeout", | |
| "label": "Overlay Render Timeout", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "shortTimeout": 8000, | |
| "longTimeout": 12000 | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Shortest Timeouts (2s, 3s)", | |
| "config": { | |
| "shortTimeout": 2000, | |
| "longTimeout": 3000 | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Medium Timeouts (4s, 6s)", | |
| "config": { | |
| "shortTimeout": 4000, | |
| "longTimeout": 6000 | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Longer Timeouts (16s, 24s)", | |
| "config": { | |
| "shortTimeout": 16000, | |
| "longTimeout": 24000 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-06_quest_bar_skip_wait_for_subscriptions", | |
| "kind": "user", | |
| "label": "Quests: Skip waiting for subscriptions", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Skip waiting for subscriptions", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_search_desktop_xdm_experiment", | |
| "label": "Search Desktop XDM Experiment", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control group for xDM search on desktop", | |
| "config": { | |
| "isXDMSearchEnabled": false, | |
| "isGlobalSettingDefaultEnabled": false, | |
| "inExperiment": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Enables xDM search with xDM setting as default on", | |
| "config": { | |
| "isXDMSearchEnabled": true, | |
| "isGlobalSettingDefaultEnabled": true, | |
| "inExperiment": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enables xDM search with xDM setting as default off", | |
| "config": { | |
| "isXDMSearchEnabled": true, | |
| "isGlobalSettingDefaultEnabled": false, | |
| "inExperiment": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_search_improvements_holdout", | |
| "label": "Search Improvements Holdout", | |
| "defaultConfig": { | |
| "isInHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables holdout group", | |
| "config": { | |
| "isInHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_settings_defaults_aggregate", | |
| "label": "Settings Defaults Aggregate", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Aggregate Settings Default", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-06_thread_search_partial_name_match", | |
| "label": "Partial search term matching for thread titles", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Partial search term matching for thread titles", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-06_turtle", | |
| "kind": "user", | |
| "label": "Turtle", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "not_in_treatment", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "in_treatment", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "in_treatment", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-06_vanity_url_perk", | |
| "label": "Vanity URL Standalone Perk", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "rollbackEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable ability to purchase Vanity URL Standalone Perk", | |
| "config": { | |
| "enabled": true, | |
| "rollbackEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Rollback UI for Vanity URL Standalone Perk", | |
| "config": { | |
| "enabled": true, | |
| "rollbackEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-06_voice_filters_ea", | |
| "label": "Voice Filters EA", | |
| "defaultConfig": { | |
| "enabled": null | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "User don't see voice filters EA", | |
| "config": { | |
| "enabled": null | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "User sees voice filters EA", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_access_holdout_h2", | |
| "label": "Access Holdout H2", | |
| "defaultConfig": { | |
| "inHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "In Holdout", | |
| "config": { | |
| "inHoldout": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Treatment for comparison to holdout", | |
| "config": { | |
| "inHoldout": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_age_verification_feedback", | |
| "label": "Age Verification Feedback Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Age Verification Feedback Survey", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_animated_faces", | |
| "label": "AV survey animated faces", | |
| "defaultConfig": { | |
| "surveyEmojiKind": "face" | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show animated faces in AV survey", | |
| "config": { | |
| "surveyEmojiKind": "animated-face" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_announcement_composer", | |
| "label": "announcement composer", | |
| "defaultConfig": { | |
| "announcementComposer": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "show announcement composer", | |
| "config": { | |
| "announcementComposer": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-07_apex_cluster_randomization_aa", | |
| "kind": "user", | |
| "label": "Apex Cluster Randomization AA", | |
| "defaultConfig": { | |
| "isEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "AA test enabled. Noop on UI effect.", | |
| "config": { | |
| "isEnabled": true | |
| } | |
| } | |
| ], | |
| "commonTriggerPoint": null | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_async_audio_device_mobile", | |
| "label": "Mobile Asynchronous Audio Device Manager Controls", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Mobile Asynchronous Audio Device Manager Controls", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_avholdout", | |
| "label": "AV Holdout - H2 2025", | |
| "defaultConfig": { | |
| "isInHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the holdout experiment", | |
| "config": { | |
| "isInHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_calculated_yearly_discount_percentage", | |
| "label": "Calculated Yearly Discount Percentage Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Use existing yearly discount percentage", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Use calculated yearly discount percentage", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_camera_toggle_sound", | |
| "label": "Camera Toggle Sound", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "inExperiment": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Sound does not play when camera is toggled", | |
| "config": { | |
| "enabled": false, | |
| "inExperiment": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Sound plays when camera is toggled", | |
| "config": { | |
| "enabled": true, | |
| "inExperiment": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_cuda_cache_management", | |
| "label": "CUDA cache management", | |
| "defaultConfig": { | |
| "prewarm": false, | |
| "clear": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Prewarm + Clear", | |
| "config": { | |
| "prewarm": true, | |
| "clear": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Prewarm only", | |
| "config": { | |
| "prewarm": true, | |
| "clear": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Clear only", | |
| "config": { | |
| "prewarm": false, | |
| "clear": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_desktop_high_contrast_mode", | |
| "label": "Desktop High Contrast Mode", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-07_display_name_styles_setter", | |
| "kind": "user", | |
| "label": "Display Name Styles Setter", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the UI for setting display name styles.", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-07_display_name_styles_viewer", | |
| "kind": "user", | |
| "label": "Display Name Styles Viewer", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "includeNonProfile": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables viewing display name styles on all surfaces.", | |
| "config": { | |
| "enabled": true, | |
| "includeNonProfile": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enables viewing display name styles on profile surfaces only.", | |
| "config": { | |
| "enabled": true, | |
| "includeNonProfile": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Same as T1, but these users will not have the setter XP enabled.", | |
| "config": { | |
| "enabled": true, | |
| "includeNonProfile": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_emoji_studio_mobile", | |
| "label": "Emoji Studio (Mobile)", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_experiences_holdout_h2", | |
| "label": "Experiences Holdout H2", | |
| "defaultConfig": { | |
| "inHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "In Holdout", | |
| "config": { | |
| "inHoldout": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Treatment for comparison to holdout", | |
| "config": { | |
| "inHoldout": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_family_center_v2", | |
| "label": "Family Center V2", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_growth_holdout_h2", | |
| "label": "Growth Holdout H2", | |
| "defaultConfig": { | |
| "inHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "In Holdout", | |
| "config": { | |
| "inHoldout": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Treatment for comparison to holdout", | |
| "config": { | |
| "inHoldout": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-07_hang_status", | |
| "label": "Hang Statuses", | |
| "defaultConfig": { | |
| "enableHangStatus": false, | |
| "setDefaultStatus": false, | |
| "showEmptyChannelTopic": true, | |
| "allowPermanentClear": false, | |
| "defaultStatusVariant": "twemoji" | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Hang Status with illocons - chilling default", | |
| "config": { | |
| "enableHangStatus": true, | |
| "setDefaultStatus": true, | |
| "showEmptyChannelTopic": false, | |
| "allowPermanentClear": false, | |
| "defaultStatusVariant": "illocons" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enable Hang Status with Twemoji - chilling default", | |
| "config": { | |
| "enableHangStatus": true, | |
| "setDefaultStatus": true, | |
| "showEmptyChannelTopic": false, | |
| "allowPermanentClear": false, | |
| "defaultStatusVariant": "twemoji" | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Enable Hang Status with Twemoji - neutral default", | |
| "config": { | |
| "enableHangStatus": true, | |
| "setDefaultStatus": true, | |
| "showEmptyChannelTopic": false, | |
| "allowPermanentClear": false, | |
| "defaultStatusVariant": "twemojimild" | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Enable Hang Status with Twemoji - neutral default, allow clearing statuses", | |
| "config": { | |
| "enableHangStatus": true, | |
| "setDefaultStatus": true, | |
| "showEmptyChannelTopic": false, | |
| "allowPermanentClear": true, | |
| "defaultStatusVariant": "twemojimild" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_krisp_background_voice_cancellation", | |
| "label": "Krisp Background Voice Cancellation", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Use BVC for allowed devices", | |
| "config": null | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_mana_desktop_text_inputs", | |
| "label": "Mana Desktop Text Inputs", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "New text input styles", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_media_infra_holdout", | |
| "label": "Media Infra Holdout - H2 2025", | |
| "defaultConfig": { | |
| "isInHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the holdout experiment", | |
| "config": { | |
| "isInHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_message_search_thread_filter", | |
| "label": "Message Search Thread Filter", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_mobile_ers_editing", | |
| "commonTriggerPoint": null, | |
| "label": "ERS Mobile Editing", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable mobile editing", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_notifications_platform_holdout_h2", | |
| "label": "NotificationsPlatform Holdout H2", | |
| "defaultConfig": { | |
| "inHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "In Holdout", | |
| "config": { | |
| "inHoldout": true | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Treatment for comparison to holdout", | |
| "config": { | |
| "inHoldout": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-07_order_dual_write_experiment", | |
| "label": "Order dual write experiment", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-07_ostrich", | |
| "label": "Ostrich", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_overlay_default_disable", | |
| "label": "Overlay Default Disable", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Default Disable Behavior", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-07_quest_video_retry_enroll", | |
| "kind": "user", | |
| "label": "Quest video retry enroll experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "disabled", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_right_click_redemption", | |
| "label": "Right Click Redemption", | |
| "defaultConfig": { | |
| "dotsInsteadOfCloseButton": false, | |
| "rearrangeContextMenu": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Replace DM Close Button with Right-Click menu", | |
| "config": { | |
| "dotsInsteadOfCloseButton": true, | |
| "rearrangeContextMenu": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Replace DM Close Button with a focused menu", | |
| "config": { | |
| "dotsInsteadOfCloseButton": true, | |
| "rearrangeContextMenu": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_search_filters_redesign", | |
| "label": "Search Filters Redesign", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control", | |
| "config": { | |
| "isInExperiment": true, | |
| "isEnabled": false, | |
| "isHasFilterElevated": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Top Filters", | |
| "config": { | |
| "isInExperiment": true, | |
| "isEnabled": true, | |
| "isHasFilterElevated": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Top Filters (has: before mentions:)", | |
| "config": { | |
| "isInExperiment": true, | |
| "isEnabled": true, | |
| "isHasFilterElevated": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_stream_survey_taxonomy_refresh", | |
| "label": "Stream survey taxonomy refresh", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show refreshed stream taxonomy", | |
| "config": null | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_user_profile_holdout_h2", | |
| "label": "User Profile Holdout H2 Experiment", | |
| "defaultConfig": { | |
| "isInHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Is in holdout", | |
| "config": { | |
| "isInHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-07_virtual_currency_reheat_experiment", | |
| "label": "Virtual Currency Reheat Experiment", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Virtual Currency reheat experience", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_afk_timeout_immediate", | |
| "label": "AFK timeout immediate option", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Allow afk_timeout value of 0", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_audio_context_menu_refresh", | |
| "label": "Audio context menu refresh experiment", | |
| "defaultConfig": { | |
| "showRefreshedAudioContextMenu": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show refreshed audio context menu", | |
| "config": { | |
| "showRefreshedAudioContextMenu": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_back_forward", | |
| "label": "Back Forward", | |
| "defaultConfig": { | |
| "backForwardButtons": false, | |
| "titlebarHoverHighlight": false, | |
| "titlebarIconSize": "refresh_sm", | |
| "guildTitleIconSize": "xs", | |
| "guildIconSize": "Mini" | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Back/forward buttons - 18px titlebar icons", | |
| "config": { | |
| "backForwardButtons": true, | |
| "titlebarHoverHighlight": true, | |
| "titlebarIconSize": "sm", | |
| "guildTitleIconSize": "sm", | |
| "guildIconSize": "Smol" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Back/forward buttons - 20px titlebar icons", | |
| "config": { | |
| "backForwardButtons": true, | |
| "titlebarHoverHighlight": true, | |
| "titlebarIconSize": "refresh_sm", | |
| "guildTitleIconSize": "refresh_sm", | |
| "guildIconSize": "Mini" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_boost_progress_bar_cta", | |
| "label": "Boost Progress Bar CTA", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_collectibles_categories_v2_endpoint", | |
| "label": "Collectibles V2 Endpoint", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "useV2Endpoint": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Use V2 Endpoint", | |
| "config": { | |
| "useV2Endpoint": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_cpfc_holdout", | |
| "label": "CPFC Holdout", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "inHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "In Holdout", | |
| "config": { | |
| "inHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_create_dm_cta_desktop", | |
| "label": "Create DM CTA (Desktop)", | |
| "defaultConfig": { | |
| "buttonVariant": null | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Side button", | |
| "config": { | |
| "buttonVariant": "side" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Full width button", | |
| "config": { | |
| "buttonVariant": "full-width" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-08_custom_theme_share_receive", | |
| "kind": "user", | |
| "label": "Custom Theme Share Receiver", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables receiving functionality for custom client themes shared by others", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-08_custom_theme_share_send", | |
| "kind": "user", | |
| "label": "Custom Theme Share Send", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables sharing functionality for custom client themes", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-08_custom_themes_nitro_home_tile", | |
| "kind": "user", | |
| "label": "Custom Themes Nitro Home Tile", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show Custom Themes tile on Nitro Home", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_default_invite_expiration_guild", | |
| "label": "Default Invite Expiration Guild", | |
| "defaultConfig": { | |
| "defaultMaxAge": 604800 | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "14 days", | |
| "config": { | |
| "defaultMaxAge": 1209600 | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "30 days", | |
| "config": { | |
| "defaultMaxAge": 2592000 | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "60 days", | |
| "config": { | |
| "defaultMaxAge": 5184000 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_detected_file_size", | |
| "label": "Detected File Size", | |
| "defaultConfig": { | |
| "useDetectedFileSize": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Control - Use File.size directly", | |
| "config": { | |
| "useDetectedFileSize": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Treatment - Use detected file size with fallback", | |
| "config": { | |
| "useDetectedFileSize": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_device_changed_notification", | |
| "label": "Device-changed notification experiment", | |
| "defaultConfig": { | |
| "shouldShowDeviceChangedNotifications": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show device-changed notifications", | |
| "config": { | |
| "shouldShowDeviceChangedNotifications": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_do_not_disturb_reminder", | |
| "label": "Do Not Disturb Reminder", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "titleText": null, | |
| "bodyText": null | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled - Copy 1", | |
| "config": { | |
| "enabled": true, | |
| "titleText": null, | |
| "bodyText": null | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enabled - Copy 2", | |
| "config": { | |
| "enabled": true, | |
| "titleText": null, | |
| "bodyText": null | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Enabled - Copy 3", | |
| "config": { | |
| "enabled": true, | |
| "titleText": null, | |
| "bodyText": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_emoji_studio_entrypoint", | |
| "label": "Emoji Studio Entrypoint", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_emoji_studio_speedrun", | |
| "label": "Emoji Studio V2 Speedrun", | |
| "defaultConfig": { | |
| "isEmojiEditingExperimentEnabled": false, | |
| "isSelectFileBeforeEmojiStudioExperimentEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Emoji Editing", | |
| "config": { | |
| "isEmojiEditingExperimentEnabled": true, | |
| "isSelectFileBeforeEmojiStudioExperimentEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "\"Speedrun\": Select Image File Before Emoji Studio", | |
| "config": { | |
| "isEmojiEditingExperimentEnabled": false, | |
| "isSelectFileBeforeEmojiStudioExperimentEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_enable_rtc_panel_voice_states_by_default", | |
| "label": "Enable RTC panel voice states by default experiment", | |
| "defaultConfig": { | |
| "enableRTCPanelVoiceStatesByDefault": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable RTC panel voice states by default", | |
| "config": { | |
| "enableRTCPanelVoiceStatesByDefault": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_go_live_guild_notification", | |
| "label": "Go live notification guild experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Go live notification on by default", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Go live notification includes game data if available", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_mobile_orbs", | |
| "label": "Virtual Currency Mobile Orbs", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Virtual Currency features", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_move_role_subscriptions_onboarding_from_server_settings_", | |
| "label": "Move Role Subscriptions Onboarding From Server Settings", | |
| "defaultConfig": { | |
| "hideMonetizatonOnboardingInServerSettings": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Only shows onboarding page if first visited from new home", | |
| "config": { | |
| "hideMonetizatonOnboardingInServerSettings": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_portkey_enabled", | |
| "label": "GameServer Enabled", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable GameServer", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_premium_brand_refresh_upsell_roadblocks_experiment", | |
| "label": "Premium Brand Refresh Upsell Roadblocks Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "User sees control premium brand refresh upsell roadblocks", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "User sees premium brand refresh upsell roadblocks", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_referral_program_relaxed_banner_eligibility", | |
| "label": "Referral Program Relaxed Banner Eligibility Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control group. Users need eligible friends to see the referral program banner.", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Treatment Group 1. Users do not need eligible friends to see the referral program banner.", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_request_to_stream", | |
| "label": "Request to Stream", | |
| "defaultConfig": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "VC Status Icons", | |
| "config": null | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Request to Stream without Overlay Notification", | |
| "config": null | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Request to Stream with Overlay Notification", | |
| "config": null | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-08_resumable_attachment_uploads_v2", | |
| "kind": "user", | |
| "label": "Resumable attachment uploads v2", | |
| "defaultConfig": { | |
| "enableNewRetry": false, | |
| "enableResumption": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control", | |
| "config": { | |
| "enableNewRetry": false, | |
| "enableResumption": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "New Retry No Resumption", | |
| "config": { | |
| "enableNewRetry": true, | |
| "enableResumption": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "New Retry With Resumption", | |
| "config": { | |
| "enableNewRetry": true, | |
| "enableResumption": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_roblox_subgames_rollout", | |
| "label": "Roblox subgames fetch rollout", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables fetching roblox subgame application info", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-08_search_phrase_matching", | |
| "label": "Search Phrase Matching", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "quotes": false, | |
| "brackets": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled.", | |
| "config": { | |
| "enabled": true, | |
| "quotes": true, | |
| "brackets": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Tokenization only; no quotes", | |
| "config": { | |
| "enabled": true, | |
| "quotes": false, | |
| "brackets": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "[Square brackets] instead of quotes", | |
| "config": { | |
| "enabled": true, | |
| "quotes": false, | |
| "brackets": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-08_voice_channel_duration", | |
| "label": "Voice Channel Duration", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Display the duration next to the Voice Channel", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_bar_rendered_everyone", | |
| "label": "CTP quest bar rendered - A/A test - Everyone", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_bar_rendered_filters", | |
| "label": "CTP quest bar rendered - A/A test - Filters", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_bar_rendered_multiple_buckets", | |
| "label": "CTP quest bar rendered - 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": "2025-09_ctp_quest_bar_rendered_uneven_buckets", | |
| "label": "CTP quest bar rendered - A/A test - Uneven buckets", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_bar_rendered_vanilla", | |
| "label": "CTP quest bar rendered - A/A test - Vanilla", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_home_open_everyone", | |
| "label": "CTP quest home open - A/A test - Everyone", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_home_open_filters", | |
| "label": "CTP quest home open - A/A test - Filters", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_home_open_multiple_buckets", | |
| "label": "CTP quest home 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": "2025-09_ctp_quest_home_open_uneven_buckets", | |
| "label": "CTP quest home open - A/A test - Uneven buckets", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_ctp_quest_home_open_vanilla", | |
| "label": "CTP quest home open - A/A test - Vanilla", | |
| "defaultConfig": { | |
| "doSomething": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Treatment", | |
| "config": { | |
| "doSomething": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_hotwheels_nvidia_boost", | |
| "label": "Next iteration of the activity feed ranking model.", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": {}, | |
| "treatments": [ | |
| { | |
| "id": 16, | |
| "label": "ML model V3 - Nvidia small boost", | |
| "config": {} | |
| }, | |
| { | |
| "id": 17, | |
| "label": "ML model V3 - Nvidia big boost", | |
| "config": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_invite_refresh_entrypoints", | |
| "label": "Invites Refresh Entrypoints Only", | |
| "defaultConfig": { | |
| "isVoiceChannelEntrypointEnabled": false, | |
| "isInCallEntrypointEnabled": false, | |
| "isGuildEntrypointEnabled": false, | |
| "isTextChannelEntrypointEnabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Refresh - VC Entrypoints", | |
| "config": { | |
| "isVoiceChannelEntrypointEnabled": true, | |
| "isInCallEntrypointEnabled": false, | |
| "isGuildEntrypointEnabled": false, | |
| "isTextChannelEntrypointEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Refresh - In Call Entrypoints", | |
| "config": { | |
| "isVoiceChannelEntrypointEnabled": false, | |
| "isInCallEntrypointEnabled": true, | |
| "isGuildEntrypointEnabled": false, | |
| "isTextChannelEntrypointEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Refresh - Guild Entrypoints", | |
| "config": { | |
| "isVoiceChannelEntrypointEnabled": false, | |
| "isInCallEntrypointEnabled": false, | |
| "isGuildEntrypointEnabled": true, | |
| "isTextChannelEntrypointEnabled": false | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Refresh - Text Channel Entrypoints", | |
| "config": { | |
| "isVoiceChannelEntrypointEnabled": false, | |
| "isInCallEntrypointEnabled": false, | |
| "isGuildEntrypointEnabled": false, | |
| "isTextChannelEntrypointEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_mention_suggestion", | |
| "label": "Mention Suggestions", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "suggestionDesign": "horizontal", | |
| "highlightDesign": "mention", | |
| "onlyExactMatch": false, | |
| "eagerRecentSenders": false, | |
| "largeGuildExactMatchRecentSenders": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Default", | |
| "config": { | |
| "enabled": true, | |
| "suggestionDesign": "vertical", | |
| "highlightDesign": "simple", | |
| "onlyExactMatch": false, | |
| "eagerRecentSenders": false, | |
| "largeGuildExactMatchRecentSenders": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Exact match only", | |
| "config": { | |
| "enabled": true, | |
| "suggestionDesign": "vertical", | |
| "highlightDesign": "simple", | |
| "onlyExactMatch": true, | |
| "eagerRecentSenders": false, | |
| "largeGuildExactMatchRecentSenders": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Alternate highlight design", | |
| "config": { | |
| "enabled": true, | |
| "suggestionDesign": "vertical", | |
| "highlightDesign": "mention", | |
| "onlyExactMatch": false, | |
| "eagerRecentSenders": false, | |
| "largeGuildExactMatchRecentSenders": false | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Horizontal suggestions", | |
| "config": { | |
| "enabled": true, | |
| "suggestionDesign": "horizontal", | |
| "highlightDesign": "simple", | |
| "onlyExactMatch": false, | |
| "eagerRecentSenders": false, | |
| "largeGuildExactMatchRecentSenders": false | |
| } | |
| }, | |
| { | |
| "id": 5, | |
| "label": "Exact match + eager recent senders", | |
| "config": { | |
| "enabled": true, | |
| "suggestionDesign": "vertical", | |
| "highlightDesign": "simple", | |
| "onlyExactMatch": true, | |
| "eagerRecentSenders": true, | |
| "largeGuildExactMatchRecentSenders": false | |
| } | |
| }, | |
| { | |
| "id": 6, | |
| "label": "Eager match recent senders for small guilds, exact match for large guilds", | |
| "config": { | |
| "enabled": true, | |
| "suggestionDesign": "vertical", | |
| "highlightDesign": "simple", | |
| "onlyExactMatch": true, | |
| "eagerRecentSenders": true, | |
| "largeGuildExactMatchRecentSenders": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-09_one_time_login_client", | |
| "label": "One Time Login", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-09_project_turbo", | |
| "label": "Project Turbo", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Turbo enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-09_you_bar", | |
| "label": "You Bar", | |
| "commonTriggerPoint": null, | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "backButtonBadge": false, | |
| "animateBetweenServers": false, | |
| "profileButton": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "You Bar no profile button", | |
| "config": { | |
| "enabled": true, | |
| "backButtonBadge": true, | |
| "animateBetweenServers": false, | |
| "profileButton": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "You Bar profile button", | |
| "config": { | |
| "enabled": true, | |
| "backButtonBadge": true, | |
| "animateBetweenServers": false, | |
| "profileButton": true | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "You Bar with badged back button and animate between servers", | |
| "config": { | |
| "enabled": true, | |
| "backButtonBadge": true, | |
| "animateBetweenServers": true, | |
| "profileButton": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-10_capybara", | |
| "label": "Capybara", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Force Notice", | |
| "config": { | |
| "enabled": true, | |
| "forceNotice": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_client_meaningfully_online_timer_rollout", | |
| "label": "Friend Online Timer Rollout", | |
| "defaultConfig": { | |
| "useOnlineTimer": false, | |
| "useTestTimerDuration": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Use online timer", | |
| "config": { | |
| "useOnlineTimer": true, | |
| "useTestTimerDuration": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Use test timer duration", | |
| "config": { | |
| "useOnlineTimer": true, | |
| "useTestTimerDuration": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-10_community_account_link_onboarding", | |
| "label": "Community Account Linking", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Community Account Linking UI", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_friend_is_online_notification", | |
| "label": "Friend Online Notification Experiment", | |
| "defaultConfig": { | |
| "showSettingsToggle": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "User can receive friend online notifications. Show settings toggle.", | |
| "config": { | |
| "showSettingsToggle": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_halloween_holiday", | |
| "label": "Halloween Holiday", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_icymi_desktop_client", | |
| "label": "ICYMI desktop client", | |
| "defaultConfig": { | |
| "icymiDesktopEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable ICYMI desktop client", | |
| "config": { | |
| "icymiDesktopEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-10_overlay_default_keybind", | |
| "label": "Overlay Default Keybind", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "keybindOverride": true | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Ctrl + Tab Keybind", | |
| "config": { | |
| "keybindOverride": "ctrl+tab" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Alt + X Keybind", | |
| "config": { | |
| "keybindOverride": "alt+x" | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Ctrl + L Keybind", | |
| "config": { | |
| "keybindOverride": "ctrl+l" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_overlay_negative_widget_testing", | |
| "label": "Overlay Negative Widget Testing", | |
| "defaultConfig": { | |
| "voiceWidgetDefaultUnpinned": false, | |
| "videoWidgetDefaultUnpinned": false, | |
| "disableWelcomeNotification": false, | |
| "notificationsDefaultOff": false, | |
| "unlockedOnlyDefaultOverlay": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Voice Widget Default Unpinned", | |
| "config": { | |
| "voiceWidgetDefaultUnpinned": true, | |
| "videoWidgetDefaultUnpinned": false, | |
| "disableWelcomeNotification": false, | |
| "notificationsDefaultOff": false, | |
| "unlockedOnlyDefaultOverlay": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Video Widget Default Unpinned", | |
| "config": { | |
| "voiceWidgetDefaultUnpinned": false, | |
| "videoWidgetDefaultUnpinned": true, | |
| "disableWelcomeNotification": false, | |
| "notificationsDefaultOff": false, | |
| "unlockedOnlyDefaultOverlay": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "label": "Disable Welcome Notification", | |
| "config": { | |
| "voiceWidgetDefaultUnpinned": false, | |
| "videoWidgetDefaultUnpinned": false, | |
| "disableWelcomeNotification": true, | |
| "notificationsDefaultOff": false, | |
| "unlockedOnlyDefaultOverlay": false | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "label": "Notifications Default Off", | |
| "config": { | |
| "voiceWidgetDefaultUnpinned": false, | |
| "videoWidgetDefaultUnpinned": false, | |
| "disableWelcomeNotification": false, | |
| "notificationsDefaultOff": true, | |
| "unlockedOnlyDefaultOverlay": false | |
| } | |
| }, | |
| { | |
| "id": 5, | |
| "label": "Unlocked Only Default Overlay", | |
| "config": { | |
| "voiceWidgetDefaultUnpinned": false, | |
| "videoWidgetDefaultUnpinned": false, | |
| "disableWelcomeNotification": false, | |
| "notificationsDefaultOff": false, | |
| "unlockedOnlyDefaultOverlay": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_overlay_v3_one_click_go_live", | |
| "label": "Overlay V3 One Click Go Live", | |
| "defaultConfig": { | |
| "oneClickGoLiveEnabled": false, | |
| "useStreamCtaCopy": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Use Stream CTA Copy", | |
| "config": { | |
| "oneClickGoLiveEnabled": false, | |
| "useStreamCtaCopy": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Enable One Click Go Live with Stream CTA Copy", | |
| "config": { | |
| "oneClickGoLiveEnabled": true, | |
| "useStreamCtaCopy": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_recurring_3p_promotion", | |
| "label": "Recurring 3P Promotion Experiment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Control group. Users do not get to see the recurring 3P promotion surfaces.", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Treatment Group 1. Users see the recurring 3P promotion surfaces.", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-10_server_friends_in_vc_invites", | |
| "label": "Server Friends in VC Invites", | |
| "kind": "guild", | |
| "defaultConfig": { | |
| "isFriendsInVCInvitesEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Friends in VC Invites", | |
| "config": { | |
| "isFriendsInVCInvitesEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-10_voice_invite_suggestions", | |
| "label": "Voice Invite Suggestions", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Voice Invite Suggestions - Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-10_word_frequency_store_rollout", | |
| "label": "Word Frequency Store", | |
| "defaultConfig": { | |
| "enabled": false, | |
| "resetDataIfUnused": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Word Frequency Store", | |
| "config": { | |
| "enabled": true, | |
| "resetDataIfUnused": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Reset data if unused", | |
| "config": { | |
| "enabled": false, | |
| "resetDataIfUnused": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-11_overlay_bug_reporter", | |
| "label": "Overlay Bug Reporter", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Bug Reporter", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-11_overlay_welcome_notification", | |
| "label": "Overlay Welcome Notification", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Modular Experience", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2025-11_seasonal_gifting_2025_reminder", | |
| "label": "Seasonal Gifting 2025 Reminder", | |
| "kind": "user", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| } | |
| ] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes exactly, the JSON list is a virus