Skip to content

Commit

Permalink
Update Privacy Pro surveys to be US-only (#128)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1208524871249522/1208975663292694/f

This PR updates the Privacy Pro surveys for each platform to be US-only.

For each platform, check that the locale attribute is used correctly and only applied to the Privacy Pro surveys. Verify that no Privacy Pro surveys are still missing locale.
  • Loading branch information
samsymons authored Dec 19, 2024
1 parent 79906a3 commit 7ace53a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
8 changes: 7 additions & 1 deletion live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 40,
"version": 41,
"messages": [
{
"id": "android_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -134,6 +134,9 @@
"value": [
"active"
]
},
"locale": {
"value": ["en-US"]
}
}
},
Expand All @@ -156,6 +159,9 @@
},
"appVersion": {
"min": "5.207.0"
},
"locale": {
"value": ["en-US"]
}
}
},
Expand Down
8 changes: 7 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 51,
"version": 52,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -100,6 +100,9 @@
},
"appVersion": {
"min": "7.128.0.1"
},
"locale": {
"value": ["en-US"]
}
}
},
Expand All @@ -117,6 +120,9 @@
},
"appVersion": {
"min": "7.128.0.1"
},
"locale": {
"value": ["en-US"]
}
}
},
Expand Down
14 changes: 13 additions & 1 deletion live/macos-config/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 9,
"version": 10,
"messages": [
{
"id": "macos_pir_incident_dec_2024",
Expand Down Expand Up @@ -142,6 +142,9 @@
},
"installedMacAppStore": {
"value": true
},
"locale": {
"value": ["en-US"]
}
}
},
Expand All @@ -165,6 +168,9 @@
},
"installedMacAppStore": {
"value": false
},
"locale": {
"value": ["en-US"]
}
}
},
Expand All @@ -188,6 +194,9 @@
},
"installedMacAppStore": {
"value": true
},
"locale": {
"value": ["en-US"]
}
}
},
Expand All @@ -211,6 +220,9 @@
},
"installedMacAppStore": {
"value": false
},
"locale": {
"value": ["en-US"]
}
}
},
Expand Down
8 changes: 7 additions & 1 deletion live/windows-config/windows-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 6,
"version": 7,
"messages": [
{
"id": "windows_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -97,6 +97,9 @@
},
"appVersion": {
"min": "0.93.0"
},
"locale": {
"value": ["en-US"]
}
}
},
Expand All @@ -119,6 +122,9 @@
},
"appVersion": {
"min": "0.93.0"
},
"locale": {
"value": ["en-US"]
}
}
},
Expand Down

0 comments on commit 7ace53a

Please sign in to comment.