DENG-3096 Add 6 more countries to all 3 Cloudflare (#6070)
* DENG-3096 Added 6 more countries to pull browser usage data for * DENG-3096 Add 6 more countries to device usage * DENG-3096 Add 6 countries to OS usage
This commit is contained in:
Родитель
4cfa504e49
Коммит
af1e182c02
|
@ -24,9 +24,12 @@ brwsr_usg_configs = {
|
||||||
],
|
],
|
||||||
"locations": [
|
"locations": [
|
||||||
"ALL",
|
"ALL",
|
||||||
|
"AU",
|
||||||
"BE",
|
"BE",
|
||||||
"BG",
|
"BG",
|
||||||
|
"BR",
|
||||||
"CA",
|
"CA",
|
||||||
|
"CH",
|
||||||
"CZ",
|
"CZ",
|
||||||
"DE",
|
"DE",
|
||||||
"DK",
|
"DK",
|
||||||
|
@ -37,6 +40,9 @@ brwsr_usg_configs = {
|
||||||
"GB",
|
"GB",
|
||||||
"HR",
|
"HR",
|
||||||
"IE",
|
"IE",
|
||||||
|
"IN",
|
||||||
|
"JP",
|
||||||
|
"KE",
|
||||||
"IT",
|
"IT",
|
||||||
"CY",
|
"CY",
|
||||||
"LV",
|
"LV",
|
||||||
|
|
|
@ -12,9 +12,12 @@ device_usg_configs = {
|
||||||
"timeout_limit": 500,
|
"timeout_limit": 500,
|
||||||
"locations": [
|
"locations": [
|
||||||
"ALL",
|
"ALL",
|
||||||
|
"AU",
|
||||||
"BE",
|
"BE",
|
||||||
"BG",
|
"BG",
|
||||||
|
"BR",
|
||||||
"CA",
|
"CA",
|
||||||
|
"CH",
|
||||||
"CZ",
|
"CZ",
|
||||||
"DE",
|
"DE",
|
||||||
"DK",
|
"DK",
|
||||||
|
@ -25,7 +28,10 @@ device_usg_configs = {
|
||||||
"GB",
|
"GB",
|
||||||
"HR",
|
"HR",
|
||||||
"IE",
|
"IE",
|
||||||
|
"IN",
|
||||||
"IT",
|
"IT",
|
||||||
|
"JP",
|
||||||
|
"KE",
|
||||||
"CY",
|
"CY",
|
||||||
"LV",
|
"LV",
|
||||||
"LT",
|
"LT",
|
||||||
|
|
|
@ -13,9 +13,12 @@ os_usg_configs = {
|
||||||
"device_types": ["DESKTOP", "MOBILE", "OTHER", "ALL"],
|
"device_types": ["DESKTOP", "MOBILE", "OTHER", "ALL"],
|
||||||
"locations": [
|
"locations": [
|
||||||
"ALL",
|
"ALL",
|
||||||
|
"AU",
|
||||||
"BE",
|
"BE",
|
||||||
"BG",
|
"BG",
|
||||||
|
"BR",
|
||||||
"CA",
|
"CA",
|
||||||
|
"CH",
|
||||||
"CZ",
|
"CZ",
|
||||||
"DE",
|
"DE",
|
||||||
"DK",
|
"DK",
|
||||||
|
@ -26,7 +29,10 @@ os_usg_configs = {
|
||||||
"GB",
|
"GB",
|
||||||
"HR",
|
"HR",
|
||||||
"IE",
|
"IE",
|
||||||
|
"IN",
|
||||||
"IT",
|
"IT",
|
||||||
|
"JP",
|
||||||
|
"KE",
|
||||||
"CY",
|
"CY",
|
||||||
"LV",
|
"LV",
|
||||||
"LT",
|
"LT",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче