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/connections/sources/catalog/cloud-apps/onesignal/index.md
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,40 +47,46 @@ OneSignal doesn't send user email address or phone number details to Segment.
47
47
48
48
The following table lists the events that OneSignal sends to Segment. These events appear as tables in your warehouse and as regular events in other destinations.
[White Label Loyalty](https://whitelabel-loyalty.com/){:target="_blank”} is an event-powered loyalty solution to drive customer retention.
8
+
9
+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) that can not only export data into your Segment warehouse but also federate the exported data into your other Segment-enabled destinations.
10
+
11
+
White Label Loyalty maintains this source. For any issues with the source, [contact their support team](mailto:[email protected]).
12
+
13
+
## Getting started
14
+
15
+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”}, click **Add Source**.
16
+
2. Search for "White Label Loyalty" in the Sources Catalog, select White Label Loyalty, and click **Add Source**.
17
+
3. On the next screen, give the source a name and configure any other settings.
18
+
19
+
- The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but Segment recommend using something that reflects the source itself and distinguishes amongst your environments (for example, `WhiteLabel_Prod`, `WhiteLabel_Staging`, `WhiteLabel_Dev`).
20
+
21
+
4. Click **Add Source** to save your settings.
22
+
5. Copy the write key from the Segment UI.
23
+
6. In the White Label Loyalty Console, navigate to **Settings > Integrations > Extensions** and click **Create**. Alternatively, you can edit an existing Segment integration.
24
+
7. Paste the write key in when prompted.
25
+
8. (Optional:) Specify a JSON path to use for the users ID (defaults to `authIdentifier`).
26
+
9. Click **Save**.
27
+
28
+
## Stream
29
+
30
+
White Label Loyalty uses Segment's stream source component to send Segment event data. The source uses server-side Track and Identify methods to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
31
+
32
+
By default, White Label Loyalty passes the `authIdentifier` associated with the user as the `userId`. You can specify a custom JSONPath in the White Label Loyalty Console to change the source of the `userId`.
33
+
34
+
## Events
35
+
36
+
White Label Loyalty will send all custom and intrinsic event types created in the White Label Loyalty Console, as per the schema provided when you set it up. White Label Loyalty will send all events reported against a user and include the `userId`.
37
+
38
+
## Adding destinations
39
+
40
+
Now that your source is set up, you can connect it with Destinations.
41
+
42
+
Log in to your downstream tools and verify that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](/docs/connections/event-delivery/) tool, and refer to the destination docs for each tool for troubleshooting.
43
+
44
+
If you experience any issues with how events are arriving to Segment, [contact the White Label Loyalty support team](mailto:[email protected]).
Copy file name to clipboardExpand all lines: src/engage/campaigns/mobile-push/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,9 @@ Follow these steps to set up mobile push in Twilio Engage.
354
354
12. Click **Verify**, then select the messaging services you want to use in your space.
355
355
13. Click **Save Twilio Account.**
356
356
357
+
> info "Removing messaging services"
358
+
> To remove a messaging service, navigate to Engage > Engage settings > Channels and click the pencil icon under **Twilio messaging service**. Enter the account credentials by either using the API key secret or creating a new API key. Once you've selected the desired services, they will override the existing ones, effectively removing the ones you no longer need.
359
+
357
360
### 5b. Create a new push service
358
361
359
362
Complete mobile push onboarding by creating a new push service:
Copy file name to clipboardExpand all lines: src/segment-app/iam/scim.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Most IdPs offer SCIM, and it complements SAML. You can think of SAML as a way fo
11
11
12
12
Before you start, remember that SSO is only available to Business Tier customers, and that only workspace owners may configure SSO connections.
13
13
14
-
To set up SCIM, you must first create an SSO connection. Once you [create your SSO connection](https://segment.com/docs/segment-app/iam/sso/), log back in to Segment using SSO.
14
+
To set up SCIM, you must first create an SSO connection. Once you [create your SSO connection](/docs/segment-app/iam/sso/), log back in to Segment using SSO.
15
15
16
16
## Configuration Instructions
17
17
@@ -27,15 +27,15 @@ Your IdP needs to know where to send SCIM requests. The Segment base URL is: htt
27
27
28
28
The other value you need is an API key (sometimes referred to as an Authorization Header). To generate one, go to **Settings > Advanced Settings** in the Segment app, and find the **SSO Sync** section. Click **Generate SSO Token** and copy the generated token. Use this token for the API key or Authorization Header in your IdP.
29
29
30
-
This page is located as part of the settings sidebar: https://app.segment.com/CUSTOMER_WORKSPACE_SLUG/settings/advanced
30
+
You can find this page in the [settings sidebar of your Segment app](https://app.segment.com/goto-my-workspace/settings/advanced){:target="_blank”}.
31
31
32
32

33
33
34
34
## Features
35
35
36
36
It's important to remember that Segment has a multi-tenant user/workspace relationship, meaning that users can be part of more than one workspaces. In most cases these workspaces are all related to a single customer (for example, a single company might have individual workspaces for different brands or subsidiaries). However, some users can be members of workspaces for different Segment customers, such as with contractors or consultants.
37
37
38
-
Because of this, Segment must balance the autonomy of our users with the desired level of control of a workspace owner.
38
+
Because of this, Segment must balance the autonomy of users with the desired level of control of a Workspace Owner.
39
39
40
40
## Creating Users
41
41
@@ -69,7 +69,7 @@ Your IdP can create new groups in Segment using SCIM. All groups created using S
69
69
70
70
## Updating Groups
71
71
72
-
Your IdP can add or remove workspace members from existing groups via SCIM. Your IdP can also update Segment group names.
72
+
Your IdP can add or remove workspace members from existing groups using SCIM. Your IdP can also update Segment group names.
73
73
74
74
## Deleting Groups
75
75
@@ -87,7 +87,7 @@ For example, you might map `{firstName} {lastName}` from your IdP to `displayNam
87
87
88
88
## Okta Set up Guide
89
89
90
-
1.[Complete the Okta Set up Guide for SSO](https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-Segment.html?baseAdminUrl=https://segment-admin.oktapreview.com&app=segment&instanceId=0oata15py1n3kQUo50h7)
90
+
1.[Complete the Okta Set up Guide for SSO](https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-Segment.html?baseAdminUrl=https://segment-admin.oktapreview.com&app=segment&instanceId=0oata15py1n3kQUo50h7){:target="_blank”}
91
91
2. Click **Provisioning**, then click **Configure API Integration** and select **Enable API Integration**.
92
92
3.[Generate an API key](#api-key), then copy and paste this value into the **API Token** field in Okta, and click **Save**.
93
93
@@ -113,14 +113,14 @@ For example, you might map `{firstName} {lastName}` from your IdP to `displayNam
113
113
114
114
Instructions for configuring Azure AD can be found on the Microsoft Docs website.
115
115
116
-
1.[Complete the Azure AD Set up Guide for SSO](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-tutorial)
116
+
1.[Complete the Azure AD Set up Guide for SSO](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-tutorial){:target="_blank”}.
117
117
118
-
2.[Complete the Azure AD Set up Guide for SCIM](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-provisioning-tutorial)
118
+
2.[Complete the Azure AD Set up Guide for SCIM](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-provisioning-tutorial){:target="_blank”}.
119
119
120
120
## OneLogin Set up Guide
121
121
122
122
Instructions for configuring OneLogin can be found on the OneLogin Docs website.
123
123
124
-
1. Add and configure the Segment SSO integration from within the OneLogin application
124
+
1. Add and configure the Segment SSO integration from within the OneLogin application.
125
125
126
-
2.[Complete the OneLogin Set up Guide for SCIM](https://onelogin.service-now.com/support?id=kb_article&sys_id=a7833cd7db3a30501c167e77f4961923)
126
+
2.[Complete the OneLogin Set up Guide for SCIM](https://onelogin.service-now.com/support?id=kb_article&sys_id=a7833cd7db3a30501c167e77f4961923){:target="_blank”}.
0 commit comments