Translations:Stat API/38/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>binary</code>, exclude is on.''' Do not show visits made by crawlers.
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"bots_crawler",
           "type":"binary",
           "include":[],
           "exclude":[1]
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>

Type binary, exclude is on. Do not show visits made by crawlers.

{
   ...
   "filters":{
      "filters":[
         {
            "id":"bots_crawler",
            "type":"binary",
            "include":[],
            "exclude":[1]
         }
      ],
      "period":"today",
      "timezone":-3
   }
}