-
Notifications
You must be signed in to change notification settings - Fork 6
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 segmentation (#322)
- Loading branch information
1 parent
7ed3de3
commit 2dfed24
Showing
13 changed files
with
112 additions
and
23 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
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,72 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_label: 'Как настроить сегменты' | ||
description: 'Как настроить сегменты подписчиков мобильного приложения' | ||
--- | ||
|
||
import appId from '/img/other-channels/mobile-push/segmentation/app-id.png'; | ||
|
||
# Как настроить сегменты подписчиков мобильного приложения | ||
|
||
При [подключении мобильного приложения](https://docs.sendsay.ru/other-channels/mobile-push/how-to-connect-mobile-push) вы можете настраивать сегменты по конкретным условиям для отправки Mobile Push уведомлений. Так, уведомления будут получать подписчики, подходящие под эти условия. | ||
|
||
[Что такое сегмент контактов](https://docs.sendsay.ru/subscribers/lists-and-segments/what-is-segment) | ||
[Как отправить Mobile Push уведомление](https://docs.sendsay.ru/other-channels/mobile-push/how-to-connect-mobile-push) | ||
|
||
Чтобы настроить сегменты, перейдите в раздел [**Подписчики → Сегменты**](https://app.sendsay.ru/subscribers/segments), нажмите «Создать сегмент», введите название для сегмента и выберите тип **Mobile Push**. | ||
|
||
## Примеры условий для сегментов | ||
|
||
### Сегмент подписчиков приложения с конкретной ОС | ||
|
||
Вы можете отправлять мобильные пуш-уведомления только владельцам устройств с конкретной операционной системой — например, чтобы сообщить им об обновлении приложения. | ||
|
||
В сегмент попадут подписчики, которые **соответствуют** каждому из условий: | ||
|
||
``` | ||
Мобильное приложение → Операционная система → любой из → Android/iOS/Huawei | ||
``` | ||
|
||
![Operating system segment](/img/other-channels/mobile-push/segmentation/operating-system-segment.png) | ||
|
||
Если у вас несколько приложений, добавьте условие: | ||
|
||
``` | ||
Мобильное приложение → ID приложения → равно → ID вашего приложения | ||
``` | ||
|
||
![Operating system segment](/img/other-channels/mobile-push/segmentation/operating-system-segment-1.png) | ||
|
||
ID вашего приложения можно найти в URL на странице приложения: | ||
|
||
<p align="center"> | ||
<img width="70%" src={appId} alt="App id" /> | ||
</p> | ||
|
||
### Сегмент подписчиков одного приложения | ||
|
||
Если у вас подключено несколько приложений, вы можете отправить мобильные пуш-уведомления только владельцам конкретного приложения. | ||
|
||
Например, когда у вас есть несколько списков, в каждом из которых есть подписчики разных приложений. Сегмент позволит выбрать из них тех, кто относится к конкретному приложению. | ||
|
||
В сегмент попадут подписчики, которые **соответствуют каждому** из условий: | ||
|
||
``` | ||
Мобильное приложение → ID приложения → равно → ID вашего приложения | ||
Состоит в группе → ID списка или сегмента | ||
Состоит в группе → ID списка или сегмента | ||
Состоит в группе → ID списка или сегмента | ||
``` | ||
|
||
![Single app segment](/img/other-channels/mobile-push/segmentation/single-app-segment.png) | ||
|
||
Для более тонкой настройки любого сегмента вы можете выбрать из общей базы подписчиков тех приложений, которые подключены через конкретный сервис пуш-уведомлений — Firebase, APNS или HMS. Для этого добавьте условие: | ||
|
||
``` | ||
Мобильное приложение → Сервис → любой из → FCM/AMNs/HMS | ||
``` | ||
|
||
![Single service segment](/img/other-channels/mobile-push/segmentation/single-service-segment.png) | ||
|
||
**Читайте также:**<br/> | ||
[Как настроить сегменты по данным продаж](https://docs.sendsay.ru/ecom/segmentation-by-ecom-data) |
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
7 changes: 7 additions & 0 deletions
7
...usaurus-plugin-content-docs/current/other-channels/mobile-push/segmentation.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
+180 KB
static/img/other-channels/mobile-push/how-to-connect-mobile-push/HMS.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.
Binary file added
BIN
+411 KB
static/img/other-channels/mobile-push/segmentation/mobile-push-segment.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
+56.3 KB
static/img/other-channels/mobile-push/segmentation/operating-system-segment-1.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
+53 KB
static/img/other-channels/mobile-push/segmentation/operating-system-segment.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
+82.9 KB
static/img/other-channels/mobile-push/segmentation/single-app-segment.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
+40 KB
static/img/other-channels/mobile-push/segmentation/single-service-segment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.