Last active
January 22, 2026 19:25
-
-
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": "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_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_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": [] | |
| }, | |
| { | |
| "id": "2022-07_voice_in_threads", | |
| "label": "Voice in Threads", | |
| "kind": "guild", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "On", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2022-08_back_to_school", | |
| "label": "Back to School Event", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Back to School experience enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2022-08_churro_experiment", | |
| "label": "PS5 Voice Experiment", | |
| "defaultConfig": { | |
| "allowPlayStationStaging": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 3, | |
| "label": "PS Experiment + upsells + Staging", | |
| "config": { | |
| "allowPlayStationStaging": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2022-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_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": "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-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": "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_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-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_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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_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_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_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_new_gateway_dispatcher", | |
| "label": "New Gateway Dispatcher", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "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_friends_in_server", | |
| "label": "Friends in Server", | |
| "defaultConfig": { | |
| "guildFriendsEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "guildFriendsEnabled": 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_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" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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": "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_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_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_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_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_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_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_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_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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_user_profile_performance_analytics", | |
| "label": "User Profile Performance Analytics Experiment", | |
| "defaultConfig": { | |
| "performanceAnalyticsEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Performance analytics enabled", | |
| "config": { | |
| "performanceAnalyticsEnabled": 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_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 | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Eligible to see search results feedback", | |
| "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_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": "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_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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_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 | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 0, | |
| "label": "Sound does not play when camera is toggled", | |
| "config": { | |
| "enabled": false | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "label": "Sound plays when camera is toggled", | |
| "config": { | |
| "enabled": 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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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_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_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_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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-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_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_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_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": "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": "guild", | |
| "id": "2025-08_invite_role_assignment", | |
| "label": "Invite Role Assignment", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enable Invite Role Assignment", | |
| "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": "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": "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_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_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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-10_voice_invite_suggestions", | |
| "label": "Voice Invite Suggestions", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "commonTriggerPoint": null, | |
| "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_game_update_notification", | |
| "kind": "user", | |
| "label": "Game Update Notification", | |
| "defaultConfig": { | |
| "showToggle": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "User can receive game update notifications. Show settings toggle.", | |
| "config": { | |
| "showToggle": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-11_invite_friend_members", | |
| "label": "Show Friends in Server on Invite Modal", | |
| "defaultConfig": { | |
| "showFriendsInServer": false, | |
| "showInviter": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Show Friends in Server", | |
| "config": { | |
| "showFriendsInServer": true, | |
| "showInviter": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Show Friends in Server and Inviter", | |
| "config": { | |
| "showFriendsInServer": true, | |
| "showInviter": 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 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-11_tida_webform", | |
| "label": "Tida Webform", | |
| "defaultConfig": { | |
| "tidaWebformEnabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "tidaWebformEnabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-12_avholdout__mirror", | |
| "label": "AV Holdout - H2 2025", | |
| "defaultConfig": { | |
| "isInHoldout": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enables the holdout experiment", | |
| "config": { | |
| "isInHoldout": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-12_direct_message_status_indicators", | |
| "label": "Voice/Video status indicators in direct messages", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "On", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-12_guild_permission_changes", | |
| "label": "Guild permission breaking changes", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Guild permissions updated", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2025-12_voice_channel_hoisting", | |
| "label": "Voice Channel Hoisting", | |
| "commonTriggerPoint": null, | |
| "defaultConfig": { | |
| "enableWaveformIcon": false, | |
| "enableHighlight": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Both waveform and highlight", | |
| "config": { | |
| "enableWaveformIcon": true, | |
| "enableHighlight": true | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "label": "Waveform icon only", | |
| "config": { | |
| "enableWaveformIcon": true, | |
| "enableHighlight": false | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "user", | |
| "id": "2025-12_winter_holiday", | |
| "label": "Winter 2025 Holiday", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Enabled", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "kind": "guild", | |
| "id": "2026-01_voice_channel_duration_mobile", | |
| "label": "Voice Channel Duration (Mobile)", | |
| "defaultConfig": { | |
| "enabled": false | |
| }, | |
| "treatments": [ | |
| { | |
| "id": 1, | |
| "label": "Display the duration next to the Voice Channel", | |
| "config": { | |
| "enabled": true | |
| } | |
| } | |
| ] | |
| } | |
| ] |
Author
Yes exactly, the JSON list is a virus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
guys this is clearly a virus! stay away from this user!