Translations:Stat API/40/ru: Difference between revisions

From Wiki Kaminari Click
(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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Stat API)
Type <code>range</code>. Search for slices, where more than 50% of visits made from mobile devices.
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"feature_isMobilePc",
           "type":"range",
           "range":{
               "from":50,
               "to":null
           }
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>

Тип range. Ищет срезы, на которых более 50% визитов совершены с мобильных устройств.

{
   ...
   "filters":{
      "filters":[
         {
            "id":"feature_isMobilePc",
            "type":"range",
            "range":{
               "from":50,
               "to":null
            }
         }
      ],
      "period":"today",
      "timezone":-3
   }
}