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

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

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

Тип binary, exclude включён. Не показывает визиты, совершённые краулерами.

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