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

From Wiki Kaminari Click
(Importing a new version from external source)
 
(No difference)

Latest revision as of 17:10, 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>

Type range. Search for slices, where total amount of bot visits is between 1 000 and 10 000 hits.

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