Translations:Stat API/35/en: Difference between revisions

From Wiki Kaminari Click
(Importing a new version from external source)
 
(No difference)

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

Type list, include in on. Search the visits only from Cambodia ("KH") or China ("CN").

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