Skip to content

Instantly share code, notes, and snippets.

@MinerPL
Last active May 19, 2024 19:02
Show Gist options
  • Save MinerPL/bb78085483020185f7a37a7a4dde82cc to your computer and use it in GitHub Desktop.
Save MinerPL/bb78085483020185f7a37a7a4dde82cc to your computer and use it in GitHub Desktop.
Discord Experiments List
[
{
"kind": "user",
"id": "2020-12_guild_delete_feedback",
"label": "Guild Delete Feedback experiment",
"defaultConfig": {
"showFeedback": false
},
"treatments": [
{
"id": 1,
"label": "Show guild delete feedback",
"config": {
"showFeedback": true
}
}
]
},
{
"kind": "user",
"id": "2021-02_staff_qc_debugging",
"label": "Display QS scores in results. Not a real experiment",
"defaultConfig": {
"showScores": false
},
"treatments": [
{
"id": 1,
"label": "Show scores in QS results",
"config": {
"showScores": true
}
}
]
},
{
"kind": "user",
"id": "2021-03_videotoolbox_rate_optimization",
"label": "VideoToolbox Rate Control Optimizations",
"defaultConfig": {
"useExperimentalRateControl": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"useExperimentalRateControl": true
}
}
]
},
{
"kind": "user",
"id": "2021-04_longer_group_dm_invites",
"label": "Longer Group DM Invites",
"defaultConfig": {
"inviteMaxAgeSeconds": 86400
},
"treatments": [
{
"id": 1,
"label": "Makes group DM invites expire after 1 week.",
"config": {
"inviteMaxAgeSeconds": 604800
}
}
]
},
{
"kind": "guild",
"id": "2021-06_guild_role_subscriptions",
"label": "Guild Role Subscriptions",
"defaultConfig": {
"enableRoleSubscriptionsForGuild": false
},
"treatments": [
{
"id": 1,
"label": "Enables guild to create Guild Role Subscriptions",
"config": {
"enableRoleSubscriptionsForGuild": true
}
}
]
},
{
"kind": "user",
"id": "2021-06_hdr_screen_capture",
"label": "HDR Screen Capture",
"defaultConfig": {
"hdrCaptureMode": "never"
},
"treatments": [
{
"id": 1,
"label": "Always",
"config": {
"hdrCaptureMode": "always"
}
},
{
"id": 2,
"label": "Permitted Devices Only",
"config": {
"hdrCaptureMode": "permittedDevicesOnly"
}
}
]
},
{
"kind": "user",
"id": "2021-06_preview_promotions",
"label": "Promotions Preview",
"defaultConfig": {
"previewEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Preview Enabled",
"config": {
"previewEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2021-07_popout_autocomplete",
"label": "Popout Autocomplete experiment",
"defaultConfig": {
"usePopoutAutocomplete": false
},
"treatments": [
{
"id": 1,
"label": "New autocomplete style",
"config": {
"usePopoutAutocomplete": true
}
}
]
},
{
"kind": "user",
"id": "2021-07_role_popout",
"label": "Role Popout",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Popout",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2021-08_guild_role_subscription_users",
"label": "Guild Role Subscription Users",
"defaultConfig": {
"enableRoleSubscriptionsForUser": false
},
"treatments": [
{
"id": 1,
"label": "Enables users to create Guild Role Subscriptions",
"config": {
"enableRoleSubscriptionsForUser": true
}
}
]
},
{
"kind": "user",
"id": "2021-08_max_sync_delay",
"label": "Overrides the default max sync delay for AV streams in WebRTC",
"defaultConfig": {
"maxSyncDelayOverride": 0
},
"treatments": [
{
"id": 1,
"label": "Use 3 seconds as max sync delay",
"config": {
"maxSyncDelayOverride": 3000
}
}
]
},
{
"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": [
"n.PaymentSourceTypes.SOFORT",
"n.PaymentSourceTypes.GIROPAY"
],
"forceCountryCode": "DE",
"validCountryCodes": [
"DE"
]
}
},
{
"id": 2,
"label": "Regional Payment Method for US",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.VENMO",
"n.PaymentSourceTypes.CASH_APP"
],
"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": [
"n.PaymentSourceTypes.PRZELEWY24"
],
"forceCountryCode": "PL",
"validCountryCodes": [
"PL"
]
}
},
{
"id": 6,
"label": "Enable paysafecard",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.PAYSAFE_CARD"
],
"forceCountryCode": "DE",
"validCountryCodes": [
"BG",
"CZ",
"DK",
"HU",
"RO",
"SE",
"DE"
]
}
},
{
"id": 7,
"label": "Regional Payment Method for Philippines",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.GCASH"
],
"forceCountryCode": "PH",
"validCountryCodes": [
"PH"
]
}
},
{
"id": 8,
"label": "Regional Payment Method for Malaysia",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.GRABPAY_MY"
],
"forceCountryCode": "MY",
"validCountryCodes": [
"MY"
]
}
},
{
"id": 9,
"label": "Regional Payment Method for Vietnam",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.MOMO_WALLET"
],
"forceCountryCode": "VN",
"validCountryCodes": [
"VN"
]
}
},
{
"id": 10,
"label": "Regional Payment Method for Indonesia",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.GOPAY_WALLET"
],
"forceCountryCode": "ID",
"validCountryCodes": [
"ID"
]
}
},
{
"id": 11,
"label": "Regional Payment Method for South Korea",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.KAKAOPAY"
],
"forceCountryCode": "KR",
"validCountryCodes": [
"KR"
]
}
},
{
"id": 12,
"label": "Regional Payment Method for Belgium",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.PAYSAFE_CARD",
"n.PaymentSourceTypes.SOFORT",
"n.PaymentSourceTypes.BANCONTACT"
],
"forceCountryCode": "BE",
"validCountryCodes": [
"BE"
]
}
},
{
"id": 13,
"label": "Regional Payment Method for Austria",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.PAYSAFE_CARD",
"n.PaymentSourceTypes.EPS",
"n.PaymentSourceTypes.SOFORT"
],
"forceCountryCode": "AT",
"validCountryCodes": [
"AT"
]
}
},
{
"id": 14,
"label": "Regional Payment Method for Netherlands",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.PAYSAFE_CARD",
"n.PaymentSourceTypes.IDEAL",
"n.PaymentSourceTypes.SOFORT"
],
"forceCountryCode": "NL",
"validCountryCodes": [
"NL"
]
}
},
{
"id": 15,
"label": "Launch Paysafecard and Sofort",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.PAYSAFE_CARD",
"n.PaymentSourceTypes.SOFORT"
],
"forceCountryCode": "ES",
"validCountryCodes": [
"ES",
"IT"
]
}
},
{
"id": 16,
"label": "Launch Cash App",
"config": {
"enabledPaymentTypes": [
"n.PaymentSourceTypes.CASH_APP"
],
"forceCountryCode": "US",
"validCountryCodes": [
"US"
]
}
}
]
},
{
"id": "2021-08_user_initiated_refunds",
"label": "User Initiated Refunds",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Can refund",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2021-09_favorites_server",
"label": "Favorites Server",
"defaultConfig": {
"favoritesEnabled": false,
"canShow": true,
"isFavoritesPerk": false,
"hasStaffPrivileges": false
},
"treatments": [
{
"id": 1,
"label": "Favorites v1 - On",
"config": {
"favoritesEnabled": true,
"canShow": true,
"isFavoritesPerk": false,
"hasStaffPrivileges": true
}
},
{
"id": 2,
"label": "Favorites v1 - Forced Off",
"config": {
"favoritesEnabled": false,
"canShow": false,
"isFavoritesPerk": false,
"hasStaffPrivileges": true
}
},
{
"id": 3,
"label": "Favorites v2",
"config": {
"favoritesEnabled": true,
"canShow": true,
"isFavoritesPerk": true,
"hasStaffPrivileges": true
}
},
{
"id": 4,
"label": "Favorites v2 w/o Staff Privileges",
"config": {
"favoritesEnabled": true,
"canShow": true,
"isFavoritesPerk": true,
"hasStaffPrivileges": false
}
}
]
},
{
"kind": "user",
"id": "2021-09_ios_screenshare_resolution_profiles",
"label": "iOS: Screenshare resolution profiles",
"defaultConfig": {
"profile": 0
},
"treatments": [
{
"id": 1,
"label": "Permanent old resolution",
"config": {
"profile": 1
}
},
{
"id": 2,
"label": "Old resolution for 10s",
"config": {
"profile": 2
}
},
{
"id": 3,
"label": "Wait 3s after 1st frame capture",
"config": {
"profile": 3
}
},
{
"id": 4,
"label": "Wait 3s to capture 1st frame",
"config": {
"profile": 4
}
}
]
},
{
"kind": "user",
"id": "2021-10_runtime_accessibility_system",
"label": "Runtime Accessibility System",
"defaultConfig": {
"enabled": false,
"reporting": false
},
"treatments": [
{
"id": 1,
"label": "Enabled but silent",
"config": {
"enabled": true,
"reporting": false
}
},
{
"id": 2,
"label": "Enabled and reporting",
"config": {
"enabled": true,
"reporting": true
}
}
]
},
{
"kind": "guild",
"id": "2021-10_study_group",
"label": "Student hub study group",
"defaultConfig": {
"enableStudyGroup": false
},
"treatments": [
{
"id": 1,
"label": "Enables study group sidebar",
"config": {
"enableStudyGroup": true
}
}
]
},
{
"kind": "user",
"id": "2021-11_discovery_tags",
"label": "Discovery Tags",
"defaultConfig": {
"shouldDisplayTags": false,
"shouldDisplayRecommendedSearchTags": false
},
"treatments": [
{
"id": 1,
"label": "Show keyword tags on home and search result pages",
"config": {
"shouldDisplayTags": true,
"shouldDisplayRecommendedSearchTags": false
}
},
{
"id": 2,
"label": "Show keyword tags on home and search result pages and under the search bar",
"config": {
"shouldDisplayTags": true,
"shouldDisplayRecommendedSearchTags": true
}
}
]
},
{
"kind": "guild",
"id": "2021-11_hub_events",
"label": "Hub Events",
"defaultConfig": {
"showHubEventsList": false
},
"treatments": [
{
"id": 1,
"label": "Show Hub Events List",
"config": {
"showHubEventsList": true
}
}
]
},
{
"kind": "guild",
"id": "2021-11_member_verification_manual_approval",
"label": "Member Verification Manual Approval",
"defaultConfig": {
"manualApprovalEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable manual approval for membership verification",
"config": {
"manualApprovalEnabled": true
}
}
]
},
{
"kind": "guild",
"id": "2021-12_discovery_requirements_m2",
"label": "Lower Server Discovery member count requirements",
"defaultConfig": {
"enableLowerMemberCountReq": false
},
"treatments": [
{
"id": 1,
"label": "Allow a server to become discoverable with lower member count requirements",
"config": {
"enableLowerMemberCountReq": true
}
}
]
},
{
"kind": "user",
"id": "2021-12_inferno_spam_redaction",
"label": "Inferno Spam Redaction",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Allow guild channel messages from spammers to be collapsed",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-01_discovery_iar",
"label": "Ability to report servers in Server Discovery",
"defaultConfig": {
"canSeeInAppReportingButtons": false
},
"treatments": [
{
"id": 1,
"label": "Show IAR buttons in Server Discovery",
"config": {
"canSeeInAppReportingButtons": true
}
}
]
},
{
"kind": "guild",
"id": "2022-01_guild_role_subscription_trials",
"label": "Guild Role Subscription Trials",
"defaultConfig": {
"enableRoleSubscriptionTrialsForGuild": false
},
"treatments": [
{
"id": 1,
"label": "Enables guild to create Guild Role Subscription Trials",
"config": {
"enableRoleSubscriptionTrialsForGuild": true
}
}
]
},
{
"kind": "user",
"id": "2022-01_home_feed_toggle",
"label": "Show Guild Feed Sorting Selector",
"defaultConfig": {
"showSelector": false
},
"treatments": [
{
"id": 1,
"label": "Yes Selector",
"config": {
"showSelector": true
}
}
]
},
{
"kind": "guild",
"id": "2022-02_guild_audit_log_guild",
"label": "Guild Audit Log - Guild Feature Flag",
"defaultConfig": {
"enableForGuild": false
},
"treatments": [
{
"id": 1,
"label": "Show Guild Audit Log 2.0 for guild",
"config": {
"enableForGuild": true
}
}
]
},
{
"kind": "user",
"id": "2022-02_guild_audit_log_user",
"label": "Guild Audit Log - User Feature Flag",
"defaultConfig": {
"enableForUser": false
},
"treatments": [
{
"id": 1,
"label": "Show Guild Audit Log 2.0 for user",
"config": {
"enableForUser": true
}
}
]
},
{
"kind": "user",
"id": "2022-02_guild_folder_mute",
"label": "Guild Folder Mute",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-02_multi_month_plans",
"label": "Multi Month Plans",
"defaultConfig": {
"newPlans": []
},
"treatments": [
{
"id": 1,
"label": "3 and 6 Month Plans",
"config": {
"newPlans": [
"a.SubscriptionPlans.PREMIUM_6_MONTH_TIER_2",
"a.SubscriptionPlans.PREMIUM_3_MONTH_TIER_2"
]
}
},
{
"id": 2,
"label": "3 Month Plan Only",
"config": {
"newPlans": [
"a.SubscriptionPlans.PREMIUM_3_MONTH_TIER_2"
]
}
}
]
},
{
"kind": "user",
"id": "2022-03_block_russian_purchases",
"label": "Block purchases based on country",
"defaultConfig": {
"paymentsBlocked": false
},
"treatments": [
{
"id": 1,
"label": "Payments Blocked",
"config": {
"paymentsBlocked": true
}
}
]
},
{
"kind": "user",
"id": "2022-03_block_russian_purchases_desktop",
"label": "Block purchases based on country (desktop specific flags)",
"defaultConfig": {
"checkPaymentSource": false
},
"treatments": [
{
"id": 1,
"label": "Check Payment Source",
"config": {
"checkPaymentSource": true
}
}
]
},
{
"kind": "guild",
"id": "2022-03_guild_access_rate_insight_experiment",
"label": "Guild Access Rate Insight Experiment",
"defaultConfig": {
"showAccessRate": false
},
"treatments": [
{
"id": 1,
"label": "Show guild access rate in insights",
"config": {
"showAccessRate": true
}
}
]
},
{
"kind": "user",
"id": "2022-04_account_profile_popout",
"label": "Account Profile Popout",
"defaultConfig": {
"isPopupEnabled": false,
"isTaglessAccountPanelEnabled": false,
"isJoinedTagButtonEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Account Profile Popout",
"config": {
"isPopupEnabled": true,
"isTaglessAccountPanelEnabled": false,
"isJoinedTagButtonEnabled": false
}
},
{
"id": 2,
"label": "Enable Account Profile Popout w/ DiscordTag button",
"config": {
"isPopupEnabled": true,
"isTaglessAccountPanelEnabled": false,
"isJoinedTagButtonEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-04_creator_monetization_country_allowlist",
"label": "Creator Monetization Available in Country",
"defaultConfig": {
"isUserEligibleForCreatorMonetization": false
},
"treatments": [
{
"id": 1,
"label": "Enables users to view Creator Monetization entrypoints",
"config": {
"isUserEligibleForCreatorMonetization": true
}
}
]
},
{
"kind": "user",
"id": "2022-04_registration_copy_updates",
"label": "Registration Copy Updates",
"defaultConfig": {
"enableNewCopy": false,
"hasCopyAboveButton": false,
"hasProminentCopy": false
},
"treatments": [
{
"id": 1,
"label": "Continue / Copy Above Button / High Prominence Copy",
"config": {
"enableNewCopy": true,
"hasCopyAboveButton": true,
"hasProminentCopy": true
}
},
{
"id": 2,
"label": "Continue / Copy Below Button / High Prominence Copy",
"config": {
"enableNewCopy": true,
"hasCopyAboveButton": false,
"hasProminentCopy": true
}
},
{
"id": 3,
"label": "Continue / Copy Above Button / Normal Prominence Copy",
"config": {
"enableNewCopy": true,
"hasCopyAboveButton": true,
"hasProminentCopy": false
}
}
]
},
{
"kind": "guild",
"id": "2022-05_vanity_url_target",
"label": "Vanity URL Targeting",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-06_auth_sessions_user_settings",
"label": "Auth Sessions User Settings",
"defaultConfig": {
"showSettings": false
},
"treatments": [
{
"id": 1,
"label": "Show settings",
"config": {
"showSettings": true
}
}
]
},
{
"kind": "user",
"id": "2022-06_no_payment_info_trial",
"label": "No Payment Info Trial",
"defaultConfig": {
"bypassCheckout": false
},
"treatments": [
{
"id": 1,
"label": "Bypass collecting payment info",
"config": {
"bypassCheckout": true
}
}
]
},
{
"kind": "user",
"id": "2022-07_file_upload_limit",
"label": "File Upload Limit Increase",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2022-07_guild_role_subscriptions_variable_max_tiers",
"label": "Guild Role Subscription Max Tiers",
"defaultConfig": {
"enabled": false,
"maxTiers": "r.MAX_SUBSCRIPTION_TIERS"
},
"treatments": [
{
"id": 4,
"label": "Enables {n} maximum published tiers",
"config": {
"enabled": true,
"maxTiers": 4
}
},
{
"id": 5,
"label": "Enables {n} maximum published tiers",
"config": {
"enabled": true,
"maxTiers": 5
}
},
{
"id": 6,
"label": "Enables {n} maximum published tiers",
"config": {
"enabled": true,
"maxTiers": 6
}
}
]
},
{
"kind": "guild",
"id": "2022-07_invites_disabled",
"label": "Report Raids",
"defaultConfig": {
"enableInvitesDisabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Reporting Of Raids",
"config": {
"enableInvitesDisabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-07_system_dm_safety_onboarding",
"label": "System DM Safety Onboarding",
"defaultConfig": {
"systemDMRedesignEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled, v1 copy",
"config": {
"systemDMRedesignEnabled": true
}
},
{
"id": 2,
"label": "Enabled, v2 copy",
"config": {
"systemDMRedesignEnabled": true
}
}
]
},
{
"id": "2022-07_voice_in_threads",
"label": "Voice in Threads",
"kind": "guild",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-08_back_to_school",
"label": "Back to School Event",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Back to School experience enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-08_churro_experiment",
"label": "PS5 Voice Experiment",
"defaultConfig": {
"allowPlayStationStaging": false
},
"treatments": [
{
"id": 3,
"label": "PS Experiment + upsells + Staging",
"config": {
"allowPlayStationStaging": true
}
}
]
},
{
"kind": "user",
"id": "2022-08_home_badge",
"label": "Show badge on home channel",
"defaultConfig": {
"showBadge": false
},
"treatments": [
{
"id": 1,
"label": "show badge",
"config": {
"showBadge": true
}
}
]
},
{
"kind": "user",
"id": "2022-08_home_drawer_autoclose",
"label": "Auto close home drawer",
"defaultConfig": {
"autoCloseDrawer": false,
"animation": false,
"delay": null
},
"treatments": [
{
"id": 1,
"label": "normal animation",
"config": {
"autoCloseDrawer": true,
"animation": true,
"delay": null
}
},
{
"id": 2,
"label": "no animate",
"config": {
"autoCloseDrawer": true,
"animation": false,
"delay": null
}
},
{
"id": 3,
"label": "150 delayed animation",
"config": {
"autoCloseDrawer": true,
"animation": true,
"delay": 150
}
},
{
"id": 4,
"label": "250 delayed animation",
"config": {
"autoCloseDrawer": true,
"animation": true,
"delay": 250
}
},
{
"id": 5,
"label": "500 delayed animation",
"config": {
"autoCloseDrawer": true,
"animation": true,
"delay": 500
}
}
]
},
{
"kind": "user",
"id": "2022-08_message_todos_staff_only",
"label": "Message TODO list",
"defaultConfig": {
"showReminders": false
},
"treatments": [
{
"id": 1,
"label": "Show message TODOs CTA",
"config": {
"showReminders": true
}
}
]
},
{
"kind": "guild",
"id": "2022-09_creator_monetization_raven",
"label": "Creator Monetization Onboarding v2",
"defaultConfig": {
"enableFastMonetizationOnboardingForGuild": false
},
"treatments": [
{
"id": 1,
"label": "Enables guild to create Guild Role Subscriptions quickly",
"config": {
"enableFastMonetizationOnboardingForGuild": true
}
}
]
},
{
"kind": "user",
"id": "2022-09_creator_monetization_raven_users",
"label": "Creator Monetization Onboarding v2 Users",
"defaultConfig": {
"enableFastMonetizationOnboardingForUser": false
},
"treatments": [
{
"id": 1,
"label": "Enables users to create Guild Role Subscriptions quickly",
"config": {
"enableFastMonetizationOnboardingForUser": true
}
}
]
},
{
"kind": "user",
"id": "2022-09_free_file_upload_limit",
"label": "Free File Upload Limit Increase",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-09_mobile_account_switcher",
"label": "Mobile Account Switcher",
"defaultConfig": {
"isMultiAccountMobileEnabled": false,
"clearCanUseMultiAccountMobile": false
},
"treatments": [
{
"id": 1,
"label": "Enable Account Switcher on Mobile",
"config": {
"isMultiAccountMobileEnabled": true,
"clearCanUseMultiAccountMobile": false
}
},
{
"id": 2,
"label": "Unenroll Account Switcher on Mobile and Clear Local Flag",
"config": {
"isMultiAccountMobileEnabled": false,
"clearCanUseMultiAccountMobile": true
}
}
]
},
{
"kind": "user",
"id": "2022-09_remote_audio_settings",
"label": "Remote Audio Settings",
"defaultConfig": {
"readWriteRemoteSettings": false
},
"treatments": [
{
"id": 1,
"label": "Read/write remote audio settings",
"config": {
"readWriteRemoteSettings": true
}
}
]
},
{
"kind": "user",
"id": "2022-09_welcome_header",
"label": "Show welcome header for home",
"defaultConfig": {
"showWelcomeHeader": false
},
"treatments": [
{
"id": 1,
"label": "show welcome header",
"config": {
"showWelcomeHeader": true
}
}
]
},
{
"kind": "guild",
"id": "2022-10_guild_raid_messaging",
"label": "Raid Alerts",
"defaultConfig": {
"enableRaidAlerts": false
},
"treatments": [
{
"id": 1,
"label": "Enable Reporting Of Raids",
"config": {
"enableRaidAlerts": true
}
}
]
},
{
"kind": "user",
"id": "2022-11_clips_experiment",
"label": "Clips Experiment",
"defaultConfig": {
"enableClips": false,
"ignorePlatformRestriction": false,
"showClipsHeaderEntrypoint": false
},
"treatments": [
{
"id": 1,
"label": "Clips without upsells",
"config": {
"enableClips": true,
"ignorePlatformRestriction": false,
"showClipsHeaderEntrypoint": true
}
},
{
"id": 2,
"label": "Clips with upsells",
"config": {
"enableClips": true,
"ignorePlatformRestriction": false,
"showClipsHeaderEntrypoint": true
}
},
{
"id": 99,
"label": "Clips 4 da Developerz",
"config": {
"enableClips": true,
"ignorePlatformRestriction": true,
"showClipsHeaderEntrypoint": true
}
}
]
},
{
"kind": "guild",
"id": "2022-11_creator_monetization_onboarding_waitlist",
"label": "Creator Monetization Onboarding Waitlist",
"defaultConfig": {
"enableWaitlist": false
},
"treatments": [
{
"id": 1,
"label": "Enables Guilds to (possibly) see the waitlist",
"config": {
"enableWaitlist": true
}
}
]
},
{
"kind": "guild",
"id": "2022-11_default_disable_mass_mention",
"label": "Disable mass mentions for communities by default",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2022-11_default_to_server_vanity_v2",
"label": "Default To Server Vanity v2",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-11_desktop_notification_center",
"label": "Desktop notification center",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Notification center desktop 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-11_rtx40xx_gpu_screenshare_with_av1",
"label": "Test how AV1 works on windows with RTX40xx GPUs for screenshare",
"defaultConfig": {
"signalAV1Support": false
},
"treatments": [
{
"id": 1,
"label": "Screenshare with AV1",
"config": {
"signalAV1Support": true
}
}
]
},
{
"kind": "user",
"id": "2022-12_channel_notice_redesign",
"label": "Channel Notice Redesign",
"defaultConfig": {
"showRedesignedChannelNotice": false,
"showRedesignedLiveChannelNotice": false
},
"treatments": [
{
"id": 1,
"label": "Show Redesigned Channel Notices",
"config": {
"showRedesignedChannelNotice": true,
"showRedesignedLiveChannelNotice": false
}
},
{
"id": 2,
"label": "Show Redesigned Stage/Event Notices",
"config": {
"showRedesignedChannelNotice": false,
"showRedesignedLiveChannelNotice": true
}
},
{
"id": 3,
"label": "Show Redesigned Channel Notices & Stage/Event Notices",
"config": {
"showRedesignedChannelNotice": true,
"showRedesignedLiveChannelNotice": true
}
}
]
},
{
"kind": "user",
"id": "2022-12_home_feedback_ux",
"label": "Show post feedback for home",
"defaultConfig": {
"showFeedback": false
},
"treatments": [
{
"id": 100,
"label": "show feedback",
"config": {
"showFeedback": true
}
}
]
},
{
"kind": "guild",
"id": "2022-12_home_header_redesign",
"label": "Home New Header",
"defaultConfig": {
"hasNewHeader": false
},
"treatments": [
{
"id": 1,
"label": "New Header",
"config": {
"hasNewHeader": true
}
}
]
},
{
"kind": "user",
"id": "2022-12_localized_pricing_poland_notice",
"label": "Localized Pricing Poland Notice",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Poland Notice",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-12_localized_pricing_promo_manager",
"label": "Localized Pricing Promo Manager",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Localized Pricing Promo Manager",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2022-12_mention_raid_limit",
"label": "Automod Mention Raid Limit",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Automod Mention Raid Limit",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2022-12_mobile_guild_role_subscription_team_setup",
"label": "Mobile Guild Role Subscription Team Setup",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables guild to allow payout team setup on mobile",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2022-12_premium_targeted_upsells",
"label": "Premium Targeted Upsells",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Use highest expected value to determine Nitro upsells",
"config": {
"enabled": true,
"useExpectedValue": true,
"useLikelihood": false
}
},
{
"id": 2,
"label": "Use highest likelihood to determine Nitro upsells",
"config": {
"enabled": true,
"useExpectedValue": false,
"useLikelihood": true
}
}
]
},
{
"id": "2022-12_timestamp_tooltip",
"label": "Timestamp Tooltip",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-01_clear_all_message_requests",
"label": "Safety Experience Reject All Message Requests",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-01_consumer_education_launch",
"label": "Safety Consumer Education Launch - Block/Mute",
"defaultConfig": {
"bucket": 0,
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Mute",
"config": {
"bucket": 1,
"enabled": true
}
},
{
"id": 2,
"label": "Block",
"config": {
"bucket": 2,
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-01_creator_monetization_nag_activate_users",
"label": "Creator Monetization Nag Activate Users",
"defaultConfig": {
"enableCreatorMonetizationNagActivateForUser": false
},
"treatments": [
{
"id": 1,
"label": "Enables users to see nag bar to activate server subscriptions",
"config": {
"enableCreatorMonetizationNagActivateForUser": true
}
}
]
},
{
"id": "2023-01_forums_non_community",
"label": "Forum non-community",
"kind": "guild",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-01_guild_onboarding_includes_rules",
"label": "Guild Onboarding includes rules experience",
"defaultConfig": {
"includeRules": false
},
"treatments": [
{
"id": 1,
"label": "Last page of onboarding is rules",
"config": {
"includeRules": true
}
}
]
},
{
"kind": "guild",
"id": "2023-01_shared_canvas",
"label": "Shared Canvas",
"defaultConfig": {
"isSharedCanvasEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Shared Canvas",
"config": {
"isSharedCanvasEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-01_silent_messages",
"label": "Silent Messages",
"defaultConfig": {
"allowSending": false
},
"treatments": [
{
"id": 1,
"label": "Allow sending @silent messages",
"config": {
"allowSending": true
}
}
]
},
{
"kind": "guild",
"id": "2023-02_guest_voice_invites",
"label": "Guest Voice Invites",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Allow creation of guest voice invites",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-02_onboarding_advanced_mode",
"label": "Enables setting up onboarding with advanced mode",
"defaultConfig": {
"advancedModeAllowed": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"advancedModeAllowed": true
}
}
]
},
{
"kind": "guild",
"id": "2023-02_onboarding_home_admin",
"label": "[ADMIN] Home as a community onboarding surface",
"defaultConfig": {
"homeSettingsEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Show the Onboarding Version of Home in Admin Settings",
"config": {
"homeSettingsEnabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-02_onboardingdropdowns",
"label": "Enables dropdown selections from onboarding prompts",
"defaultConfig": {
"dropdownsAllowed": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"dropdownsAllowed": true
}
}
]
},
{
"kind": "user",
"id": "2023-02_referral_trials",
"label": "Referral Trials",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Nitro users can send a Nitro trial offer to another user.",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_aa_user_segment_filter",
"label": "AA test to validate segmentation filter",
"defaultConfig": {
"isEnabled": false
},
"treatments": [
{
"id": 1,
"label": "AA test enabled. Noop on UI effect.",
"config": {
"isEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_apps_in_gdms",
"label": "Apps in GDMs",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Show apps in gdm",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_april_fools",
"label": "April Fools 2023",
"defaultConfig": {
"allowAprilFoolsSoundpack": false
},
"treatments": [
{
"id": 1,
"label": "April Fools 2023",
"config": {
"allowAprilFoolsSoundpack": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_birthday_activities",
"label": "Birthday Activities",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Birthday Activities",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Geo test Enable Birthday Activities but no share",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-03_clyde_ai",
"label": "ClydeAI",
"defaultConfig": {
"experimentState": 0
},
"treatments": [
{
"id": 1,
"label": "Enabled (Default Off)",
"config": {
"experimentState": 2
}
},
{
"id": 3,
"label": "Enabled (Default On)",
"config": {
"experimentState": 1
}
},
{
"id": 4,
"label": "Coming Soon",
"config": {
"experimentState": 3
}
},
{
"id": 5,
"label": "Clyde Profiles",
"config": {
"experimentState": 4
}
}
]
},
{
"kind": "guild",
"id": "2023-03_guild_media_channel",
"label": "Media Channel",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables guild to create a media channel",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-03_home_deprecation",
"label": "Home Deprecation",
"defaultConfig": {
"showDeprecationNotice": false
},
"treatments": [
{
"id": 1,
"label": "Show notice",
"config": {
"showDeprecationNotice": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_mute_block_aa",
"label": "Safety Consumer Education Block/Mute - A/A",
"defaultConfig": {
"bucket": 0,
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Mute",
"config": {
"bucket": 1,
"enabled": true
}
},
{
"id": 2,
"label": "Block",
"config": {
"bucket": 2,
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-03_onboarding_upsell_lifecycle",
"label": "Onboarding Upsell Lifecycle",
"defaultConfig": {
"showLifecycleUpsells": false
},
"treatments": [
{
"id": 1,
"label": "Show new lifecycle upsells",
"config": {
"showLifecycleUpsells": true
}
}
]
},
{
"kind": "user",
"label": "Pomelo",
"id": "2023-03_pomelo",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"label": "Pomelo Debounce Delay",
"id": "2023-03_pomelo_debounce_delay",
"defaultConfig": {
"delay": 600
},
"treatments": [
{
"id": 1,
"label": "600ms",
"config": {
"delay": 600
}
},
{
"id": 2,
"label": "700ms",
"config": {
"delay": 700
}
},
{
"id": 3,
"label": "800ms",
"config": {
"delay": 800
}
},
{
"id": 4,
"label": "900ms",
"config": {
"delay": 900
}
},
{
"id": 5,
"label": "1000ms",
"config": {
"delay": 1000
}
}
]
},
{
"kind": "guild",
"id": "2023-03_server_subscriptions_tier_templates",
"label": "Server Subscriptions Tier Templates",
"defaultConfig": {
"enabled": false,
"showCreatorPortalLink": false
},
"treatments": [
{
"id": 1,
"label": "299 basic tier + no link",
"config": {
"enabled": true,
"showCreatorPortalLink": false
}
},
{
"id": 2,
"label": "399 basic tier + no link",
"config": {
"enabled": true,
"showCreatorPortalLink": false
}
},
{
"id": 3,
"label": "399 basic tier + link",
"config": {
"enabled": true,
"showCreatorPortalLink": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_store_latest_message_data",
"label": "Store latest message data",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Use latest data from api/gateway",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_text_playground_settings_pane",
"label": "Text Playground",
"defaultConfig": {
"showSetting": false
},
"treatments": [
{
"id": 1,
"label": "Enable settings pane",
"config": {
"showSetting": true
}
}
]
},
{
"kind": "user",
"id": "2023-03_trial_redemption_default_to_monthly_plan",
"label": "Trial Redemption Default To Monthly Plan",
"defaultConfig": {
"defaultToMonthlyPlan": false
},
"treatments": [
{
"id": 1,
"label": "Set default plan to monthly plan",
"config": {
"defaultToMonthlyPlan": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_birthday_activities_jamspace_tile",
"label": "Birthday Activities Whats New Jamspace Tile",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Jamspace tile",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_birthday_activities_putt_party_tile",
"label": "Birthday Activities Whats New Putt Party Tile",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Putt Party tile",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_birthday_activities_whats_new_gdm_tile",
"label": "Birthday Activities Whats New GDM Tile",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable GDM tile",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_broadcasting",
"label": "Go Live Broadcasting",
"defaultConfig": {
"canBroadcast": false,
"canViewBroadcasts": false
},
"treatments": [
{
"id": 1,
"label": "Allow user to Broadcast to friends & guilds",
"config": {
"canBroadcast": true,
"canViewBroadcasts": true
}
},
{
"id": 2,
"label": "Cannot broadcast, cannot view broadcasts",
"config": {
"canBroadcast": false,
"canViewBroadcasts": true
}
}
]
},
{
"kind": "guild",
"id": "2023-04_community_endless_invites",
"label": "Community Endless Invites",
"defaultConfig": {
"defaultInvitesToNeverExpire": false
},
"treatments": [
{
"id": 1,
"label": "Causes invites to never expire (by default) in the Guild",
"config": {
"defaultInvitesToNeverExpire": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_consumer_education_launch__reporting",
"label": "Consumer Education Launch - Reporting",
"defaultConfig": {
"bucket": 0,
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Reporting",
"config": {
"bucket": 1,
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_dm_spam_filter_coachmark",
"label": "Safety DM Spam Filter Coachmark rollout",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-04_guild_alert_mode",
"label": "Guild Alert Mode",
"defaultConfig": {
"showAlertMode": false,
"alsoShowMemberSafety": false
},
"treatments": [
{
"id": 1,
"label": "Show alert mode experience",
"config": {
"showAlertMode": true,
"alsoShowMemberSafety": false
}
},
{
"id": 2,
"label": "Show alert mode experience with member safety",
"config": {
"showAlertMode": true,
"alsoShowMemberSafety": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_guild_media_channel_post_preview_embed_users",
"label": "Guild Role Subscription Users",
"defaultConfig": {
"enabledForUser": false
},
"treatments": [
{
"id": 1,
"label": "Enables for users Guild Media Post Preview Embeds",
"config": {
"enabledForUser": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_null_experiment",
"label": "Null Experiment",
"defaultConfig": {
"inUse": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"inUse": true
}
}
]
},
{
"kind": "user",
"label": "Pomelo Attempt",
"id": "2023-04_pomelo_attempt",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"label": "Pomelo Suggestions",
"id": "2023-04_pomelo_suggestions",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-04_server_products",
"label": "Server Products",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables Server Products (AKA one time purchases for creator guilds)",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-04_server_subscriptions_tier_templates_user",
"label": "Server Subscriptions Tier Templates",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable tier templates for user",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_birthday_activities_poker",
"label": "Birthday Activities Poker Tile",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Poker tile",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_clear_pending_incoming_friend_requests",
"label": "Enable ability to clear incoming friend requests",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_go_live_quest_fortnite",
"label": "Fortnite: Go Live Quest",
"defaultConfig": {
"dropsEnabled": false,
"streamLengthRequirement": 0,
"viewerCountRequirement": 0,
"autoEnrollment": false,
"showUnenroll": false
},
"treatments": [
{
"id": 1,
"label": "15 min stream req + auto enrollment",
"config": {
"dropsEnabled": true,
"streamLengthRequirement": 15,
"viewerCountRequirement": 1,
"autoEnrollment": true,
"showUnenroll": false
}
},
{
"id": 99,
"label": "2 minute stream req + auto enrollment",
"config": {
"dropsEnabled": true,
"streamLengthRequirement": 2,
"viewerCountRequirement": 1,
"autoEnrollment": true,
"showUnenroll": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_localized_pricing_turkey_notice",
"label": "Localized Pricing Turkey Notice",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Turkey Notice",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-05_optional_onboarding_home_admin",
"label": "[ADMIN] Make server guide optional",
"defaultConfig": {
"serverGuideOptional": false
},
"treatments": [
{
"id": 1,
"label": "Optional",
"config": {
"serverGuideOptional": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_overlay_hook_crash_detection",
"label": "Detect and report crashes in the overlay hook",
"defaultConfig": {
"enableCrashReporting": false,
"enableCrashTrigger": false
},
"treatments": [
{
"id": 1,
"label": "EnableCrashReporting",
"config": {
"enableCrashReporting": true,
"enableCrashTrigger": false
}
},
{
"id": 2,
"label": "EnableCrashTrigger",
"config": {
"enableCrashReporting": true,
"enableCrashTrigger": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_referral_trials_birthday_moment",
"label": "Referral Trials Birthday Moment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Users will see the birthday moment referral trial UX",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_safety_user_sentiment",
"label": "Safety User Sentiment Feedback Eligible",
"defaultConfig": {
"isEligible": false
},
"treatments": [
{
"id": 1,
"label": "Eligible",
"config": {
"isEligible": true
}
}
]
},
{
"kind": "user",
"id": "2023-05_speed_test",
"label": "Speed Test User Setting",
"defaultConfig": {
"showSettings": false
},
"treatments": [
{
"id": 1,
"label": "Show speed test",
"config": {
"showSettings": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_bogo_announcement_modal",
"label": "BOGO Announcement Modal",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Users will see the BOGO announcement modal",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_bogo_promotion_gate",
"label": "BOGO Promotion Manager",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable BOGO Promotion Manager",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_golive_capture_card",
"label": "GoLive Capture Card Support",
"defaultConfig": {
"enableGoLiveCaptureCard": false
},
"treatments": [
{
"id": 1,
"label": "Enable go live capture card support",
"config": {
"enableGoLiveCaptureCard": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_guild_boosting_legacy_pricing_fix_experiment",
"label": "Guild Boosting Legacy Pricing Fix Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Use Invoice Preview for Boost Pricing",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_h265_macos",
"label": "Test how h265 works on macos",
"defaultConfig": {
"signalH265SupportMacOS": false
},
"treatments": [
{
"id": 1,
"label": "Calling with H.265",
"config": {
"signalH265SupportMacOS": true
}
}
]
},
{
"id": "2023-06_reduced_payment_method_address_info",
"label": "Reduced Payment Method Address Info",
"kind": "user",
"defaultConfig": {
"bucket": 0,
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Simplify address form",
"config": {
"bucket": 1,
"enabled": true
}
},
{
"id": 2,
"label": "Partial address in card form",
"config": {
"bucket": 2,
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_unique_username_live_check_in_settings",
"label": "Username Livecheck in Settings",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Livecheck enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-06_unique_username_registration",
"label": "Unique Username Registration",
"defaultConfig": {
"livecheckEnabled": true,
"suggestions": true
},
"treatments": [
{
"id": 1,
"label": "Unique Username Registration enabled -livecheck -suggestions",
"config": {
"livecheckEnabled": false,
"suggestions": false
}
},
{
"id": 2,
"label": "Unique Username Registration enabled -livecheck +suggestions",
"config": {
"livecheckEnabled": false,
"suggestions": true
}
},
{
"id": 3,
"label": "Unique Username Registration enabled +livecheck -suggestions",
"config": {
"livecheckEnabled": true,
"suggestions": false
}
},
{
"id": 4,
"label": "Unique Username Registration enabled +livecheck +suggestions",
"config": {
"livecheckEnabled": true,
"suggestions": true
}
}
]
},
{
"kind": "user",
"id": "2023-07_announcement_views",
"label": "Announcement Views",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-07_automated_gift_code_message",
"label": "Automatically send gift code message in direct message to gift recipient",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Show the automated gift code message",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-07_bogo_marketing_materials_experiment",
"label": "BOGO Marketing Materials",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable BOGO marketing materials",
"config": {
"enabled": true
}
}
]
},
{
"id": "2023-07_checkout_optimization_browser_autofill",
"label": "Checkout Optimization Browser Autofill",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-07_h265_for_windows_with_nvidia",
"label": "Test how h265 works on Windows with Nvidia nvenc codec",
"defaultConfig": {
"signalH265SupportNvenc": false
},
"treatments": [
{
"id": 1,
"label": "Calling with H.265",
"config": {
"signalH265SupportNvenc": true
}
}
]
},
{
"kind": "user",
"id": "2023-07_mfa_email_verification",
"label": "Safety Experience Mfa Email Verification",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_aa_imbalance_remediation",
"label": "AA test to validate fallback trigger and location frequency change",
"defaultConfig": {
"isEnabled": false
},
"treatments": [
{
"id": 1,
"label": "AA test enabled. Noop on UI effect.",
"config": {
"isEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_activities_in_text",
"label": "Activities in Text User",
"defaultConfig": {
"entryPointEnabled": false,
"activitiesInTextEnabled": false,
"showInOmniButtonMenu": false,
"showNewMobileLeaveUI": false
},
"treatments": [
{
"id": 1,
"label": "Enable Activities in Text, DM, and GDM channels",
"config": {
"entryPointEnabled": true,
"activitiesInTextEnabled": true,
"showInOmniButtonMenu": true,
"showNewMobileLeaveUI": false
}
},
{
"id": 2,
"label": "Enable Activities in Text, DM, and GDM channels with new mobile leave UI",
"config": {
"entryPointEnabled": true,
"activitiesInTextEnabled": true,
"showInOmniButtonMenu": true,
"showNewMobileLeaveUI": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_dcf_ml_model",
"label": "DCF ML Perks Relevance Model",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "threshold 0",
"config": {
"enabled": true
}
},
{
"id": 1,
"label": "threshold 1",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "threshold 2",
"config": {
"enabled": true
}
},
{
"id": 3,
"label": "threshold 3",
"config": {
"enabled": true
}
},
{
"id": 4,
"label": "threshold 4",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-08_deadchat_simple_prompt_guild",
"label": "Simple deadchat prompt",
"defaultConfig": {
"triggerDeadchat": false,
"enableDeadchat": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"triggerDeadchat": true,
"enableDeadchat": false
}
},
{
"id": 1,
"label": "trigger deadchat upon connection open",
"config": {
"triggerDeadchat": true,
"enableDeadchat": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_explicit_media_redaction",
"label": "Explicit Media Redaction",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable explicit media redaction",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_explicit_media_redaction_teen",
"label": "Explicit Media Redaction for Teens",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable explicit media redaction for teens",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_full_band_krisp_android_",
"label": "Let us control if full band is enabled on Android",
"defaultConfig": {
"allowSettingFullbandAndroid": false
},
"treatments": [
{
"id": 1,
"label": "Load full band krisp model",
"config": {
"allowSettingFullbandAndroid": true
}
}
]
},
{
"kind": "guild",
"id": "2023-08_guild_alert_mode_friend_server",
"label": "Guild Alert Mode (friend servers only)",
"defaultConfig": {
"showAlertMode": false,
"alsoShowMemberSafety": false
},
"treatments": [
{
"id": 1,
"label": "Show alert mode experience",
"config": {
"showAlertMode": true,
"alsoShowMemberSafety": false
}
},
{
"id": 2,
"label": "Show alert mode experience with member safety",
"config": {
"showAlertMode": true,
"alsoShowMemberSafety": false
}
}
]
},
{
"kind": "guild",
"id": "2023-08_guild_member_mod_view",
"label": "Guild Member Mod View",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Guild Member Mod View",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_guild_usage_survey",
"label": "Guild Usage Survey",
"defaultConfig": {
"showSurvey": false
},
"treatments": [
{
"id": 1,
"label": "show survey nag bar",
"config": {
"showSurvey": true
}
}
]
},
{
"kind": "guild",
"id": "2023-08_improved_bans_page",
"label": "Guild Settings Improved Bans Page",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Guild Settings Improved Bans Page",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_local_message_background_sending",
"label": "Send Messages In The Backgrounded",
"defaultConfig": {
"enableBackgroundSending": false
},
"treatments": [
{
"id": 1,
"label": "Enable Background Sending",
"config": {
"enableBackgroundSending": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_overlay3_out_of_process_enablement",
"label": "Overlay3 - Out of Process Enablement",
"defaultConfig": {
"useGlobalOverlay": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"useGlobalOverlay": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_periodic_voice_stats",
"label": "Periodic Voice Stats",
"defaultConfig": {
"enableSendingVoiceStats": false,
"percentageOfCalls": 0
},
"treatments": [
{
"id": 1,
"label": "Enable sending periodic voice stats for 100% of calls",
"config": {
"enableSendingVoiceStats": true,
"percentageOfCalls": 100
}
},
{
"id": 2,
"label": "Enable sending periodic voice stats for 50% of calls",
"config": {
"enableSendingVoiceStats": true,
"percentageOfCalls": 50
}
},
{
"id": 3,
"label": "Enable sending periodic voice stats for 20% of calls",
"config": {
"enableSendingVoiceStats": true,
"percentageOfCalls": 20
}
},
{
"id": 4,
"label": "Enable sending periodic voice stats for 10% of calls",
"config": {
"enableSendingVoiceStats": true,
"percentageOfCalls": 10
}
},
{
"id": 5,
"label": "Enable sending periodic voice stats for 5% of calls",
"config": {
"enableSendingVoiceStats": true,
"percentageOfCalls": 5
}
}
]
},
{
"kind": "user",
"id": "2023-08_remix_ga",
"label": "Remix General Available",
"defaultConfig": {
"canSeeRemixBadge": false,
"canRemix": false,
"isNitroPerk": false
},
"treatments": [
{
"id": 1,
"label": "Remix for Nitro Subscribers",
"config": {
"canSeeRemixBadge": true,
"canRemix": true,
"isNitroPerk": true
}
},
{
"id": 3,
"label": "Upsell Remix for Non-Nitro Users",
"config": {
"canSeeRemixBadge": true,
"canRemix": false,
"isNitroPerk": true
}
},
{
"id": 5,
"label": "Remix GA for everyone",
"config": {
"canSeeRemixBadge": true,
"canRemix": true,
"isNitroPerk": false
}
}
]
},
{
"kind": "user",
"id": "2023-08_secure_frames_encryption",
"label": "Allowing testing secure frames for voice/video",
"defaultConfig": {
"protocolVersionFloor": 0,
"canSupportSecureFrames": false,
"canSupportMls": false
},
"treatments": [
{
"id": 6,
"label": "Can support secure frames above protocol version 10",
"config": {
"protocolVersionFloor": 10,
"canSupportSecureFrames": true,
"canSupportMls": false
}
},
{
"id": 7,
"label": "Can support secure frames above protocol version 110 (MLS)",
"config": {
"protocolVersionFloor": 10,
"canSupportSecureFrames": true,
"canSupportMls": true
}
},
{
"id": 8,
"label": "Can support secure frames above protocol version 11",
"config": {
"protocolVersionFloor": 11,
"canSupportSecureFrames": true,
"canSupportMls": false
}
},
{
"id": 9,
"label": "Can support secure frames above protocol version 111 (MLS)",
"config": {
"protocolVersionFloor": 11,
"canSupportSecureFrames": true,
"canSupportMls": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_server_shop_storefront",
"label": "Server Shop Storefront",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables Server shop storefront",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-08_user_apps",
"label": "Allow user app commands",
"defaultConfig": {
"userAppsTreatment": "default"
},
"treatments": [
{
"id": 1,
"label": "Allow user app commands",
"config": {
"userAppsTreatment": "allowed"
}
}
]
},
{
"kind": "user",
"id": "2023-08_video_quality_measurement_v1",
"label": "Video Quality Measurement",
"defaultConfig": {
"enabled": false,
"measurement": ""
},
"treatments": [
{
"id": 1,
"label": "Measure PSNR [DEPRECATED DO NOT USE]",
"config": {
"enabled": true,
"measurement": "psnr"
}
},
{
"id": 2,
"label": "Measure PSNR Only",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb"
}
},
{
"id": 3,
"label": "Measure VMAF Only",
"config": {
"enabled": true,
"measurement": "imageQualityVmaf_v061"
}
},
{
"id": 4,
"label": "Measure PSNR and VMAF",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb,imageQualityVmaf_v061"
}
},
{
"id": 5,
"label": "Measure PSNR Only, 5000ms",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb:5000"
}
},
{
"id": 6,
"label": "Measure VMAF Only, 5000ms",
"config": {
"enabled": true,
"measurement": "imageQualityVmaf_v061:5000"
}
},
{
"id": 7,
"label": "Measure PSNR and VMAF, 5000ms",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb:5000,imageQualityVmaf_v061:5000"
}
},
{
"id": 8,
"label": "Measure PSNR Only, 10000ms",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb:10000"
}
},
{
"id": 9,
"label": "Measure VMAF Only, 10000ms",
"config": {
"enabled": true,
"measurement": "imageQualityVmaf_v061:10000"
}
},
{
"id": 10,
"label": "Measure PSNR and VMAF, 10000ms",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb:10000,imageQualityVmaf_v061:10000"
}
},
{
"id": 11,
"label": "Measure PSNR Only, 30000ms",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb:30000"
}
},
{
"id": 12,
"label": "Measure VMAF Only, 30000ms",
"config": {
"enabled": true,
"measurement": "imageQualityVmaf_v061:30000"
}
},
{
"id": 13,
"label": "Measure PSNR and VMAF, 30000ms",
"config": {
"enabled": true,
"measurement": "imageQualityWebrtcPsnrDb:30000,imageQualityVmaf_v061:30000"
}
}
]
},
{
"kind": "user",
"id": "2023-08-30_open-in-popout",
"label": "Open Channel in Popout",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_client_theme_coachmark_reintro",
"label": "Experiment to reintroduce the client themes experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "enable the coachmark",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_clips_nitro_early_access",
"label": "Clips (Nitro EA)",
"defaultConfig": {
"enableClips": false,
"enablePremiumEarlyAccessAnnouncementCoachmark": false,
"enablePremiumEarlyAccessGoLiveRoadblock": false
},
"treatments": [
{
"id": 1,
"label": "Clips Nitro EA Upsells Visible",
"config": {
"enableClips": false,
"enablePremiumEarlyAccessAnnouncementCoachmark": true,
"enablePremiumEarlyAccessGoLiveRoadblock": true
}
},
{
"id": 2,
"label": "Clips Enabled (Nitro)",
"config": {
"enableClips": true,
"enablePremiumEarlyAccessAnnouncementCoachmark": true,
"enablePremiumEarlyAccessGoLiveRoadblock": false
}
}
]
},
{
"kind": "user",
"id": "2023-09_decoupled_game_clipping",
"label": "Test decoupled game clipping",
"defaultConfig": {
"enableDecoupledGameClipping": false
},
"treatments": [
{
"id": 1,
"label": "Decoupled Game Clipping",
"config": {
"enableDecoupledGameClipping": true
}
}
]
},
{
"kind": "guild",
"id": "2023-09_gaming_stats_prompt_guild",
"label": "Gaming stats prompt",
"defaultConfig": {
"triggerGamingStats": false
},
"treatments": [
{
"id": 1,
"label": "ability to trigger gaming stats prompt",
"config": {
"triggerGamingStats": true
}
},
{
"id": 2,
"label": "ability to trigger gaming stats prompt (leaderboard)",
"config": {
"triggerGamingStats": true
}
}
]
},
{
"kind": "guild",
"id": "2023-09_gaming_stats_setup",
"label": "Gaming stats exposure setup",
"defaultConfig": {
"trackGamingStats": false
},
"treatments": [
{
"id": 1,
"label": "trigger gaming stats data",
"config": {
"trackGamingStats": true
}
}
]
},
{
"kind": "guild",
"id": "2023-09_guild_polls",
"label": "Create Guild Polls",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables creation of polls within a guild",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_iar_dsa_webform",
"label": "Safety Experience Unauthenticated Report Form",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "EU user",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "DSA E2E testing user",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_iar_user_reporting",
"label": "Safety Experience IAR User Reporting",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_proxy_block_notice",
"label": "Proxy Block Experiment",
"defaultConfig": {
"eligibleForNotice": false
},
"treatments": [
{
"id": 1,
"label": "Show nag bar when proxy blocks an API request",
"config": {
"eligibleForNotice": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_redesigned_icons_experiment",
"label": "Redesigned icons experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Redesigned icons enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_server_shop_phantom_preview",
"label": "Server Shop Phantom Preview",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables Server shop phantom preview",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_show_server_sub_in_server_shop",
"label": "Show server sub in server shop",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables showing server sub in server shop",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_soundmoji",
"label": "Soundmoji",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_trigger_debugging_aa",
"label": "trigger debugging aa mobile",
"defaultConfig": {
"inUse": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"inUse": true
}
}
]
},
{
"kind": "guild",
"id": "2023-09_user_apps_guild",
"label": "Allow user app commands",
"defaultConfig": {
"userAppsTreatment": "r.UserAppsTreatment.DEFAULT"
},
"treatments": [
{
"id": 1,
"label": "Allow user app commands",
"config": {
"userAppsTreatment": "r.UserAppsTreatment.ALLOWED"
}
}
]
},
{
"kind": "user",
"id": "2023-09_whats_new_drop_1_flip",
"label": "What's New Drop 1",
"defaultConfig": {
"flipped": false
},
"treatments": [
{
"id": 1,
"label": "Flipped",
"config": {
"flipped": true
}
}
]
},
{
"kind": "user",
"id": "2023-09_whats_new_drop_2_flip",
"label": "What's New Drop 2",
"defaultConfig": {
"flipped": false
},
"treatments": [
{
"id": 1,
"label": "Flipped",
"config": {
"flipped": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_call_banner_bg",
"label": "Call Banner Background Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_dcf_holdout",
"label": "DCF Holdout",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Users will only see DCs that bypass the holdout",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_forum_post_preview",
"label": "Enable preview of Forum post content before creation",
"defaultConfig": {
"isEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"isEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_premium_tier_2_trial_offer_expiring_notice",
"label": "Premium Tier 2 Trial Offer Expiring Notice",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_social_proofing_file_size",
"label": "Social Proofing File Size",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Should show nitro upsell for large files",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_social_proofing_message_nitro_badge",
"label": "Social Proofing Message Nitro Badge",
"defaultConfig": {
"enabled": false,
"hideNitroBadgeWhenRoleBadgePresent": false
},
"treatments": [
{
"id": 1,
"label": "Prefer BOTH nitro badge AND role icon(s)",
"config": {
"enabled": true,
"hideNitroBadgeWhenRoleBadgePresent": false
}
},
{
"id": 2,
"label": "Prefer role icon(s) over nitro badge if both are present",
"config": {
"enabled": true,
"hideNitroBadgeWhenRoleBadgePresent": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_staff_teen_safety_assist_age_bypass",
"label": "Staff Teen Safety Assist Age Bypass",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable staff teen safety assist age bypass (your account will behave as a teen user)",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-10_viewer_clipping",
"label": "Test viewer side clipping",
"defaultConfig": {
"enableViewerClipping": false,
"ignoreSenderPreference": false
},
"treatments": [
{
"id": 1,
"label": "Viewer Clipping enabled",
"config": {
"enableViewerClipping": true,
"ignoreSenderPreference": false
}
},
{
"id": 2,
"label": "Viewer Clipping enabled; For developer testing",
"config": {
"enableViewerClipping": true,
"ignoreSenderPreference": true
}
}
]
},
{
"id": "2023-11_adyen_auth_without_capture",
"label": "Adyen auth without capture rollout",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_app_launcher_desktop",
"label": "App Launcher - Desktop",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable the app launcher feature on desktop",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_attachment_link_markup",
"label": "Attachment Link Config User Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Shows links to attachments as regular links",
"config": {
"enabled": false
}
},
{
"id": 2,
"label": "Shows links to attachments as \"mentions\" of the filename",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_cannibalization_model_data_collection",
"label": "Cannibalization Model Data Collection",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_keybind_indicators",
"label": "Overlay Keybind Indicators",
"defaultConfig": {
"showKeybindIndicators": false
},
"treatments": [
{
"id": 1,
"label": "Show Keybind Indicators - Overlay",
"config": {
"showKeybindIndicators": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_midjourney_onboarding",
"label": "Midjourney Onboarding",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables the accelerated Midjourney Onboarding & Discord experience for the user.",
"config": {
"enabled": true
}
}
]
},
{
"id": "2023-11_seasonal_gifting",
"label": "Seasonal Gifting 2023",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2023-11_seasonal_gifting_marketing_2023",
"label": "Seasonal Gifting Marketing 2023",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-11_secure_frames_encryption_guilds",
"label": "Allowing testing secure frames for voice/video (Guilds)",
"defaultConfig": {
"protocolVersionFloor": 0,
"canSupportSecureFrames": false,
"canSupportMls": false
},
"treatments": [
{
"id": 6,
"label": "Can support secure frames above protocol version 10",
"config": {
"protocolVersionFloor": 10,
"canSupportSecureFrames": true,
"canSupportMls": false
}
},
{
"id": 7,
"label": "Can support secure frames above protocol version 110 (MLS)",
"config": {
"protocolVersionFloor": 10,
"canSupportSecureFrames": true,
"canSupportMls": true
}
},
{
"id": 8,
"label": "Can support secure frames above protocol version 11",
"config": {
"protocolVersionFloor": 11,
"canSupportSecureFrames": true,
"canSupportMls": false
}
},
{
"id": 9,
"label": "Can support secure frames above protocol version 111 (MLS)",
"config": {
"protocolVersionFloor": 11,
"canSupportSecureFrames": true,
"canSupportMls": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_soundboard_recently_heard_frequently_played",
"label": "Soundboard Recently Heard & Frequently Played",
"defaultConfig": {
"canSeeRecentlyHeard": false,
"canSeeFrequentlyPlayed": false
},
"treatments": [
{
"id": 1,
"label": "User can see Recently Heard soundboard section",
"config": {
"canSeeRecentlyHeard": true,
"canSeeFrequentlyPlayed": false
}
},
{
"id": 2,
"label": "User can see Frequently Played soundboard section",
"config": {
"canSeeRecentlyHeard": false,
"canSeeFrequentlyPlayed": true
}
},
{
"id": 3,
"label": "User can see Frequently Played & Recently Heard soundboard sections",
"config": {
"canSeeRecentlyHeard": true,
"canSeeFrequentlyPlayed": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_totally_benign_and_non_controversial_notification_tweaks",
"label": "Notification Changes",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Use the unfinished, not ready, and totally benign notification tweaks",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_uu_one_click",
"label": "Unique Username one click",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable one click",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2023-11_voice_activity_notification_guild",
"label": "General Voice Channel Notifications for Guild",
"defaultConfig": {
"voiceChannelActivityNotifsEnabled": false
},
"treatments": [
{
"id": 2,
"label": "Deadchat notifs disabled, voice channel activity notifs enabled",
"config": {
"voiceChannelActivityNotifsEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-11_voice_activity_notification_user",
"label": "Voice Activity Notifications for User",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Voice Activity Notifications are enabled for user",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Control for AA test. Voice Activity Notifications are NOT enabled for user.",
"config": {
"enabled": false
}
}
]
},
{
"kind": "user",
"id": "2023-11_xbox_game_invites",
"label": "Xbox Game Invites Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Xbox Game Invites UI Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-12_2023_eoy_ringtone",
"label": "EOY Ringtone 2023",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-12_attachment_link_refresh",
"label": "Attachment Link Refresh User Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Refresh expired attachment links",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-12_collectibles_gifting_dm_entrypoint",
"label": "Collectibles Gifting From DM's",
"defaultConfig": {
"confirmUpsellEnabled": false
},
"treatments": [
{
"id": 2,
"label": "Collectibles Gifting from DM's Enabled With Confirm Step Upsell",
"config": {
"confirmUpsellEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-12_collectibles_shop_marketing",
"label": "Collectibles Shop Marketing Variations",
"defaultConfig": {
"variant": 0
},
"treatments": [
{
"id": 1,
"label": "Winter 2023",
"config": {
"variant": 1
}
},
{
"id": 2,
"label": "Jan 2024",
"config": {
"variant": 2
}
},
{
"id": 4,
"label": "Springtoons 2024",
"config": {
"variant": 4
}
},
{
"id": 5,
"label": "Shy 2024",
"config": {
"variant": 5
}
},
{
"id": 6,
"label": "Galaxy 2024",
"config": {
"variant": 6
}
}
]
},
{
"kind": "user",
"id": "2023-12_marketing_automation_experiment",
"label": "Marketing Automation",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Ask server for marketing content for rendering",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-12_nitro_standard_wow_moment_experiment",
"label": "Productionize Nitro Standard Flying Wumpus Wow Moment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Flying Wumpus Wow Moment shows for redeeming Nitro Standard gifts, trials, and purchases",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2023-12_nv_relaxed_rate_control",
"label": "Alternative rate control proposal for Nvidia encoder",
"defaultConfig": {
"nvMediumVbvSizeMs": 0
},
"treatments": [
{
"id": 1,
"label": "250 ms",
"config": {
"nvMediumVbvSizeMs": 250
}
},
{
"id": 2,
"label": "500 ms",
"config": {
"nvMediumVbvSizeMs": 500
}
},
{
"id": 3,
"label": "1000 ms",
"config": {
"nvMediumVbvSizeMs": 1000
}
}
]
},
{
"kind": "user",
"id": "2023-12_pause_subscriptions_experiment",
"label": "Pause Subscriptions Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Pause Subscription Enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2023-12_quests",
"kind": "user",
"label": "Quests",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Quests enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_auto_disable_video_mobile_v2",
"label": "Mobile performance: VideoHealthManager (v2)",
"defaultConfig": {
"featureEnabled": false,
"windowLength": 5,
"allowedPoorFpsRatio": 1,
"fpsThreshold": 5,
"backoffTimeSec": 15
},
"treatments": [
{
"id": 1,
"label": "5 second window, 100% allowed poor fps ratio, 5 fps threshold, 15 second backoff",
"config": {
"featureEnabled": true,
"windowLength": 5,
"allowedPoorFpsRatio": 1,
"fpsThreshold": 5,
"backoffTimeSec": 15
}
},
{
"id": 2,
"label": "5 second window, 100% allowed poor fps ratio, 5 fps threshold, 10 second backoff",
"config": {
"featureEnabled": true,
"windowLength": 5,
"allowedPoorFpsRatio": 1,
"fpsThreshold": 5,
"backoffTimeSec": 10
}
},
{
"id": 3,
"label": "10 second window, 70% allowed poor fps ratio, 5 fps threshold, 15 second backoff",
"config": {
"featureEnabled": true,
"windowLength": 10,
"allowedPoorFpsRatio": ".7",
"fpsThreshold": 5,
"backoffTimeSec": 15
}
},
{
"id": 4,
"label": "10 second window, 90% allowed poor fps ratio, 5 fps threshold, 15 second backoff",
"config": {
"featureEnabled": true,
"windowLength": 10,
"allowedPoorFpsRatio": ".9",
"fpsThreshold": 5,
"backoffTimeSec": 15
}
}
]
},
{
"kind": "user",
"id": "2024-01_chunked_message_attachment_uploads",
"label": "Use chunked uploads for message attachments",
"defaultConfig": {
"enabled": false,
"chunkSize": 0
},
"treatments": [
{
"id": 1,
"label": "Chunked message attachment uploads",
"config": {
"enabled": true,
"chunkSize": 8388608
}
}
]
},
{
"kind": "user",
"id": "2024-01_create_gdm_polls",
"label": "Create GDM Polls",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables creation of polls within a GDM or guild",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_enhanced_hd_streaming_roadblock",
"label": "Enhanced HD Streaming Roadblock",
"defaultConfig": {
"enabled": false,
"variant": 0
},
"treatments": [
{
"id": 1,
"label": "Variant 1A",
"config": {
"enabled": true,
"variant": 1
}
},
{
"id": 2,
"label": "Variant 1B",
"config": {
"enabled": true,
"variant": 2
}
},
{
"id": 3,
"label": "Variant 2A",
"config": {
"enabled": true,
"variant": 3
}
},
{
"id": 4,
"label": "Variant 2B",
"config": {
"enabled": true,
"variant": 4
}
}
]
},
{
"kind": "user",
"id": "2024-01_expanded_gift_entry_points_gift_inventory",
"label": "Expanded Gift Entry Points - Gift Inventory",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Show Gift Entry Point in Gift Inventory",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_expiring_status",
"label": "Expiring status Experiment ",
"defaultConfig": {
"expiringStatus": false
},
"treatments": [
{
"id": 1,
"label": "allow expiring status",
"config": {
"expiringStatus": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_guild_gaming_voice_activity",
"label": "Guild Gaming Voice Activity",
"defaultConfig": {
"shouldSubscribeToGuildMemberUpdates": false,
"showGamingVoiceActivity": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"shouldSubscribeToGuildMemberUpdates": true,
"showGamingVoiceActivity": false
}
},
{
"id": 1,
"label": "Badge the server icon & show gamers in the tooltip if gamers are in VC",
"config": {
"shouldSubscribeToGuildMemberUpdates": true,
"showGamingVoiceActivity": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_inappropriate_conversation_warning",
"label": "Inappropriate Conversation Warning",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Inappropriate Conversation Warning",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_inappropriate_conversation_warning_staff_bypass",
"label": "Inappropriate Conversation Warning Staff Bypass",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Inappropriate Conversation Warning Staff Bypass",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_mention_on_all_messages",
"label": "Mention on all messages",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Increment mention count when receiving a message in a channel set to all messages",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_mobile_shop",
"label": "Mobile Shop Experiment",
"defaultConfig": {
"mobileShopEnabled": false,
"showPaymentSuccessViewInsteadOfPDP": false,
"shouldAnimateAvatarDecorationsInIndexPages": false,
"shouldFakePurchaseSuccessFlowLocally": false
},
"treatments": [
{
"id": 1,
"label": "Enables mobile shop",
"config": {
"mobileShopEnabled": true,
"showPaymentSuccessViewInsteadOfPDP": false,
"shouldAnimateAvatarDecorationsInIndexPages": false,
"shouldFakePurchaseSuccessFlowLocally": false
}
},
{
"id": 601,
"label": "Show payment success view instead of PDP",
"config": {
"mobileShopEnabled": true,
"showPaymentSuccessViewInsteadOfPDP": true,
"shouldAnimateAvatarDecorationsInIndexPages": false,
"shouldFakePurchaseSuccessFlowLocally": false
}
},
{
"id": 602,
"label": "Animate decorations in home/index page",
"config": {
"mobileShopEnabled": true,
"showPaymentSuccessViewInsteadOfPDP": false,
"shouldAnimateAvatarDecorationsInIndexPages": true,
"shouldFakePurchaseSuccessFlowLocally": false
}
},
{
"id": 603,
"label": "Simulate Success Flow Locally",
"config": {
"mobileShopEnabled": true,
"showPaymentSuccessViewInsteadOfPDP": true,
"shouldAnimateAvatarDecorationsInIndexPages": false,
"shouldFakePurchaseSuccessFlowLocally": true
}
}
]
},
{
"kind": "guild",
"id": "2024-01_nvencadaptivekeyframe",
"label": "nvenc adaptive key frame interval",
"defaultConfig": {
"enableAdaptiveKeyFrame": false
},
"treatments": [
{
"id": 1,
"label": "enable adaptive key frame for nvenc",
"config": {
"enableAdaptiveKeyFrame": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_otp_skus",
"label": "OTP SKUs",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable OTP SKUs",
"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_rpc_analytics_killswitch",
"label": "RPC Server Analytics Killswitch",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable RPC Server Analytics",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_safety_hub_display_guild_violations",
"label": "Safety Hub Display Guild Violations",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Display guild violations in account standing",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_unreads",
"label": "Unreads Experiment (grey-dot mode)",
"defaultConfig": {
"logExposure": false,
"autoOpen": false,
"manuallyOpen": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"logExposure": true,
"autoOpen": false,
"manuallyOpen": false
}
},
{
"id": 1,
"label": "Auto open migration",
"config": {
"logExposure": true,
"autoOpen": true,
"manuallyOpen": false
}
},
{
"id": 2,
"label": "Manually open migration",
"config": {
"logExposure": false,
"autoOpen": false,
"manuallyOpen": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_uu_forced_migration",
"label": "Unique Username Forced Migration UI",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Forced Migration UI",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-01_voice_user_game_activity",
"label": "Voice User Game Activity",
"defaultConfig": {
"showGameIcon": false
},
"treatments": [
{
"id": 1,
"label": "Show game icon next to the Voice User in VC",
"config": {
"showGameIcon": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_activity_react_reply",
"label": "Activity React Reply",
"defaultConfig": {
"enableActivityReactReply": false
},
"treatments": [
{
"id": 1,
"label": "Enable Activity React / Reply Buttons",
"config": {
"enableActivityReactReply": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_activityiframemountfromgatewayupdate",
"label": "mount activity iframe in response to gateway update",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_all_marketing_page_optimization_phase_1",
"label": "Marketing Page Optimizations - Phase 1",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": 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_churn_user_discount_offer_experiment",
"label": "Churn User Discount Offer",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "users receive no discount offer when churning",
"config": {
"enabled": true
}
},
{
"id": 1,
"label": "users receive a 1 month discout offer when churning",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "users receive a 3 month discount offer when churning",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_clips_quality_decoupling",
"label": "Clips quality decoupling",
"defaultConfig": {
"allowQualityDecoupling": false
},
"treatments": [
{
"id": 1,
"label": "Enable Clips quality decoupling",
"config": {
"allowQualityDecoupling": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_desktop_animated_icons",
"label": "Desktop animated icons",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Animated icons enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_emoji_picker_upload_desktop",
"label": "Desktop: Consistently show the Emoji Picker Upload button at the start of emoji lists",
"defaultConfig": {
"enabled": false,
"treatment": 0
},
"treatments": [
{
"id": 1,
"label": "With Top Emojis showing the Upload button",
"config": {
"enabled": true,
"treatment": 1
}
},
{
"id": 2,
"label": "Without Top Emojis showing the Upload button",
"config": {
"enabled": true,
"treatment": 2
}
}
]
},
{
"kind": "user",
"id": "2024-02_family_center_vc_join",
"label": "Family Center VC Join",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable VC Join in Family Center",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_h265_for_windows_with_amd",
"label": "Test H.265 on Windows with the AMD hardware encoder",
"defaultConfig": {
"signalH265SupportAMD": false
},
"treatments": [
{
"id": 1,
"label": "Use H.265 for AMD on Windows",
"config": {
"signalH265SupportAMD": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_hide_member_list_activities",
"label": "Hide member list activities",
"defaultConfig": {
"hideActivities": false
},
"treatments": [
{
"id": 1,
"label": "Enabled (hide activities)",
"config": {
"hideActivities": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_image_load_metrics",
"label": "Image load metrics Config User Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Do not send metrics for image load",
"config": {
"enabled": false
}
},
{
"id": 2,
"label": "Send metrics for image load",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_nitro_custom_emoji_perk_roadblock",
"label": "Nitro Custom Emoji Perk Roadblock",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Nitro custom emoji perk roadblock",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_nvenc_new_presets",
"label": "nvenc new presets",
"defaultConfig": {
"nvEnableNewPresets": false
},
"treatments": [
{
"id": 1,
"label": "enable adaptive key frame for nvenc",
"config": {
"nvEnableNewPresets": true
}
}
]
},
{
"kind": "user",
"id": "2024-02_safety_hub_guild_violation_in_app_appeals",
"label": "Safety Hub Guild Violation In App Appeals",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Allow guild violations to be applied using the new appeals ingestion flow",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2024-03_advanced_slowmode_input",
"label": "advanced slowmode input",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "enable the advanced slowmode input",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_airpods_mute_support",
"label": "Support for muting/unmuting via AirPods",
"defaultConfig": {
"airpodsMuteSupported": false
},
"treatments": [
{
"id": 1,
"label": "AirPods mute enabled",
"config": {
"airpodsMuteSupported": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_annual_discounts_experiment",
"label": "Test price for standard annual plan utilizing discount framework",
"defaultConfig": {
"enabled": false,
"discount_percentage": null
},
"treatments": [
{
"id": 0,
"label": "users receive regular standard annual price (16% discount)",
"config": {
"enabled": false,
"discount_percentage": 16
}
},
{
"id": 1,
"label": "users receive 20% discount (4% off regular standard annual price)",
"config": {
"enabled": true,
"discount_percentage": 20
}
},
{
"id": 2,
"label": "users receive 25% discount (10% off regular standard annual price)",
"config": {
"enabled": true,
"discount_percentage": 25
}
}
]
},
{
"kind": "user",
"id": "2024-03_clickstream_analytics",
"label": "Clickstream Analytics",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Clickstream Analytics",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_content_inventory_memberlist_and_ranker",
"label": "Enables the memberlist content feed",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Recency",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Heuristic",
"config": {
"enabled": true
}
},
{
"id": 3,
"label": "Noteworthy",
"config": {
"enabled": true,
"impressionCappingEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_content_inventory_ranker_client_dummy",
"label": "Tracks exposure for which ranker bucket the user is in. This is here to test an exposure bug",
"defaultConfig": {},
"treatments": [
{
"id": 1,
"label": "Heuristic",
"config": {}
}
]
},
{
"kind": "user",
"id": "2024-03_content_inventory_surface_holdout",
"label": "Content Inventory Surface Holdout",
"defaultConfig": {},
"treatments": []
},
{
"id": "2024-03_gateway_zstd",
"label": "Gateway Zstd compression",
"kind": "user",
"defaultConfig": {
"useZstd": false,
"doVerification": false
},
"treatments": [
{
"id": "I.ExperimentBuckets.CONTROL",
"label": "Control (verification)",
"config": {
"useZstd": false,
"doVerification": true
}
},
{
"id": 1,
"label": "Use Zstd",
"config": {
"useZstd": true,
"doVerification": false
}
},
{
"id": 2,
"label": "No Zstd, no verification",
"config": {
"useZstd": false,
"doVerification": false
}
},
{
"id": 3,
"label": "Use Zstd (2)",
"config": {
"useZstd": true,
"doVerification": false
}
}
]
},
{
"kind": "user",
"id": "2024-03_holdout_bug_main_right_way",
"label": "Holdout Bug Experiment Right Way (pls ignore)",
"defaultConfig": {},
"treatments": [
{
"id": 1,
"label": "Treament",
"config": {}
}
]
},
{
"kind": "user",
"id": "2024-03_holdout_bug_main_wrong_way",
"label": "Holdout Bug Experiment Wrong Way (pls ignore)",
"defaultConfig": {},
"treatments": [
{
"id": 1,
"label": "Treament",
"config": {}
}
]
},
{
"kind": "guild",
"id": "2024-03_krisp_sentiment",
"label": "override krisp setting",
"defaultConfig": {
"shouldOverrideKrisp": false,
"overrideKrispSetting": false
},
"treatments": [
{
"id": 1,
"label": "Force enable krisp",
"config": {
"shouldOverrideKrisp": true,
"overrideKrispSetting": true
}
},
{
"id": 2,
"label": "Force disable krisp",
"config": {
"shouldOverrideKrisp": true,
"overrideKrispSetting": false
}
}
]
},
{
"kind": "user",
"id": "2024-03_media_play_metrics",
"label": "Media play metrics User Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Send metrics",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_metrics_endpoint_v2",
"label": "Metrics V2 Endpoint Rollout",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables sending metrics to the v2 endpoint which accepts a new data format",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_nitro_tenure_reward_card",
"label": "Nitro Tenure Reward Card",
"defaultConfig": {
"enableNitroTenureRewardCard": false
},
"treatments": [
{
"id": 1,
"label": "Enables the nitro tenure reward card for users",
"config": {
"enableNitroTenureRewardCard": true
}
}
]
},
{
"id": "2024-03_passwordless_login",
"label": "Passwordless Login",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Early Release",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Treatment",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_perks_demo_hd_streaming",
"label": "Perks Demo: HD Streaming",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "With HD Streaming Perk Demo enabled - ML predicted",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "With HD Streaming Perk Demo enabled - no ML prediction",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2024-03_polls_coachmark",
"label": "Show coachmark for poll creation entry point in guild",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Can show coachmark for poll creation entry point in guild",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_profile_mutuals",
"label": "Profile Mutuals",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Show Profile Mutuals (Friends/Guilds)",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-03_quest_bar_progress_cta",
"kind": "user",
"label": "Quest Bar Progress CTA",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Quest Bar Progress CTA enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-03_quests_activity_quest",
"kind": "user",
"label": "Activity Quest",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Activity Quest enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-03_quests_client_monitoring",
"kind": "user",
"label": "Quests client monitoring experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "disabled",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-03_quests_members_list_entrypoint",
"kind": "user",
"label": "Quests Members List Entrypoint",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Quests Members List Entrypoint enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_referral_program_recipient",
"label": "Referral Program Recipient Experience",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_referral_program_sender",
"label": "Referral Program Sender Experience",
"defaultConfig": {
"enabled": false,
"subscriberHomeVariant": null,
"eligibleToFetch": false
},
"treatments": [
{
"id": 0,
"label": "Disabled",
"config": {
"enabled": false,
"subscriberHomeVariant": null,
"eligibleToFetch": true
}
},
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true,
"subscriberHomeVariant": 0,
"eligibleToFetch": true
}
},
{
"id": 2,
"label": "Enabled",
"config": {
"enabled": true,
"subscriberHomeVariant": 1,
"eligibleToFetch": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_remb_experiment",
"label": "Bandwidth Estimation - REMB",
"defaultConfig": {
"enabled": true,
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/trendline-window-duration-3750,robust-estimator"
},
"treatments": [
{
"id": 1,
"label": "Sender + Worker: Trendline Window Duration 7500ms + Robust Estimator, worker REMB PLI only",
"config": {
"enabled": true,
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/trendline-window-duration-3750,robust-estimator,worker-bitrate-remb-pli"
}
},
{
"id": 2,
"label": "Sender + Worker: Trendline Window Duration 7500ms + Robust Estimator, worker continuous REMB only",
"config": {
"enabled": true,
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/trendline-window-duration-3750,robust-estimator,worker-bitrate-remb-preemption-v1"
}
},
{
"id": 3,
"label": "Sender + Worker: Trendline Window Duration 7500ms + Robust Estimator, worker REMB PLI with continuous",
"config": {
"enabled": true,
"fullname": "bandwidth_estimation/trendline-window-duration-3750,robust-estimator/trendline-window-duration-3750,robust-estimator,worker-bitrate-remb-preemption-v1,worker-bitrate-remb-pli"
}
}
]
},
{
"kind": "user",
"id": "2024-03_shop_card_hover_animation",
"label": "Shop card hover animation experiment",
"defaultConfig": {
"hoverVariant": 0
},
"treatments": [
{
"id": 1,
"label": "Use CSS Transformation",
"config": {
"hoverVariant": 1
}
},
{
"id": 2,
"label": "No hover movement",
"config": {
"hoverVariant": 2
}
}
]
},
{
"kind": "user",
"id": "2024-03_simplified_profile_phase_one",
"label": "Simplified Profile Experiment",
"defaultConfig": {
"basicsEnabled": false,
"moreUserDetailsEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Only the basics",
"config": {
"basicsEnabled": true,
"moreUserDetailsEnabled": false
}
},
{
"id": 2,
"label": "More user details",
"config": {
"basicsEnabled": true,
"moreUserDetailsEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_social_proof_hd_streaming",
"label": "Social proof in HD streaming upsell",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Show social proof in HD streaming upsell",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_unreads_new_users",
"label": "Unreads Experiment (grey-dot mode) (new users)",
"defaultConfig": {
"enabled": false,
"logExposure": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false,
"logExposure": true
}
},
{
"id": 1,
"label": "Auto open migration",
"config": {
"enabled": true,
"logExposure": true
}
}
]
},
{
"id": "2024-03_user_recent_games",
"kind": "user",
"label": "Recent Games",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
},
{
"id": 4,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-03_user_recent_games_api",
"kind": "user",
"label": "Recent Games API",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_valorant_admin_signup",
"label": "Valorant Admin Signup",
"defaultConfig": {
"showAdminSignup": false
},
"treatments": [
{
"id": 1,
"label": "Show admin signup",
"config": {
"showAdminSignup": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_valorant_user_signup",
"label": "Valorant User Signup",
"defaultConfig": {
"showUserSignup": false
},
"treatments": [
{
"id": 1,
"label": "Show user signup",
"config": {
"showUserSignup": true
}
}
]
},
{
"kind": "user",
"id": "2024-03_web_audio_api_rollout",
"label": "Web Audio API Rollout",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Web Audio API usage",
"config": {
"enabled": true
}
}
]
},
{
"kind": "guild",
"id": "2024-04_audio_short_circuit_guild",
"label": "Audio processing short circuiting (guild)",
"defaultConfig": {
"muteBeforeProcessing": false,
"pttBeforeProcessing": false,
"skipEncode": false
},
"treatments": [
{
"id": 1,
"label": "Mute before processing",
"config": {
"muteBeforeProcessing": true,
"pttBeforeProcessing": false,
"skipEncode": false
}
},
{
"id": 2,
"label": "PTT before processing",
"config": {
"muteBeforeProcessing": false,
"pttBeforeProcessing": true,
"skipEncode": false
}
},
{
"id": 3,
"label": "Mute + PTT before processing",
"config": {
"muteBeforeProcessing": true,
"pttBeforeProcessing": true,
"skipEncode": false
}
},
{
"id": 4,
"label": "Skip encode",
"config": {
"muteBeforeProcessing": false,
"pttBeforeProcessing": false,
"skipEncode": true
}
},
{
"id": 5,
"label": "Mute before processing, skip encode",
"config": {
"muteBeforeProcessing": true,
"pttBeforeProcessing": false,
"skipEncode": true
}
},
{
"id": 6,
"label": "PTT before processing, skip encode",
"config": {
"muteBeforeProcessing": false,
"pttBeforeProcessing": true,
"skipEncode": true
}
},
{
"id": 7,
"label": "Mute + PTT before processing, skip encode",
"config": {
"muteBeforeProcessing": true,
"pttBeforeProcessing": true,
"skipEncode": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_call_experience",
"label": "call experience",
"defaultConfig": {
"bucket": 0
},
"treatments": [
{
"id": 1,
"label": "bucket 1",
"config": {
"bucket": 1
}
},
{
"id": 2,
"label": "bucket 2",
"config": {
"bucket": 2
}
},
{
"id": 3,
"label": "bucket 3",
"config": {
"bucket": 3
}
},
{
"id": 4,
"label": "bucket 4",
"config": {
"bucket": 4
}
}
]
},
{
"kind": "user",
"id": "2024-04_call_experience_enhanced",
"label": "call experience enhanced",
"defaultConfig": {
"bucket": 0
},
"treatments": [
{
"id": 1,
"label": "bucket 5",
"config": {
"bucket": 5
}
},
{
"id": 2,
"label": "bucket 6",
"config": {
"bucket": 6
}
},
{
"id": 3,
"label": "bucket 7",
"config": {
"bucket": 7
}
},
{
"id": 4,
"label": "bucket 8",
"config": {
"bucket": 8
}
}
]
},
{
"kind": "user",
"id": "2024-04_changelog",
"label": "New Changelog Messages",
"defaultConfig": {
"canReceiveMessage": false
},
"treatments": [
{
"id": 1,
"label": "Receive changelog updates as messages",
"config": {
"canReceiveMessage": true
}
},
{
"id": 2,
"label": "Receive unpublished changelog updates as messages (server)",
"config": {
"canReceiveMessage": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_collectibles_unified_product_catalog",
"label": "Collectibles Unified Product Catalog",
"defaultConfig": {
"unifiedProductCatalogEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables the unified product catalog in the Shop",
"config": {
"unifiedProductCatalogEnabled": true
}
}
]
},
{
"id": "2024-04_concurrent_quests",
"kind": "user",
"label": "Concurrent Quests",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Concurrent Quests Enabled",
"config": {
"enabled": true
}
},
{
"id": 99,
"label": "Concurrent Quests Enabled",
"config": {
"enabled": true
}
},
{
"id": 100,
"label": "Concurrent Quests Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_content_inventory_listened_media",
"label": "Content Inventory: LISTENED_MEDIA",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_custom_notification_sound_web",
"label": "Custom Notification Sound for Desktop",
"defaultConfig": {
"enabled": false,
"nestedEntry": false
},
"treatments": [
{
"id": 1,
"label": "Enable custom notification sounds",
"config": {
"enabled": true,
"nestedEntry": false
}
},
{
"id": 2,
"label": "Enable custom notification sounds + nested entry point",
"config": {
"enabled": true,
"nestedEntry": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_dm_settings_upsell",
"label": "DM Settings Upsell",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable DM Settings Upsell (with upsell threshold at 2 rejected MRs)",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Enable DM Settings Upsell (with upsell threshold at 3 rejected MRs)",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_emoji_suggestions",
"label": "Emoji Suggestions Experiment",
"defaultConfig": {
"isEmojiSuggestionsEnabled": false,
"isEmojiTextMatchSuggestionsEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables static emoji suggestions",
"config": {
"isEmojiSuggestionsEnabled": true,
"isEmojiTextMatchSuggestionsEnabled": false
}
},
{
"id": 2,
"label": "Enables Emoji Suggestions using text content and emoji captions",
"config": {
"isEmojiSuggestionsEnabled": true,
"isEmojiTextMatchSuggestionsEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_game_settings_merge",
"label": "Game Settings Merge",
"defaultConfig": {
"shouldMergeGameSettings": false
},
"treatments": [
{
"id": 1,
"label": "Merge Game Settings",
"config": {
"shouldMergeGameSettings": true
}
}
]
},
{
"id": "2024-04_gateway_zstd_verification",
"label": "Gateway Zstd Verification",
"kind": "user",
"defaultConfig": {
"useZstd": false
},
"treatments": [
{
"id": 1,
"label": "Use Zstd",
"config": {
"useZstd": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_gdm_presence",
"label": "Group DM Presence",
"defaultConfig": {
"isFacepileEnabled": false,
"isStatusIndicatorEnabled": false,
"isTypingIndicatorEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Status Indicator Only",
"config": {
"isFacepileEnabled": false,
"isStatusIndicatorEnabled": true,
"isTypingIndicatorEnabled": false
}
},
{
"id": 2,
"label": "Typing Indicator Only",
"config": {
"isFacepileEnabled": false,
"isStatusIndicatorEnabled": false,
"isTypingIndicatorEnabled": true
}
},
{
"id": 3,
"label": "Status Indicator + Typing Indicator",
"config": {
"isFacepileEnabled": false,
"isStatusIndicatorEnabled": true,
"isTypingIndicatorEnabled": true
}
},
{
"id": 4,
"label": "Facepile Only",
"config": {
"isFacepileEnabled": true,
"isStatusIndicatorEnabled": false,
"isTypingIndicatorEnabled": false
}
},
{
"id": 5,
"label": "Facepile + Status Indicator",
"config": {
"isFacepileEnabled": true,
"isStatusIndicatorEnabled": true,
"isTypingIndicatorEnabled": false
}
},
{
"id": 6,
"label": "Facepile + Typing Indicator",
"config": {
"isFacepileEnabled": true,
"isStatusIndicatorEnabled": false,
"isTypingIndicatorEnabled": true
}
},
{
"id": 7,
"label": "Facepile + Typing Indicator + Status Indicator",
"config": {
"isFacepileEnabled": true,
"isStatusIndicatorEnabled": true,
"isTypingIndicatorEnabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_genshin_admin_signup",
"label": "Genshin Admin Signup",
"defaultConfig": {
"showAdminSignup": false
},
"treatments": [
{
"id": 1,
"label": "Show admin signup",
"config": {
"showAdminSignup": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_genshin_user_signup",
"label": "Genshin User Signup",
"defaultConfig": {
"showUserSignup": false
},
"treatments": [
{
"id": 1,
"label": "Show user signup",
"config": {
"showUserSignup": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_go_live_simulcast",
"label": "Go Live Simulcast",
"defaultConfig": {
"enableGoLiveSimulcast": false
},
"treatments": [
{
"id": 1,
"label": "enabled",
"config": {
"enableGoLiveSimulcast": true
}
}
]
},
{
"kind": "guild",
"id": "2024-04_hang_status_v2",
"label": "Hang Statuses - V2 experiment",
"defaultConfig": {
"enableHangStatus": false,
"setDefaultStatus": false,
"allowChannelTopic": false
},
"treatments": [
{
"id": 1,
"label": "enable hang statuses with no default",
"config": {
"enableHangStatus": true,
"setDefaultStatus": false,
"allowChannelTopic": false
}
},
{
"id": 2,
"label": "enable hang statuses with default",
"config": {
"enableHangStatus": true,
"setDefaultStatus": true,
"allowChannelTopic": false
}
},
{
"id": 3,
"label": "enable hang statuses with channel topic",
"config": {
"enableHangStatus": true,
"setDefaultStatus": false,
"allowChannelTopic": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_hd_streaming_parent",
"label": "HD Streaming Parent",
"defaultConfig": {
"inPerksDemosExperiment": false,
"inCallExperienceExperiment": false
},
"treatments": [
{
"id": 1,
"label": "In Experiment 1",
"config": {
"inPerksDemosExperiment": true,
"inCallExperienceExperiment": false
}
},
{
"id": 2,
"label": "In Experiment 2",
"config": {
"inPerksDemosExperiment": false,
"inCallExperienceExperiment": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_iar_message_dislike",
"label": "IAR Message Dislike",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_keyword_filter_experiment",
"label": "Replace registered keywords with asterisks",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Keyword Filter",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_lightning_checkout",
"label": "Lightning Checkout Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Lightning Checkout Flow",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_markdown_subtext",
"label": "Subtext Markdown",
"defaultConfig": {
"showSubtextMarkdown": false
},
"treatments": [
{
"id": 1,
"label": "Show subtext markdown",
"config": {
"showSubtextMarkdown": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_marketing_page_non_sub_perk_tile_order",
"label": "Changes the order of the non-subscriber perk tiles",
"defaultConfig": {
"tileOrderVariant": 0
},
"treatments": [
{
"id": 0,
"label": "Default",
"config": {
"tileOrderVariant": 0
}
},
{
"id": 1,
"label": "Variant 1",
"config": {
"tileOrderVariant": 1
}
},
{
"id": 2,
"label": "Variant 2",
"config": {
"tileOrderVariant": 2
}
}
]
},
{
"id": "2024-04_memberlist_hover_interactions",
"kind": "user",
"label": "Memberlist Hover Interactions",
"defaultConfig": {
"showReplyIcon": false,
"openOnHover": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"showReplyIcon": false,
"openOnHover": false
}
},
{
"id": 1,
"label": "Show Reply Icon",
"config": {
"showReplyIcon": true,
"openOnHover": false
}
},
{
"id": 2,
"label": "Open on Hover",
"config": {
"showReplyIcon": false,
"openOnHover": true
}
}
]
},
{
"id": "2024-04_memberlist_one_click_reply",
"kind": "user",
"label": "Memberlist One Click Reply",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "One click reply enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_merged_tabs",
"label": "Mobile Redesign - Merge Tabs Last Stand Experiment",
"defaultConfig": "l",
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"mergeTabs": false,
"hideLabels": false,
"roundedCorners": false,
"blurTabBar": false
}
},
{
"id": 1,
"label": "Merged Tabs, Labels",
"config": {
"mergeTabs": true,
"hideLabels": false,
"roundedCorners": false,
"blurTabBar": false
}
},
{
"id": 2,
"label": "Merged Tabs, No Labels",
"config": {
"mergeTabs": true,
"hideLabels": true,
"roundedCorners": false,
"blurTabBar": false
}
},
{
"id": 3,
"label": "Merged Tabs, Labels, Rounded Corners",
"config": {
"mergeTabs": true,
"hideLabels": false,
"roundedCorners": true,
"blurTabBar": false
}
},
{
"id": 4,
"label": "Merged Tabs, No Labels, Rounded Corners",
"config": {
"mergeTabs": true,
"hideLabels": true,
"roundedCorners": true,
"blurTabBar": false
}
},
{
"id": 5,
"label": "Merged Tabs, Labels, Blurred Tab Bar",
"config": {
"mergeTabs": true,
"hideLabels": false,
"roundedCorners": false,
"blurTabBar": true
}
},
{
"id": 6,
"label": "Merged Tabs, No Labels, Blurred Tab Bar",
"config": {
"mergeTabs": true,
"hideLabels": true,
"roundedCorners": false,
"blurTabBar": true
}
},
{
"id": 7,
"label": "Merged Tabs, Labels, Rounded Corners, Blurred Tab Bar",
"config": {
"mergeTabs": true,
"hideLabels": false,
"roundedCorners": true,
"blurTabBar": true
}
},
{
"id": 8,
"label": "Merged Tabs, No Labels, Rounded Corners, Blurred Tab Bar",
"config": {
"mergeTabs": true,
"hideLabels": true,
"roundedCorners": true,
"blurTabBar": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_premium_hd_streaming_upsell_copy",
"label": "Premium HD Streaming Upsell New Copy",
"defaultConfig": {
"showNewRoadblockCopy": false,
"showNewRoadblockRoute": false,
"showNewUpsellCopy": false
},
"treatments": [
{
"id": 1,
"label": "show new roadblock copy",
"config": {
"showNewRoadblockCopy": true,
"showNewRoadblockRoute": false,
"showNewUpsellCopy": false
}
},
{
"id": 2,
"label": "show new roadblock copy + new \"View All\" route",
"config": {
"showNewRoadblockCopy": true,
"showNewRoadblockRoute": true,
"showNewUpsellCopy": false
}
},
{
"id": 3,
"label": "show new upsell copy + new roadblock copy + new \"View All\" route",
"config": {
"showNewRoadblockCopy": true,
"showNewRoadblockRoute": true,
"showNewUpsellCopy": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_premium_marketing_tab_display_timing_experiment",
"label": "2024 Premium Marketing Tab Display Timing Experiment",
"defaultConfig": {
"daysUntilDisplay": 2592000000
},
"treatments": [
{
"id": 1,
"label": ">7 day account age display",
"config": {
"daysUntilDisplay": 604800000
}
},
{
"id": 2,
"label": ">14 day account age display",
"config": {
"daysUntilDisplay": 1209600000
}
},
{
"id": 3,
"label": ">21 day account age display",
"config": {
"daysUntilDisplay": 1814400000
}
},
{
"id": 4,
"label": ">28 day account age display",
"config": {
"daysUntilDisplay": 2419200000
}
}
]
},
{
"id": "2024-04_quest_playtime_task",
"kind": "user",
"label": "Quest Playtime Task",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Playtime enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-04_quest_preview_tool",
"kind": "user",
"label": "Quest Preview Tool",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Preview tool enabled",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-04_quests_logging",
"kind": "user",
"label": "Quests Logging",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Quest logging enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_rollout_for_vic",
"label": "Amazon Music Connection",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-04_server_peek",
"label": "Change the guild tooltip",
"defaultConfig": {
"showNewGuildTooltip": false,
"showNewGuildTooltipActivityEmptyState": false,
"cardType": "r.GuildPeekCardTypes.WHAT"
},
"treatments": [
{
"id": 1,
"label": "Show new tooltip focusing on WHAT, no empty state",
"config": {
"showNewGuildTooltip": true,
"showNewGuildTooltipActivityEmptyState": false,
"cardType": "r.GuildPeekCardTypes.WHAT"
}
},
{
"id": 2,
"label": "Show new tooltip focusing on WHAT, with empty state",
"config": {
"showNewGuildTooltip": true,
"showNewGuildTooltipActivityEmptyState": true,
"cardType": "r.GuildPeekCardTypes.WHAT"
}
},
{
"id": 3,
"label": "Show new tooltip focusing on WHO, no empty state",
"config": {
"showNewGuildTooltip": true,
"showNewGuildTooltipActivityEmptyState": false,
"cardType": "r.GuildPeekCardTypes.WHO"
}
}
]
},
{
"kind": "user",
"id": "2024-04_shop_marketing_badge",
"label": "Shop Marketing New Badge Design Experiment",
"defaultConfig": {
"coachtipEdition": "s.ShopCoachtipEditions.NONE"
},
"treatments": [
{
"id": 1,
"label": "Shy",
"config": {
"coachtipEdition": "s.ShopCoachtipEditions.SHY"
}
},
{
"id": 2,
"label": "Lofi Vibes",
"config": {
"coachtipEdition": "s.ShopCoachtipEditions.LOFI_VIBES"
}
},
{
"id": 3,
"label": "Galaxy",
"config": {
"coachtipEdition": "s.ShopCoachtipEditions.GALAXY"
}
},
{
"id": 4,
"label": "Retro & Pirates",
"config": {
"coachtipEdition": "s.ShopCoachtipEditions.RETRO_AND_PIRATES"
}
}
]
},
{
"kind": "user",
"id": "2024-04_video_decoder_reset_fallback",
"label": "Video decoder reset/fallback on errors",
"defaultConfig": {
"resetOnErrors": false,
"fallbackOnErrors": false,
"fallbackOnConsecutiveErrors": false
},
"treatments": [
{
"id": 1,
"label": "Reset only",
"config": {
"resetOnErrors": true,
"fallbackOnErrors": false,
"fallbackOnConsecutiveErrors": false
}
},
{
"id": 2,
"label": "Fallback only",
"config": {
"resetOnErrors": false,
"fallbackOnErrors": true,
"fallbackOnConsecutiveErrors": false
}
},
{
"id": 3,
"label": "Reset and fallback",
"config": {
"resetOnErrors": true,
"fallbackOnErrors": true,
"fallbackOnConsecutiveErrors": false
}
},
{
"id": 4,
"label": "Reset and fallback, consecutive",
"config": {
"resetOnErrors": true,
"fallbackOnErrors": false,
"fallbackOnConsecutiveErrors": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_activity_death_by_ai_mini_shelf_banner",
"label": "Actvity Death By AI Mini-Shelf Banner",
"defaultConfig": {
"enableDeathByAiMiniShelfBanner": false
},
"treatments": [
{
"id": 1,
"label": "Enable mini-shelf banner",
"config": {
"enableDeathByAiMiniShelfBanner": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_av1_hardware_decode_electron",
"label": "AV1 hardware decode",
"defaultConfig": {
"hardwareDecodeAV1": false
},
"treatments": [
{
"id": 1,
"label": "enabled",
"config": {
"hardwareDecodeAV1": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_brand_refresh_desktop_may_24",
"label": "Brand Refresh Desktop Experiment May 2024",
"defaultConfig": {
"isWelcomeRefreshEnabled": false,
"isInviteRefreshEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Welcome + Accept Invite Refresh",
"config": {
"isWelcomeRefreshEnabled": true,
"isInviteRefreshEnabled": true
}
},
{
"id": 2,
"label": "Accept Invite Refresh Only",
"config": {
"isWelcomeRefreshEnabled": false,
"isInviteRefreshEnabled": true
}
},
{
"id": 3,
"label": "Welcome Refresh Only",
"config": {
"isWelcomeRefreshEnabled": true,
"isInviteRefreshEnabled": false
}
}
]
},
{
"kind": "user",
"id": "2024-05_brand_refresh_perks_experiment",
"label": "Brand Refresh Perks Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables new nitro perks related to brand refresh",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_clans_general",
"label": "Clans General",
"defaultConfig": {
"clanTagsVisible": false
},
"treatments": [
{
"id": 1,
"label": "Show clan tags",
"config": {
"clanTagsVisible": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_clans_genshin_pilot",
"label": "Clans Genshin Pilot",
"defaultConfig": {
"clanDiscoveryEnabled": false,
"defaultGameId": null
},
"treatments": [
{
"id": 1,
"label": "Show clan discovery (Genshin Impact)",
"config": {
"clanDiscoveryEnabled": true,
"defaultGameId": "o.GENSHIN_ID"
}
}
]
},
{
"kind": "user",
"id": "2024-05_clans_genshin_prepilot",
"label": "Clans Genshin Prepilot",
"defaultConfig": {
"enableClanCreation": false,
"defaultGameId": null
},
"treatments": [
{
"id": 1,
"label": "Enable creation of clan guilds - Genshin",
"config": {
"enableClanCreation": true,
"defaultGameId": "o.GENSHIN_ID"
}
}
]
},
{
"kind": "user",
"id": "2024-05_clans_valorant_pilot",
"label": "Clans Valorant Pilot",
"defaultConfig": {
"clanDiscoveryEnabled": false,
"defaultGameId": null
},
"treatments": [
{
"id": 1,
"label": "Show clan discovery (Valorant)",
"config": {
"clanDiscoveryEnabled": true,
"defaultGameId": "o.VALORANT_ID"
}
}
]
},
{
"kind": "user",
"id": "2024-05_clans_valorant_prepilot",
"label": "Clans Valorant Prepilot",
"defaultConfig": {
"enableClanCreation": false,
"defaultGameId": null
},
"treatments": [
{
"id": 1,
"label": "Enable creation of clan guilds - Valorant",
"config": {
"enableClanCreation": true,
"defaultGameId": "o.VALORANT_ID"
}
}
]
},
{
"kind": "user",
"id": "2024-05_collectibles_hover_preview",
"label": "Collectibles Hover Preview Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Collectibles card with avatar deco hover preview",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_collectibles_shop_bundle",
"label": "Collectibles Shop Bundle",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Shop with bundle",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_content_inventory_top_artist_cards",
"label": "Content Inventory: TOP_ARTIST cards",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_desktop_user_settings_search",
"label": "Desktop User Settings Search",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable User Settings Search on Desktop",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-05_desktop_visual_refresh",
"label": "Desktop Visual Refresh",
"kind": "user",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 0,
"label": "Control",
"config": {
"enabled": false
}
},
{
"id": 1,
"label": "Refresh Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_discount_model_data_collection",
"label": "Discount Model Data Collection",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
},
{
"id": 2,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_enable_stripe_link_on_split_cardelement",
"label": "Enable Stripe Link Experiment on Split CardElement",
"defaultConfig": {
"disableLink": true
},
"treatments": [
{
"id": 1,
"label": "Enable Stripe Link",
"config": {
"disableLink": false
}
}
]
},
{
"kind": "user",
"id": "2024-05_iar_spam_reorder",
"label": "IAR Spam Reorder",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_june_2024_marketing_moment",
"label": "June 2024 Marketing Moment",
"defaultConfig": {
"shouldShowCards": false,
"canFlipReferralProgramCard": false,
"canFlipAppStylesCard": false,
"canFlipCustomNotificationSoundsCard": false
},
"treatments": [
{
"id": 1,
"label": "Can only see cards",
"config": {
"shouldShowCards": true,
"canFlipReferralProgramCard": false,
"canFlipAppStylesCard": false,
"canFlipCustomNotificationSoundsCard": false
}
},
{
"id": 2,
"label": "Can only flip first card",
"config": {
"shouldShowCards": true,
"canFlipReferralProgramCard": true,
"canFlipAppStylesCard": false,
"canFlipCustomNotificationSoundsCard": false
}
},
{
"id": 3,
"label": "Can only flip first and second cards",
"config": {
"shouldShowCards": true,
"canFlipReferralProgramCard": true,
"canFlipAppStylesCard": true,
"canFlipCustomNotificationSoundsCard": false
}
},
{
"id": 4,
"label": "Can flip all cards",
"config": {
"shouldShowCards": true,
"canFlipReferralProgramCard": true,
"canFlipAppStylesCard": true,
"canFlipCustomNotificationSoundsCard": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_marketing_page_hero_header_v2",
"label": "Marketing page hero header v2",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Variant 1",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_message_forwarding",
"label": "Message forwarding",
"defaultConfig": {
"canForwardMessages": false,
"hasInlineForwardButton": false
},
"treatments": [
{
"id": 1,
"label": "Enabled",
"config": {
"canForwardMessages": true,
"hasInlineForwardButton": false
}
},
{
"id": 2,
"label": "Enabled + inline forward button",
"config": {
"canForwardMessages": true,
"hasInlineForwardButton": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_pride_month_perks_experiment",
"label": "Pride Month Perks Experiment",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables new nitro perks related to Pride month",
"config": {
"enabled": true
}
}
]
},
{
"id": "2024-05_quest_bar",
"kind": "user",
"label": "Quest Bar",
"defaultConfig": {
"primaryVariant": 0,
"progressVariant": 0
},
"treatments": [
{
"id": 1,
"label": "Quest Bar V2 with V1 Progress",
"config": {
"primaryVariant": 1,
"progressVariant": 0
}
},
{
"id": 2,
"label": "Quest Bar V2",
"config": {
"primaryVariant": 1,
"progressVariant": 1
}
}
]
},
{
"kind": "user",
"id": "2024-05_quest_home",
"label": "Quest Home",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Quest Home in the Friends List",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_rapidash_prepilot_applications",
"label": "Rapidash Prepilot Application Gate",
"defaultConfig": {
"enableApplication": false
},
"treatments": [
{
"id": 1,
"label": "Enable application of guilds",
"config": {
"enableApplication": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_server_settings_in_user_settings",
"label": "Server privacy settings in user settings menu",
"defaultConfig": {
"enabled": false
},
"treatments": [
{
"id": 1,
"label": "Enable Server Settings in user settings",
"config": {
"enabled": true
}
}
]
},
{
"kind": "user",
"id": "2024-05_shop_condensed_category_banners",
"label": "Collectibles Shop Condensed Category Banners",
"defaultConfig": {
"condensedBannersEnabled": false
},
"treatments": [
{
"id": 1,
"label": "Enables condensed banners in the Shop",
"config": {
"condensedBannersEnabled": true
}
}
]
},
{
"kind": "user",
"id": "e",
"label": "GPU Workarounds: ",
"defaultConfig": {},
"treatments": []
},
{
"kind": "guild",
"id": "s.guildTriggerExperimentId",
"label": "Trigger Debugging Guild AA Experiment",
"defaultConfig": {
"inUse": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"inUse": true
}
}
]
},
{
"kind": "user",
"id": "s.userTriggerExperimentId",
"label": "Trigger Debugging User AA Experiment",
"defaultConfig": {
"inUse": false
},
"treatments": [
{
"id": 1,
"label": "On",
"config": {
"inUse": true
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment