Skip to content

Commit

Permalink
Removed Stage 1 experiment on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
anikiki committed Oct 17, 2023
1 parent 98d2481 commit a64eabf
Showing 1 changed file with 4 additions and 129 deletions.
133 changes: 4 additions & 129 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,130 +1,5 @@
{
"version": 9,
"messages": [
{
"id": "default_browser_day_0",
"content": {
"messageType": "big_two_action",
"titleText": "Browse privately every time",
"descriptionText": "Block trackers, cookie pop-ups, targeted ads, and more. Make DuckDuckGo your default browser today.",
"placeholder": "DDGAnnounce",
"primaryActionText": "Set As Default",
"primaryAction": {
"type": "defaultBrowser",
"value": ""
},
"secondaryActionText": "No Thanks",
"secondaryAction": {
"type": "dismiss",
"value": ""
}
},
"matchingRules": [
1
]
},
{
"id": "default_browser_day_1",
"content": {
"messageType": "big_two_action",
"titleText": "Browse privately every time",
"descriptionText": "Block trackers, cookie pop-ups, targeted ads, and more. Make DuckDuckGo your default browser today.",
"placeholder": "DDGAnnounce",
"primaryActionText": "Set As Default",
"primaryAction": {
"type": "defaultBrowser",
"value": ""
},
"secondaryActionText": "No Thanks",
"secondaryAction": {
"type": "dismiss",
"value": ""
}
},
"matchingRules": [
2
]
},
{
"id": "default_browser_day_3",
"content": {
"messageType": "big_two_action",
"titleText": "Browse privately every time",
"descriptionText": "Block trackers, cookie pop-ups, targeted ads, and more. Make DuckDuckGo your default browser today.",
"placeholder": "DDGAnnounce",
"primaryActionText": "Set As Default",
"primaryAction": {
"type": "defaultBrowser",
"value": ""
},
"secondaryActionText": "No Thanks",
"secondaryAction": {
"type": "dismiss",
"value": ""
}
},
"matchingRules": [
3
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"atb": {
"value": "v399-7"
}
}
},
{
"id": 2,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"atb": {
"value": "v399-6"
}
}
},
{
"id": 3,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"atb": {
"value": "v399-4"
}
}
}
]
}
"version": 10,
"messages": [],
"rules": []
}

0 comments on commit a64eabf

Please sign in to comment.