# Сбор статистики

Вы можете использовать UTM метки для сбора статистики посещений и действий на ваших лендингах.&#x20;

Подробную информацию о том, что такое UTM метки и что означает каждая из них можно изучить в [этой статье](https://habr.com/ru/company/click/blog/478758/).

На данный момент с нашей стороны поддержан сбор следующих UTM меток:&#x20;

* *utm\_source*
* *utm\_medium*
* *utm\_campaign*
* *utm\_content*
* *utm\_term*
* *utm\_nooverride*
* *utm\_referrer*

{% tabs %}
{% tab title="Пример ссылки на лендинг без UTM меток" %}

```
https://vk.com/app6629622_-137700079#landing22
```

{% endtab %}
{% endtabs %}

Чтобы добавить UTM метки в ссылку нужно указать их через ***&*** после обычной ссылки. Вы можете комбинировать метки так, как вам нужно, в любом удобном порядке.

{% tabs %}
{% tab title="Пример ссылки на лендинг с UTM метками" %}

```
https://vk.com/app6629622_-137700079#landing22&utm_source=test&utm_content=ad1
```

{% endtab %}
{% endtabs %}

Собранную статистику вы можете посмотреть в разделе «Рассылки» -> «Лендинги», кликнув по иконке детальной статистики у нужного лендинга. В разделе детальной статистики вы сможете отфильтровать статистику по всем UTM меткам.

![](/files/-MErFGtvNBOC77MjE3Rn)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chatgun.io/lendingi/sbor-statistiki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
