-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #279 from Ksksksksen/doc/257-updates-march-2024
fix(sendsay-docs): add updates_march_2024
- Loading branch information
Showing
14 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
--- | ||
sidebar_position: -15 | ||
sidebar_label: 'Март 2024' | ||
description: 'Новые кнопки в Telegram-рассылках, обновлённые блоки в редакторе сценариев, группировка ссылок в карте кликов, другие улучшения и исправления платформы' | ||
--- | ||
|
||
import messageOptions from '/img/updates/2024/updates-march-2024/message-options.png'; | ||
import clickMap from '/img/updates/2024/updates-march-2024/click-map.png'; | ||
import selectFolder from '/img/updates/2024/updates-march-2024/select-folder.png'; | ||
|
||
# Обновления в марте 2024 | ||
|
||
## 🚀 Улучшения | ||
|
||
- В **Telegram-рассылках** теперь можно прикреплять кнопки со ссылками к сообщениям: | ||
|
||
![Buttons](/img/updates/2024/updates-march-2024/buttons.gif) | ||
|
||
- Там же появились кнопки **Быстрых ответов** — меню с готовыми ответами для общения с ботом, которое отображается в чате под полем ввода текста и не привязывается к сообщению: | ||
|
||
![Fast answers](/img/updates/2024/updates-march-2024/fast-answers.gif) | ||
|
||
- При создании Telegram-рассылки появилась возможность подключить дополнительные опции: | ||
|
||
<p align="center"> | ||
<img width="70%" src={messageOptions} alt="Message options" /> | ||
</p> | ||
|
||
- В разделе **Статистика** улучшили таблицу по массовым выпускам, отображение которой можно настроить под себя: | ||
|
||
![New table](/img/updates/2024/updates-march-2024/new-table.png) | ||
|
||
- В карте кликов теперь можно группировать одинаковые ссылки, чтобы посмотреть сумму кликов и открытий по одной ссылке: | ||
|
||
<p align="center"> | ||
<img width="80%" src={clickMap} alt="Click map" /> | ||
</p> | ||
|
||
- В Яндекс Метрике теперь можно отслеживать отправку форм Sendsay. При установке на сайте счётчика Яндекс Метрики цель **Отправка формы** создаётся автоматически, если в настройках счётчика включена опция **Автоматические цели**: | ||
|
||
![Yandex target](/img/updates/2024/updates-march-2024/yandex-target.png) | ||
|
||
## 🤓 Новое в редакторе сценариев | ||
|
||
- Теперь в блоках действий можно выбрать день недели, дату, число и время, в которое они будут выполнены: | ||
|
||
![How to add action time](/img/updates/2024/updates-march-2024/how-to-add-action-time.gif) | ||
|
||
- Работать с блоками сценария стало удобнее: улучшили их отображение, добавив больше важной информации — ID сущности, кнопку перехода, тип списка и сегмента, статусы сценариев: | ||
|
||
![Workflow blocks](/img/updates/2024/updates-march-2024/workflow-blocks.png) | ||
|
||
- Поиск нужного шаблона стал проще — при выборе шаблона появилась возможность выбрать папку: | ||
|
||
<p align="center"> | ||
<img width="70%" src={selectFolder} alt="Click map" /> | ||
</p> | ||
|
||
## 🐛 Исправления | ||
|
||
- Исправили ошибку с отображением интервала сохранённого в фильтре сегмента. | ||
- Улучшили поле фильтрации даты в **Журнале заданий**, заменив дату создания на дату изменения. | ||
- Сделали ограничение на максимальное количество символов в Telegram-выпусках. | ||
|
||
## 📖 Новое в базе знаний | ||
|
||
- [Скрипты для форм ](https://docs.sendsay.ru/forms/scripts)<br/> | ||
Добавили статью с примерами скриптов — чтобы отслеживать отправку форм Sendsay в Яндекс Метрике и заполнять скрытые поля данными подписчика. | ||
|
||
- [Вебхуки](https://docs.sendsay.ru/integrations/webhooks)<br/> | ||
Описали [новый раздел](https://app.sendsay.ru/account/webhooks) в интерфейсе, где можно настроить коллбэки. | ||
|
||
- [Где следить за статистикой](https://docs.sendsay.ru/statistics/where-to-track-statistics)<br/> | ||
Обновили в статье раздел [Постмастеры](https://docs.sendsay.ru/statistics/where-to-track-statistics/#постмастеры-для-email-рассылок), где более подробно описали репутацию отправителя и показатели, которые можно отслеживать в постмастерах. | ||
|
||
## 💥 Обновления API | ||
|
||
- Добавили описания для работы с мобильными пушами (pushapp). | ||
- [История изменений](https://sendsay.ru/api/api.html#История-изменений) | ||
|
||
## 🛠️ Релизы | ||
|
||
- 3.125.0 | ||
- 3.125.10 | ||
- 3.125.20 | ||
- 3.126.0 | ||
- 3.127.2 | ||
- 3.127.40 | ||
- 3.9.0 | ||
- 3.128.0 | ||
- 3.128.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...docusaurus-plugin-content-docs/current/updates/list/2024/updates-march-2024.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
hide_title: true | ||
--- | ||
|
||
import { Redirect } from '@docusaurus/router'; | ||
|
||
<Redirect to="/404" />; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.69 MB
static/img/updates/2024/updates-march-2024/how-to-add-action-time.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.