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

From Wiki Kaminari Click
(Created page with "'''Тип <code>list</code>, exclude включён.''' Ищет визиты из всех стран, кроме Камбоджи ("KH") и Китая ("CN"). <pre> { ... "filters":{ "filters":[ { "id":"geo_country", "type":"list", "include":[], "exclude":["KH","CN"] } ], "period":"today", "timezone":-3 } } </pre>")
 
(No difference)

Latest revision as of 17:40, 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>list</code>, exclude in on.''' Search the visits from any country except Cambodia ("KH") andr China ("CN").
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"geo_country",
           "type":"list",
           "include":[],
           "exclude":["KH","CN"]
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>

Тип list, exclude включён. Ищет визиты из всех стран, кроме Камбоджи ("KH") и Китая ("CN").

{
   ...
   "filters":{
      "filters":[
         {
            "id":"geo_country",
            "type":"list",
            "include":[],
            "exclude":["KH","CN"]
         }
      ],
      "period":"today",
      "timezone":-3
   }
}