Translations:Stat API/40/ru: Difference between revisions
(Created page with "Тип <code>range</code>. Ищет срезы, на которых более 50% визитов совершены с мобильных устройств. <pre> { ... "filters":{ "filters":[ { "id":"feature_isMobilePc", "type":"range", "range":{ "from":50, "to":null } } ], "period":"today", "timezone":-3 } } </pre>") |
(No difference)
|
Latest revision as of 17:44, 10 April 2024
Тип range. Ищет срезы, на которых более 50% визитов совершены с мобильных устройств.
{
...
"filters":{
"filters":[
{
"id":"feature_isMobilePc",
"type":"range",
"range":{
"from":50,
"to":null
}
}
],
"period":"today",
"timezone":-3
}
}