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

From Wiki Kaminari Click
(Created page with "'''Тип <code>range</code>.''' Ищет срезы, на которых общее количество ботовых визитов находится между одной и десятью тысячами. <pre> { ... "filters":{ "filters":[ { "id":"bots_total", "type":"range", "range":{ "from":1000, "to":10000 } } ], "period":"today", "tim...")
 
(No difference)

Latest revision as of 17:43, 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 total amount of bot visits is between 1 000 and 10 000 hits.
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"bots_total",
           "type":"range",
           "range":{
               "from":1000,
               "to":10000
           }
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>

Тип range. Ищет срезы, на которых общее количество ботовых визитов находится между одной и десятью тысячами.

{
   ...
   "filters":{
      "filters":[
         {
            "id":"bots_total",
            "type":"range",
            "range":{
               "from":1000,
               "to":10000
            }
         }
      ],
      "period":"today",
      "timezone":-3
   }
}