User contributions for Admin

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

19 April 2024

10 April 2024

  • 17:5117:51, 10 April 2024 diff hist +63,195 Stat API/ruCreated page with "'''Возможные значения:''' time_hour, time_day, time_week, time_month, sub_integration, sub_botType, sub_referer, sub_1, sub_2, sib_3, sub_4, sub_5, sub_6, sub_7, geo_language, geo_timezone, geo_country, geo_city, geo_provider, device_browser, device_browserEngine, device_os, device_realOs, device_device, device_type, device_connectionType, device_useragent, screen_width, screen_height, screen_orientation, screen_pixelDensity, summary_totalVisits, summary..."
  • 17:5017:50, 10 April 2024 diff hist −2 Translations:Stat API/15/ruNo edit summary current
  • 17:5017:50, 10 April 2024 diff hist −2 Translations:Stat API/17/ruNo edit summary current
  • 17:5017:50, 10 April 2024 diff hist −2 Translations:Stat API/16/ruNo edit summary current
  • 17:4917:49, 10 April 2024 diff hist +1,790 N Translations:Stat API/44/ruCreated page with "==== API ==== {| class="wikitable" ! Ключ !! Тип !! Описание |- | success || Boolean || Был запрос успешным или нет |- | code || Number || Статус ответа |- |msg || [String] || Сообщение об ошибке |- | colspan="3" |data |- |data.rows |['''<row>'''] |Описание строк таблицы |- |data.totalRows |Number |Общее количество строк в таблице |- |data.total |'''<row>'''..." current
  • 17:4517:45, 10 April 2024 diff hist +36,972 N Translations:Stat API/43/ruCreated page with "=== Ответ === <div class="mw-collapsible mw-collapsed" style="width:80%; overflow:auto;"> Примера ответа в JSON <pre class="mw-collapsible-content"> { "success":true, "code":200, "msg":[], "data":{ "rows":[ { "id":0, "time_day":{ "rawValue":"10.04.2024", "value":"10.04.2024", "diff":null, "percent":null, "compare_value":null..." current
  • 17:4517:45, 10 April 2024 diff hist +292 N Translations:Stat API/42/ruCreated page with "{| class="wikitable mw-collapsible" |+Описание <compare> !Ключ !Тип !Описание |- |dateFrom |String |Дата в формате Y-m-d |- |dateTo |String |Дата в формате Y-m-d |- |mode |<nowiki>compare_value | diff | percent</nowiki> | |- |sort |Boolean | |}" current
  • 17:4417:44, 10 April 2024 diff hist +394 N Translations:Stat API/41/ruCreated page with "Тип <code>range</code>. Ищет визиты, совершённые до 10 часов утра по UTC-3. <pre> { ... "filters":{ "filters":[ { "id":"time_hour", "type":"range", "range":{ "from":null, "to":10 } } ], "period":"today", "timezone":-3 } } </pre>" current
  • 17:4417:44, 10 April 2024 diff hist +449 N Translations:Stat API/40/ruCreated page with "Тип <code>range</code>. Ищет срезы, на которых более 50% визитов совершены с мобильных устройств. <pre> { ... "filters":{ "filters":[ { "id":"feature_isMobilePc", "type":"range", "range":{ "from":50, "to":null } } ], "period":"today", "timezone":-3 } } </pre>" current
  • 17:4317:43, 10 April 2024 diff hist +498 N Translations:Stat API/39/ruCreated page with "'''Тип <code>range</code>.''' Ищет срезы, на которых общее количество ботовых визитов находится между одной и десятью тысячами. <pre> { ... "filters":{ "filters":[ { "id":"bots_total", "type":"range", "range":{ "from":1000, "to":10000 } } ], "period":"today", "tim..." current
  • 17:4217:42, 10 April 2024 diff hist +393 N Translations:Stat API/38/ruCreated page with "'''Тип <code>binary</code>, exclude включён.''' Не показывает визиты, совершённые краулерами. <pre> { ... "filters":{ "filters":[ { "id":"bots_crawler", "type":"binary", "include":[], "exclude":[1] } ], "period":"today", "timezone":-3 } } </pre>" current
  • 17:4117:41, 10 April 2024 diff hist +493 N Translations:Stat API/37/ruCreated page with "'''Тип <code>binary</code>, include включён.''' Ищет визиты, которые были совершены краулерами (то есть ботами поисковых систем и социальных сетей). <pre> { ... "filters":{ "filters":[ { "id":"bots_crawler", "type":"binary", "include":[1], "exclude":[] } ], "period":"today", "timezone..." current
  • 17:4017:40, 10 April 2024 diff hist +416 N Translations:Stat API/36/ruCreated 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>" current
  • 17:3917:39, 10 April 2024 diff hist +445 N Translations:Stat API/35/ruCreated page with "===== Примеры фильтров ===== '''Тип <code>list</code>, include включён.''' Ищет визиты только из Камбоджи ("KH") или Китая ("CN"). <pre> { ... "filters":{ "filters":[ { "id":"geo_country", "type":"list", "include":["KH","CN"], "exclude":[] } ], "period":"today", "timezone":-3 } } </pre>" current
  • 17:3817:38, 10 April 2024 diff hist +904 N Translations:Stat API/34/ruCreated page with "'''Полный список метрик вы можете получить с помощью этого URL.''' |- |type |<code>range</code><nowiki> | </nowiki><code>list</code><nowiki> | </nowiki><code>binary</code> | |- |range |{from: Number, to: Number} |Используется в фильтрах с типом <code>range</code> |- |include |[Any] |Используется в фильтрах с типом <code>l..." current
  • 17:3517:35, 10 April 2024 diff hist +142 N Translations:Stat API/33/ruCreated page with "Фильтры, чьи ID наканчиваются на ''Pc'' (например: lowQuality_totalPc) возвращают проценты." current
  • 17:3517:35, 10 April 2024 diff hist +1,488 N Translations:Stat API/32/ruCreated page with "'''Возможные значения:''' time_hour, time_day, time_week, time_month, sub_integration, sub_botType, sub_referer, sub_1, sub_2, sib_3, sub_4, sub_5, sub_6, sub_7, geo_language, geo_timezone, geo_country, geo_city, geo_provider, device_browser, device_browserEngine, device_os, device_realOs, device_device, device_type, device_connectionType, device_useragent, screen_width, screen_height, screen_orientation, screen_pixelDensity, summary_totalVisits, summary..." current
  • 17:3417:34, 10 April 2024 diff hist +1,457 N Translations:Stat API/31/ruCreated page with "'''Полный список метрик вы можете получить с помощью этого URL.''' |- | colspan="3" |filters |- |filters.dateFrom |String |Дата в формате Y-m-d. Если вы указываете period, dateFrom не будет учитываться, потому что period имеет больший приоритет. |- |filters.dateTo |String |Дата в формате..." current
  • 17:3017:30, 10 April 2024 diff hist +142 N Translations:Stat API/30/ruCreated page with "Метрики, чьи ID наканчиваются на ''Pc'' (например: lowQuality_totalPc) возвращают проценты." current
  • 17:2917:29, 10 April 2024 diff hist +1,084 N Translations:Stat API/29/ruCreated page with "'''Возможные значения:''' summary_totalVisits, summary_uniqUsers, summary_uniqUsersPc, summary_validVisits, summary_validVisitsPc, summary_techLosses, summary_techLossesPc, bots_total, bots_totalPc, bots_crawler, bots_crawlerPc, bots_spoofing, bots_spoofingPc, bots_automated, bots_automatedPc, bots_iFrame, bots_iFramePc, bots_badReputationIp, bots_badReputationIpPc, bots_blocked, bots_blockedPc, lowQuality_total, lowQuality_totalPc, lowQuality_proxy, low..." current
  • 17:2917:29, 10 April 2024 diff hist +304 N Translations:Stat API/28/ruCreated page with "'''Полный список группировок вы можете получить с помощью этого URL.''' |- |metrics |[String] |Метрики, которые вы хотите видеть в таблице в виде колонок" current
  • 17:2817:28, 10 April 2024 diff hist +460 N Translations:Stat API/27/ruCreated page with "'''Возможные значения:''' time_hour, time_day, time_week, time_month, time_dateTime, sub_integration, sub_botType, sub_referer, sub_1, sub_2, sib_3, sub_4, sub_5, sub_6, sub_7, geo_language, geo_timezone, geo_country, geo_city, geo_provider, device_browser, device_browserEngine, device_os, device_realOs, device_device, device_type, device_connectionType, device_useragent, screen_width, screen_height, screen_orientation, screen_pixelDensity" current
  • 17:2717:27, 10 April 2024 diff hist +572 N Translations:Stat API/26/ruCreated page with "==== API ==== {| class="wikitable" !Ключ !Тип !Описание |- |id |String |Необязательный параметр |- |name |String |Необязательный параметр |- |perPage |Number |Количество строк, возвращаемых в запросе. Значение по умолчанию 50. |- |page |Number |Номер текущей страницы. Значение по умолчанию 1. |- |groups |[String] |Гру..." current
  • 17:2517:25, 10 April 2024 diff hist +654 N Translations:Stat API/25/ruCreated page with "=== Запрос === <div class="mw-collapsible mw-collapsed" style="width:80%; overflow:auto;"> Пример запроса в JSON <pre class="mw-collapsible-content"> { "id":null, "name":null, "perPage":50, "groups":[ "time_day", "geo_country" ], "metrics":[ "summary_totalVisits", "bots_total", "bots_totalPc" ], "filters":{ "filters":[ { "id":"geo_language", "type":"list",..." current
  • 17:2517:25, 10 April 2024 diff hist −5,337 Translations:Stat API/10/ruReplaced content with "== Как запросить статистику == Чтобы получить данные по статистике, воспользуйтесь URL: {| class="wikitable" ! Method !! Path |- | POST || /api/stat/data |}" current Tag: Replaced
  • 17:2417:24, 10 April 2024 diff hist +365 N Translations:Stat API/24/ruCreated page with "==== API ==== {| class="wikitable" ! Ключ !! Тип !! Описание |- | success || Boolean || Был запрос успешным или нет |- | code || Number || Статус ответа |- |msg || [String] || Сообщение об ошибке |- | colspan="3" |data |- |data.items |[{ id: Number, label: String }] |{ id: 1, label: "Param A" } |}" current
  • 17:2317:23, 10 April 2024 diff hist +1,801 Translations:Stat API/9/ruNo edit summary current
  • 17:2217:22, 10 April 2024 diff hist +456 N Translations:Stat API/23/ruCreated page with "==== API ==== {| class="wikitable" !Ключ !Тип !Описание |- |id |String |Название фильтра |- |searchQuery |String |Поисковый запрос |- |dateFrom |String |Начиная с какой даты мы должны искать? Дата в формате Y-m-d. |- |dateTo |String |По какую дату мы должны искать? Дата в формате Y-m-d. |- |cancellable |Boolean |''deprecated'' |}"
  • 17:2117:21, 10 April 2024 diff hist +297 N Translations:Stat API/22/ruCreated page with "=== Запрос === <div class="mw-collapsible" style="width:80%; overflow:auto;"> Пример запроса в JSON <pre class="mw-collapsible-content"> { "id":"geo_language", "searchQuery":"en", "cancellable":true, "dateFrom":"2024-04-10", "dateTo":"2024-04-10" } </pre> </div>"
  • 17:2117:21, 10 April 2024 diff hist +42 Translations:Stat API/8/ruNo edit summary current
  • 17:2017:20, 10 April 2024 diff hist −70 Translations:Stat API/7/ruNo edit summary current
  • 17:1917:19, 10 April 2024 diff hist +53 Translations:Stat API/6/ruNo edit summary current
  • 17:1817:18, 10 April 2024 diff hist +180 N Translations:Stat API/21/ruCreated page with "{| class="wikitable mw-collapsible" |+Описание '''<item>''' !Ключ !Тип !Описание |- |id |String |<groupTitle или metricTitle> + подчёркивание" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)