All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)'''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>
 h Russian (ru)'''Тип <code>range</code>.''' Ищет срезы, на которых общее количество ботовых визитов находится между одной и десятью тысячами.
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"bots_total",
           "type":"range",
           "range":{
               "from":1000,
               "to":10000
           }
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>