-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sendsay-docs): add updates_october_2023 #212
Merged
Lullabyq
merged 2 commits into
sendsay-ru:stable
from
Ksksksksen:doc/add-updates-october-2023
Oct 31, 2023
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,107 @@ | ||
--- | ||
sidebar_position: -10 | ||
sidebar_label: 'Октябрь 2023' | ||
description: 'Улучшения в редакторе сценариев и модуле «Продажи», исправления в A/B-тестах и другие обновления' | ||
--- | ||
|
||
import segmentDivision from '/img/updates/2023/updates-october-2023/segment-division.png'; | ||
import sendConfirmationEmail from '/img/updates/2023/updates-october-2023/send-confirmation-email.png'; | ||
import sendingMethod from '/img/updates/2023/updates-october-2023/sending-method.png'; | ||
import twitter from '/img/updates/2023/updates-october-2023/twitter.png'; | ||
|
||
# Обновления в октябре 2023 | ||
|
||
## 🤓 Новое в редакторе сценариев | ||
|
||
- В карточке подписчика появилась вкладка **Сценарии**, где можно увидеть подробную информацию об участиях подписчика в сценариях автоматизаций, а также в сценариях модуля **Продажи**: | ||
|
||
![Workflows tab](/img/updates/2023/updates-october-2023/workflows-tab.png) | ||
|
||
- В сценариях появилось новое разделение **Есть / нет в сегменте** — с его помощью система проверяет, попадает участник сценария под условия сегмента или нет. Проверка происходит в момент перехода участника сценария на этот шаг: | ||
|
||
<p align="center"> | ||
<img width="60%" src={segmentDivision} alt="Segment division" /> | ||
</p> | ||
|
||
- Добавили новое действие **Отправить email подтверждения**, благодаря которому через сценарии теперь можно отправлять письма подтверждения: | ||
|
||
<p align="center"> | ||
<img width="60%" src={sendConfirmationEmail} alt="Send confirmation email" /> | ||
</p> | ||
|
||
- Улучшили навигацию по сценарию: | ||
- добавили кнопки «Подогнать под экран» и «Перейти к началу», | ||
- кнопка «Установить реальный размер» теперь выставляет масштаб в 100%, не изменяя положение экрана, | ||
- уменьшили ограничение на минимальный масштаб до 10%.<br/><br/> | ||
![Improved navigation](/img/updates/2023/updates-october-2023/improved-navigation.gif) | ||
|
||
## 🚀 Улучшения | ||
|
||
- В модуле **Продажи** в карточке подписчика появилась вкладка **Заказы**, где выводится список заказов, совершённых этим подписчиком. При клике на конкретный заказ можно увидеть его детали: | ||
|
||
![Orders](/img/updates/2023/updates-october-2023/orders.png) | ||
|
||
- В модуле **Продажи** добавили новые события в карточку подписчика и в таблицу Просмотра событий. Теперь помимо прочих там отображаются события: | ||
|
||
- Регистрация на сайте | ||
- Авторизация на сайте | ||
- Изменение заказа | ||
- Удаление из избранного | ||
- Отмена предзаказа | ||
- Удаление подписки на изменение стоимости | ||
- Удаление подписки на появление товара. | ||
|
||
- В карточке подписчика разделили вкладку **Списки и сегменты** на две отдельные вкладки — **Списки** и **Сегменты**, чтобы данные загружались быстрее: | ||
|
||
![Lists and segments](/img/updates/2023/updates-october-2023/lists-and-segments.png) | ||
|
||
- В отчётах по выпуску сделали редизайн карты кликов: | ||
|
||
- теперь данные выводятся сразу в основной таблице без дополнительного диалогового окна, | ||
- URL ссылок отображается полностью, | ||
- при клике на ссылку в карте открываются подсказки.<br/><br/> | ||
![Click map](/img/updates/2023/updates-october-2023/click-map.png) | ||
|
||
- Также в отчёты по выпускам добавили информацию о способе отправки: если рассылка отправлена с помощью StreamAPI, быстрого StreamAPI или SMTP, это указывается под названием выпуска: | ||
|
||
<p align="center"> | ||
<img width="70%" src={sendingMethod} alt="Sending method" /> | ||
</p> | ||
|
||
## 🐛 Исправления | ||
|
||
- В **A/B-тестах** исправили отображение размера тестовой группы после изменения этого параметра: теперь там всегда отображается актуальное значение. | ||
- Исправили ситуацию, когда после изменения шаблона, используемого в **A/B-тесте**, письма отправлялись без учёта внесённых изменений. | ||
- Исправили ошибку, при которой название шаблона варианта письма в **A/B-тесте** не совпадало с буквой этого варианта. | ||
|
||
## 📖 Новое в базе знаний | ||
|
||
- [Как настроить сегменты по данным продаж](https://docs.sendsay.ru/ecom/segmentation-by-ecom-data)<br/> | ||
Статья на примерах объясняет, как в модуле **Продажи** настраивать сегменты, используя фильтр условий клиентских событий.<br/> | ||
|
||
- [Активация через сценарии](https://docs.sendsay.ru/subscribers/contacts/how-to-activate-inactive-contacts/#активация-через-сценарии)<br/> | ||
Инструкция рассказывает, как активировать неподтверждённые адреса через сценарии автоматизации. | ||
|
||
## 💥 Обновления API | ||
|
||
- Добавили новое триггерное событие Время сейчас: сработает, если при переходе на этот шаг текущее время совпадает с заданными. | ||
- В списке подписчиков при использовании ключей данных: | ||
- `"answers" : "decode"` теперь работает как и для АВО, | ||
- `"answers" : "unroll"` — новая возможность форматирования ответа, | ||
- `"caption" : "name"` теперь работает как и для АВО. | ||
- [История изменений](https://sendsay.ru/api/api.html#История-изменений) | ||
|
||
## Релизы | ||
|
||
- 3.111.5 | ||
- 3.111.15 | ||
- 3.111.20 | ||
- 3.111.22 | ||
- 3.111.30 | ||
- 3.111.31 | ||
- 3.111.32 | ||
- 3.112.0 | ||
- 3.112.10 | ||
- 3.113.0 | ||
- 3.113.10 | ||
- 3.113.11 |
7 changes: 7 additions & 0 deletions
7
...en/docusaurus-plugin-content-docs/current/updates/list/updates-october-2023.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.
Binary file added
BIN
+33.7 KB
static/img/updates/2023/updates-october-2023/send-confirmation-email.png
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
про твитер лучше не писать потому что есть задача на то чтобы вырезать иконки террористических организаций с нашего сайта