All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)'''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>
 h Russian (ru)'''Тип <code>binary</code>, include включён.''' 
Ищет визиты, которые были совершены краулерами (то есть ботами поисковых систем и социальных сетей).
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"bots_crawler",
           "type":"binary",
           "include":[1],
           "exclude":[]
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>