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

From Wiki Kaminari Click
(Created page with "'''Тип <code>binary</code>, include включён.''' Ищет визиты, которые были совершены краулерами (то есть ботами поисковых систем и социальных сетей). <pre> { ... "filters":{ "filters":[ { "id":"bots_crawler", "type":"binary", "include":[1], "exclude":[] } ], "period":"today", "timezone...")
 
(No difference)

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

Тип binary, include включён. Ищет визиты, которые были совершены краулерами (то есть ботами поисковых систем и социальных сетей).

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