> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/konstruktor-skriptov/nastroiki-skripta/tipy-stepov-vnutri-konstruktora/send-tracker-event.md).

# Send tracker event

## Send tracker event - это функция, которая позволяет отправлять события трекинга вручную.

* Чтобы добавить "Send Tracker Event" во флоу, перейдите в настройки бота

<figure><img src="/files/hJZ6Dnomv0KHEjky0F3R" alt=""><figcaption></figcaption></figure>

* Выберите степ "Send Tracker Event"&#x20;

<figure><img src="/files/sl7SvpWi4MukTyUOKtdh" alt=""><figcaption></figcaption></figure>

* Добавьте название степа, выбери тип ивента и нажмите кнопку "Create" (Создать)

{% hint style="info" %}
**Типы ивентов:**

\
1\) Regestration \
2\) Deposit\
3\) Redeposit&#x20;
{% endhint %}

<figure><img src="/files/YEMDWgB2xc3J0sbaAhXp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Чтобы отправить Tracker Event вручную менеджером внутри диалога, перейдите на страницу чатов&#x20;
{% endhint %}

1\. Нажмите на кнопку "User Data"  в меню чата

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-09-30/3cb1d439-b1ba-45ec-b156-8dbca2c5ae15/user_cropped_screenshot.jpeg?tl_px=320,0\&br_px=2040,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=792,32)

2\. Пролистайте меню вниз и нажмите на "Tracker Data"

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-09-30/2970f8d7-7f94-4940-8901-b9388da3571a/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=637,961\&force_format=jpeg\&q=100\&width=660\&wat_scale=58\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=210,117)

3\. Нажмите на кнопку "Send event" (Отправить событие)

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-09-30/3e96fdfa-bbe4-4240-8063-4dc2b408e228/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=585,710\&force_format=jpeg\&q=100\&width=922\&wat_scale=82\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=63,633)

4\. Выберите тип ивента\
\
Типы событий:

* Registration - событие регистрации
* Deposit - событие первого депозита&#x20;
* Redeposit - события повторных депозитов

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-09-30/bad8718d-4c13-434c-b858-e7aa3b79dec8/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1347,678\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=316,314)

5\. Введите информацию (В данном примере нужно ввести сумму депозита и валюту)&#x20;

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-09-30/dbc90c11-e58c-4a9e-a65d-1c424bfc53b2/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1471,679\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=260,302)

6\. Нажмите "Save" (Сохранить)

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-09-30/4de8501a-4858-4a47-a244-f71f3acca92f/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1164,647\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=257,481)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.chatterfy.ai/konstruktor-skriptov/nastroiki-skripta/tipy-stepov-vnutri-konstruktora/send-tracker-event.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
