-
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.
- Loading branch information
1 parent
b5790ab
commit f3ecea4
Showing
11 changed files
with
114 additions
and
7 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,55 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_label: 'Экспорт по шаблону' | ||
--- | ||
|
||
# Как настроить регулярный экспорт по шаблону | ||
|
||
Регулярный экспорт позволяет выгружать контакты и другие данные подписчиков из Sendsay в файл формата CSV, XLSX, HTML или JSON по указанному расписанию в указанное место. | ||
|
||
:::tip Важно | ||
При экспорте контактов и данных подписчиков в файл формата XLSX стоит учитывать, что такой файл поддерживает 1 048 576 строк на лист. | ||
::: | ||
|
||
Чтобы настроить регулярный экспорт, перейдите в раздел [**Подписчики → Экспорт**](https://app.sendsay.ru/subscribers/export) и нажмите «Создать регулярный экспорт»: | ||
|
||
![How to export](/img/automations/autoimport/how-to-set-autoexport/how-to-export.png) | ||
|
||
1. На шаге **Аудитория для экспорта** нажмите «Изменить»: | ||
|
||
- если вы хотите выгрузить данные всех подписчиков из базы, укажите **Экспорт по всем подписчикам**, | ||
- в случае если необходимо выгрузить данные подписчиков из списков или сегментов, укажите списки или сегменты, но не более 10. | ||
|
||
![Export audience](/img/automations/autoimport/how-to-set-autoexport/export-audience.gif) | ||
|
||
2. На шаге **Параметры экспорта** выберите, куда выгружать данные подписчиков: | ||
- В папку **Отчёты**, которая находится в разделе [**Рассылки → Файлы**](https://app.sendsay.ru/campaigns/files). При выборе этого пункта файл с выгруженными данными будет храниться в системе 90 дней, после чего автоматически удалится. | ||
- Отправить на почту — здесь можно указать почту и выбрать формат файла CSV, XLSX, HTML или JSON. | ||
- На внешний ресурс по протоколу `http` (или `https`). | ||
- На внешний ресурс по протоколу `ftp` (или `ftps`). | ||
|
||
Нажмите «Далее», укажите имя файла и необходимые настройки. Имя файла должно быть уникальным, поэтому рекомендуем использовать дату и время экспорта в названии файла. | ||
|
||
3. На шаге **Данные для экспорта** в полях укажите [данные анкет](https://docs.sendsay.ru/subscribers/subscriber-data/data-groups), которые необходимо экспортировать: | ||
|
||
![Subscriber data](/img/automations/autoimport/how-to-set-autoexport/subscriber-data.gif) | ||
|
||
При необходимости: | ||
|
||
- укажите, если нужно декодировать ответы на вопросы со множественным выбором. Например, поле «Пол» `base.gender` имеет два значения: «женский» (1) и «мужской» (2). При включенном декодировании в таблице будет использованы значения «женский»/«мужской», а не «1»/«2» | ||
- добавьте в таблицу заголовки граф, используя коды или названия полей. | ||
|
||
Нажмите «Сохранить». Чтобы убедиться, что выгруженные данные будут выглядеть именно так, как вы ожидаете, нажмите «Предпросмотр таблицы». | ||
|
||
4. На шаге **Расписание** выберите периодичность и время экспорта: | ||
|
||
- если контакты должны загружаться ежедневно, укажите время, | ||
- если контакты должны загружаться еженедельно, укажите дни недели и время, | ||
- если контакты должны загружаться ежемесячно, укажите число месяца и время экспорта. | ||
|
||
5. На шаге **Дополнительные настройки** при необходимости укажите, куда отправить уведомление о завершении экспорта. | ||
|
||
6. Когда все шаги заполнены, нажмите «Активировать». Автоматический экспорт начнётся по расписанию после активации. Его можно остановить в любой момент. | ||
|
||
**Читайте также**:<br/> | ||
[Другие способы экспорта данных и контактов](https://docs.sendsay.ru/subscribers/import-and-export/how-to-export-contacts-in-the-new-interface) |
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
2 changes: 1 addition & 1 deletion
2
docs/subscribers/import-and-export/how-to-export-data-in-the-legacy-interface.md
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_position: 4 | ||
sidebar_label: 'Экспорт в старом интерфейсе' | ||
--- | ||
|
||
|
7 changes: 7 additions & 0 deletions
7
...us-plugin-content-docs/current/automations/autoimport/how-to-set-autoexport.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" />; |
Binary file added
BIN
+459 KB
static/img/automations/autoimport/how-to-set-autoexport/export-audience.gif
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
+211 KB
static/img/automations/autoimport/how-to-set-autoexport/how-to-export.png
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
+10.9 MB
static/img/automations/autoimport/how-to-set-autoexport/subscriber-data.gif
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
+527 KB
...port-and-export/how-to-export-contacts-in-the-new-interface/export-audience.gif
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
+211 KB
...ribers/import-and-export/how-to-export-contacts-in-the-new-interface/export.png
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
+11 MB
...port-and-export/how-to-export-contacts-in-the-new-interface/subscriber-data.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.