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/destinations/catalog/actions-commandbar/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
@@ -14,7 +14,7 @@ To configure CommandBar as an Event Source to get data into your warehouse or ot
14
14
1. From the Segment web app, navigate to **Connections > Catalog**, then select the **Destinations** tab at the top of the catalog.
15
15
2. Search for *CommandBar* and select it.
16
16
3. Click **Configure CommandBar**.
17
-
4. Sign in to [CommandBar](app.commandbar.com/login){:target="_blank"}, click on your organization name in the top right, and copy the `Org ID` into **Organization ID** field.
17
+
4. Sign in to [CommandBar](https://app.commandbar.com/login){:target="_blank"}, click on your organization name in the top right, and copy the `Org ID` into **Organization ID** field.
18
18
5. If you want to deploy CommandBar to your users through Segment, check **Deploy via Segment**.
19
19
6. Select an existing Source to connect to CommandBar.
20
20
7. Once connected, remove the CommandBar snippet or `init` call from your code (if you have one).
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/plotline/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
@@ -12,7 +12,7 @@ This destination is maintained by Plotline. For any issues with the destination,
12
12
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Plotline".
13
13
2. Select and click **Add Destination**.
14
14
3. Select an existing source to connect to.
15
-
4. Go to [Plotline's dashboard](app.plotline.so){:target="_blank”}, navigate to "Credentials" and copy the API key.
15
+
4. Go to [Plotline's dashboard](https://app.plotline.so){:target="_blank”}, navigate to "Credentials" and copy the API key.
16
16
5. Enter the API Key in the destination settings in Segment.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/retently/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
@@ -33,7 +33,7 @@ It takes only three steps to set everything up and start surveying your audience
33
33
### 3. Map survey campaign with Segment events
34
34
35
35
1. In the Retently destination settings in the Segment app, go to the **Map Retently campaigns with Segment events** section.
36
-
2. In the left input field, enter the ID of the survey campaign. [Learn how to configure the survey campaign.](hhttps://help.retently.com/en/articles/8217913-trigger-transactional-surveys-via-segment-events){:target="_blank"}
36
+
2. In the left input field, enter the ID of the survey campaign. [Learn how to configure the survey campaign.](https://help.retently.com/en/articles/8217913-trigger-transactional-surveys-via-segment-events){:target="_blank"}
37
37
3. In the right field, list the name of one or more Segment Track events that should trigger the survey in the specified campaign.
38
38
Write the name of the event exactly as it's written in the `analytics.track` method (more details in the section below). You can enter multiple Track events by separating them with a comma symbol (for example Order Placed, Dashboard Visited).
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/gwen-webhooks/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ id: vMEJCURfHh
5
5
6
6
[GWEN Webhooks](https://gwenplatform.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="blank"} offers powerful gamification tools and insights to convert, engage, and retain users. With GWEN it has never been easier to understand your users behavior patterns and build better performing products with both speed and accuracy.
7
7
8
-
This is an [Event Cloud Source](=/docs/sources/#event-cloud-sources) which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
8
+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
9
9
10
10
This source is maintained by Insert Coin AB. For any issues with the source, [contact their Support team](mailto:[email protected]).
11
11
@@ -20,11 +20,11 @@ This source is maintained by Insert Coin AB. For any issues with the source, [co
20
20
- The nickname is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The nickname can be anything, but Segment recommends using something that reflects the source itself and distinguishes amongst your environments (for example, SourceName_Prod, SourceName_Staging, or SourceName_Dev).
21
21
4. Click **Add Source** to save your settings.
22
22
5. Copy the Write key from the Segment UI and log in to your GWEN account.
23
-
6. Navigate to [Setup Management > Webhooks](http://app.gwenplatform/setup-management/webhooks){:target="blank"} and click the **Set credentials** button next to **Segment Source webhooks**. Paste the key to connect.
23
+
6. Navigate to [Setup Management > Webhooks](https://app.gwenplatform.com/setup-management/webhooks){:target="blank"} and click the **Set credentials** button next to **Segment Source webhooks**. Paste the key to connect.
24
24
25
25
## Stream
26
26
27
-
GWEN Webhooks uses a stream Source component to send Segment event data. It uses a server-side (select from `track`, `identify`, `page`, `group`) method(s) to send GWEN user data to Segment (Read more about GWEN webhook data [in the GWEN documentation](app.gwenplatform.com/docs/webhooks/segment)). These events are then available in any destination that accepts server-side events, and also available in a schema in your data warehouse, so you can query using SQL.
27
+
GWEN Webhooks uses a stream Source component to send Segment event data. It uses a server-side (select from `track`, `identify`, `page`, `group`) method(s) to send GWEN user data to Segment (Read more about GWEN webhook data [in the GWEN documentation](https://app.gwenplatform.com/docs/webhooks/segment)). These events are then available in any destination that accepts server-side events, and also available in a schema in your data warehouse, so you can query using SQL.
28
28
29
29
The default behavior is for GWEN Webhooks to pass the userId associated with the user who triggered the given update. This may or may not be a userId that you are keeping track of, depending on under what circumstances the user has been created within GWEN.
30
30
For example, users created anonymously by using the [GWEN Analytics script](https://app.gwenplatform.com/docs/gwen-analytics){:target="blank"} will likely have a userId unknown to you.
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/one-creation/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The following table lists events that One Creation sends to Segment. These event
45
45
46
46
All One Creation events contain the associated One Creation campaign name, campaign ID, user ID of the individual who responded to the campaign, and the list of traits or properties that the user provided through this campaign. Here's a sample payload:
47
47
48
+
```json
48
49
{
49
50
"properties": {
50
51
"fav_color": "blue",
@@ -68,6 +69,7 @@ All One Creation events contain the associated One Creation campaign name, campa
0 commit comments