-
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.
fix(sendsay-docs): add updates april (#288)
- Loading branch information
1 parent
0d8b08f
commit 43ae7b0
Showing
9 changed files
with
91 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
sidebar_position: -16 | ||
sidebar_label: 'Апрель 2024' | ||
description: 'Новые кнопки в Telegram-рассылках, обновлённые блоки в редакторе сценариев, группировка ссылок в карте кликов, другие улучшения и исправления платформы' | ||
--- | ||
|
||
import sberpay from '/img/updates/2024/updates-april-2024/sberpay.png'; | ||
|
||
# Обновления в апреле 2024 | ||
|
||
## 🚀 Улучшения | ||
|
||
- Модуль **Продажи** стало проще подключить: если на вашем сайте настроена передача данных в Яндекс Метрику Ecommerce или Google Analytics 4 Ecommerce, добавьте скрипт «Продажи», — и данные будут передаваться также в Sendsay: | ||
|
||
![Ecom settings](/img/updates/2024/updates-april-2024/ecom-settings.png) | ||
|
||
- На странице **Оплата** добавили шкалу, которая показывает количество и лимит новых уникальных email, добавленных в базу за период: | ||
|
||
![New unique emails](/img/updates/2024/updates-april-2024/new-unique-emails.png) | ||
|
||
Также система теперь будет предупреждать о достижении лимитов по уникальным email и общему размеру базы контактов. | ||
|
||
- Оплатить тариф теперь можно с помощью SberPay: | ||
|
||
<p align="center"> | ||
<img width="50%" src={sberpay} alt="SberPay" /> | ||
</p> | ||
|
||
- В разделе **Статистика** улучшили таблицу по транзакционным выпускам, отображение которой можно настроить под себя: | ||
|
||
![New statistics table](/img/updates/2024/updates-april-2024/new-statistics-table.png) | ||
|
||
- В API-консоли появилась кнопка отмены запроса. При нажатии запрос продолжит выполняться, но браузер перестанет ждать ответа — пригодится в случае выполнения долгого запроса. | ||
|
||
## 🤓 Новое в редакторе сценариев | ||
|
||
- На странице редактирования сценария теперь можно посмотреть список участников, ожидающих следующего шага: | ||
|
||
![Subscriber list](/img/updates/2024/updates-april-2024/subscriber-list.gif) | ||
|
||
- Сценарии с участниками и историей прохождения теперь можно архивировать: | ||
|
||
![Archive](/img/updates/2024/updates-april-2024/archive.gif) | ||
|
||
- Также исключили возможность добавления подписчиков в пустой сценарий. | ||
|
||
## 🐛 Исправления | ||
|
||
- В сегментном редакторе исправили ошибку, из-за которой при проверке аудитории не учитывался канал сегмента. | ||
- Теперь при экспорте подписчиков из стоп-листа система корректно выгружает данные. | ||
|
||
## 📖 Новое в базе знаний | ||
|
||
- [Начало работы](https://docs.sendsay.ru/)<br/> | ||
Полностью обновили материал и добавили пошаговую инструкцию о том, как начать работу в платформе. | ||
|
||
- [Как отправить рассылки в Телеграме](https://docs.sendsay.ru/other-channels/telegram/how-to-create-a-telegram-campaign)<br/> | ||
Обновили статью, добавив актуальную информацию о новых возможностях — кнопках и опциях сообщения. | ||
|
||
- [Гайд по работе со сценариями](https://docs.sendsay.ru/automations/automation-with-workflows/workflow-guide)<br/> | ||
В раздел [Как удалить сценарий](https://docs.sendsay.ru/automations/automation-with-workflows/workflow-guide/#как-удалить-сценарий) добавили информацию про архив. | ||
|
||
## 💥 Обновления API | ||
|
||
- При настройке событий и действий в триггерной последовательности, а также при персонализации писем теперь доступна информация о последнем событии каждого типа, которые произошли во время работы последовательности. Например, номер заказа в событии **Добавлен** или **Изменен заказ**. | ||
- Добавили новый параметр `append` для добавления в СSV-отчёт результатов другого вызова. | ||
- В вызовах `stoplist.add|delete` теперь можно указывать сразу несколько отправителей в `sender`. | ||
- Вызов `group.filter.get` стал поддерживать параметр `with_name`. | ||
- Все вызовы `sequence.member` теперь поддерживают параметр `addr_type`. | ||
- Устаревший вызов **Участие в последовательности** `sequence.member.membersip` будет удалён 01 сентября 2024 года. | ||
- [История изменений](https://sendsay.ru/api/api.html#История-изменений) | ||
|
||
## 🛠️ Релизы | ||
|
||
- 3.129.1 | ||
- 3.130.1 | ||
- 3.130.10 | ||
- 3.131.1 | ||
- 3.132.0 | ||
- 3.132.10 | ||
- 3.132.31 | ||
- 3.132.40 | ||
- 3.132.50 |
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-april-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.
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.