Skip to content

Commit

Permalink
Update desktop-ui.json
Browse files Browse the repository at this point in the history
Throttled down uninstall survey to 10% of users.
  • Loading branch information
greySkiesMarsh authored Oct 30, 2024
1 parent 429a464 commit ff24f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions desktop-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"uninstall-survey-free": {
"en-US": {
"enabled": true,
"probability": 1.00,
"probability": .1,
"campaign": "",
"url": "https://lantern.surveysparrow.com/s/uninstall/tt-MHXnm"
},
"zh-CN": {
"enabled": true,
"probability": 1.0,
"probability": .1,
"campaign": "",
"url": "https://lantern.surveysparrow.com/s/uninstall/tt-MHXnm"
}
},
"uninstall-survey-pro": {
"en-US": {
"enabled": true,
"probability": 1.0,
"probability": .1,
"campaign": "",
"url": "https://lantern.surveysparrow.com/s/uninstall/tt-MHXnm"
},
"zh-CN": {
"enabled": true,
"probability": 1.0,
"probability": .1,
"campaign": "",
"url": "https://lantern.surveysparrow.com/s/uninstall/tt-MHXnm"
}
Expand Down

0 comments on commit ff24f03

Please sign in to comment.