Translations:Stat API/37/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>, include is on.''' Search for visits made only by crawlers (i.e. search engine and social network bots).
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"bots_crawler",
           "type":"binary",
           "include":[1],
           "exclude":[]
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>

Type binary, include is on. Search for visits made only by crawlers (i.e. search engine and social network bots).

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