Translations:Stat API/38/ru

From Wiki Kaminari Click
Revision as of 17:42, 10 April 2024 by Admin (talk | contribs) (Created page with "'''Тип <code>binary</code>, exclude включён.''' Не показывает визиты, совершённые краулерами. <pre> { ... "filters":{ "filters":[ { "id":"bots_crawler", "type":"binary", "include":[], "exclude":[1] } ], "period":"today", "timezone":-3 } } </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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