All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Type <code>range</code>. Search for slices, where more than 50% of visits made from mobile devices.
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"feature_isMobilePc",
           "type":"range",
           "range":{
               "from":50,
               "to":null
           }
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>
 h Russian (ru)Тип <code>range</code>. Ищет срезы, на которых более 50% визитов совершены с мобильных устройств.
<pre>
{
   ...
   "filters":{
     "filters":[
         {
           "id":"feature_isMobilePc",
           "type":"range",
           "range":{
               "from":50,
               "to":null
           }
         }
     ],
     "period":"today",
     "timezone":-3
   }
}
</pre>