You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/monitor/alerts/custom-alerts.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,3 +98,25 @@ To create an Activation event health spikes or drops alert:
98
98
To make changes to an Activation event health spikes or drops alert, select the icon in the Actions column for the alert and click **Edit**.
99
99
100
100
To delete a Activation event health spikes or drops alert, select the icon in the Actions column for the alert and click **Delete**.
101
+
102
+
## Audience size change
103
+
You can create an Audience size change alert that notifies you when your audience increases or decreases by a certain threshold. For example, if you set a change percentage of 4% and your destination had 100 members over the first 24 hours, Segment would notify you the following day if your audience had fewer than 96 or more than 104 members.
104
+
105
+
> info "Audience size change alerts currently only support Linked Audiences"
106
+
> Audience size change alerts are in public beta, and Segment is actively working on this feature. During the public beta, Audience size change alerts only support Linked Audiences. Some functionality may change before it becomes generally available.
107
+
108
+
To create an Audience size change alert:
109
+
110
+
1. From your Segment workspace’s home page, navigate to **Engage > Audiences**.
111
+
2. Select the Linked Audience you want to create an alert for, select the Alerts tab, and click **Create alert**.
112
+
3. On the Create alert sidesheet, select the Audience size change alert and pick a destination for which you’d like to monitor event health.
113
+
4. Enter a percentage threshold to trigger audience size change notifications.
114
+
5. Select one or more of the following alert channels:
115
+
-**Email**: Select this to receive notifications at the provided email address.
116
+
-**Slack**: Select this to send alerts to one or more channels in your workspace. You can post messages to your channel with either a webhook or a workflow.
117
+
-**In-app**: Select this to receive notifications in the Segment app. To view your notifications, select the bell next to your user icon in the Segment app.
118
+
6. Click **Save**.
119
+
120
+
To make changes to an Audience size change alert, select the icon in the Actions column for the alert and click **Edit**.
121
+
122
+
To delete a Audience size change alert, select the icon in the Actions column for the alert and click **Delete.**
Copy file name to clipboardExpand all lines: src/monitor/alerts/default-alerts.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ View a brief description of each alert type.
49
49
-**Source Settings Modified**: A user in your workspace modified the settings for one of your sources.
50
50
51
51
> info "Custom Source alerts"
52
-
> During the Monitor public beta, you can configure custom [source volume alerts](/docs/connections/alerting/#source-volume-alerts), but these alerts won't appear in the Monitor tab.
52
+
> During the Monitor public beta, you can also configure custom [source volume alerts](/docs/monitor/alerts/custom-alerts/#source-volume-alert).
53
53
54
54
## Destination alerts
55
55
-**Destination Disabled**: A user in your workspace disabled a destination.
@@ -62,7 +62,7 @@ View a brief description of each alert type.
62
62
-**Destination Modified**: A user in your workspace made changes to a destination.
63
63
64
64
> info "Custom Destination alerts"
65
-
> During the Monitor public beta, you can configure custom [Successful delivery rate alerts](/docs/connections/alerting/#successful-delivery-rate-alerts), but these alerts won't appear in the Monitor tab.
65
+
> During the Monitor public beta, you can also configure custom [Successful delivery rate alerts](/docs/monitor/alerts/custom-alerts/#successful-delivery-rate-alert) and [Audience size change alerts](/docs/monitor/alerts/custom-alerts/#audience-size-change).
66
66
67
67
## Storage Destination alerts
68
68
-**Storage Destination Created**: A user in your workspace created a new instance of a storage destination.
@@ -117,7 +117,7 @@ your identity-resolved profiles to your data warehouse.
117
117
-**Audience Run Failed**: Segment was unable to compute your Audience. To resolve this error, please [contact Segment support](https://segment.com/help/contact/){:target="_blank”}.
118
118
119
119
> info "Custom Engage alerts"
120
-
> During the Monitor public beta, you can configure custom [Activation event health spikes or drops](/docs/engage/audiences/#activation-event-health-spikes-or-drops)and [Audience size change](/docs/engage/audiences/#audience-size-change)alerts, but these alerts won't appear in the Monitor tab.
120
+
> During the Monitor public beta, you can also configure custom [Activation event health spikes or drops](/docs/engage/audiences/#activation-event-health-spikes-or-drops) alerts.
121
121
122
122
## Users alerts
123
123
-**Access Request Created**: A user in your workspace requested access to a resource that they don't currently have permission to view. For more information, see the [Request Access](/docs/segment-app/iam/membership/#request-access) documentation.
@@ -137,7 +137,7 @@ your identity-resolved profiles to your data warehouse.
137
137
-**Reverse ETL Sync Partial Success**: Segment was able to sync some, but not all, of your records from your data warehouse with your downstream destination.
138
138
139
139
> info "Custom Reverse ETL alerts"
140
-
> During the Monitor public beta, you can configure custom Reverse ETL alerts for [mapping-level successful delivery rate fluctuations](/docs/connections/reverse-etl/manage-retl/#mapping-level-successful-delivery-rate-fluctuations), but these alerts won't appear in the Monitor tab.
140
+
> During the Monitor public beta, you can also configure custom Reverse ETL alerts for [mapping-level successful delivery rate fluctuations](/docs/monitor/alerts/custom-alerts/#mapping-level-successful-delivery-rate-fluctuations).
141
141
142
142
## Data Graph alerts
143
143
-**Data Graph Breaking Change**: A change in your warehouse broke components of your Data Graph. For more information about breaking changes, see the [Data Graph docs](/docs/unify/data-graph/#detect-warehouse-breaking-changes).
Copy file name to clipboardExpand all lines: src/monitor/alerts/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Alerts
4
4
Segment's alerting features allow you to receive in-app, email, and Slack notifications related to the status, performance, and throughput of your Segment integrations.
5
5
6
6
> info "Public beta"
7
-
> The Monitor hub is in Public Beta. Some functionality may change before it becomes generally available. During the public beta, only default alerts are located in the Monitor tab.
7
+
> The Monitor hub is in Public Beta. Some functionality may change before it becomes generally available.
8
8
9
9
Segment has two kinds of alerts:
10
10
-**Default alerts**: Alerts that have a preset threshold and are often used to detect changes users make to the integrations in your workspace. For example, a _Source created_ alert is a default alert.
0 commit comments