Skip to content

Commit

Permalink
Change the survey condition (#124)
Browse files Browse the repository at this point in the history
* Change the condition and sampling rate

To reach more devs

* Increase the limit of the condition

To further limit the number of devs we reach
  • Loading branch information
jayoung-lee authored Nov 7, 2023
1 parent 53d8091 commit 74ba7ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions surveys/contextual-survey-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"endDate": "2023-12-31T09:00:00-07:00",
"description": "Tell us about your target platform by taking this 3-question survey!",
"snoozeForMinutes": 1440,
"samplingRate": 0.5,
"samplingRate": 0.1,
"excludeDashTools": [
],
"conditions": [
{
"field": "logFileStats.flutterChannelCount.beta",
"field": "logFileStats.recordCount",
"operator": ">=",
"value": 1
"value": 1500
}
],
"buttons": [
Expand Down

0 comments on commit 74ba7ef

Please sign in to comment.