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/gwen/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,24 @@ This is an [Event Cloud Source](https://segment.com/docs/sources/#event-cloud-so
12
12
This source is maintained by Insert Coin AB. For any issues with the source, [contact their Support team](mailto:[email protected]).
13
13
14
14
> info ""
15
-
> The GWEN Source is currently in beta, which means that they are actively developing the source. This doc was last updated on May 3rd, 2023. If you're interested in joining their beta program or have any feedback to help improve the GWEN Source and its documentation, [let GWEN know](mailto:[email protected])!
15
+
> The GWEN Source is currently in beta, which means that they are actively developing the source. This doc was last updated on May 3rd, 2023. If you're interested in joining their beta program or have any feedback to help improve the GWEN Source and its documentation, [let GWEN know](mailto:[email protected]).
16
16
17
17
## Getting started
18
18
19
19
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
20
20
2. Search for "GWEN" in the Sources Catalog, select GWEN, and click **Add Source**.
21
21
3. On the next screen, give the Source a nickname and configure any other settings.
22
-
- 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 we recommend using something that reflects the source itself and distinguishes amongst your environments (for example, SourceName_Prod, SourceName_Staging, or SourceName_Dev).
22
+
- 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).
23
23
4. Click **Add Source** to save your settings.
24
-
5. Copy the Write key from the Segment UI and log in to your GWEN account - navigate to [Setup Management > Webhooks](http://app.gwenplatform/setup-management/webhooks) - click the **Set credentials** button next to **Segment Source webhooks** and paste the key to connect.
24
+
5. Copy the Write key from the Segment UI and log in to your GWEN account.
25
+
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.
25
26
26
27
## Stream
27
28
28
-
GWEN uses our 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 [here](app.gwenplatform.com/docs/webhooks/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.
29
+
GWEN 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 [here](app.gwenplatform.com/docs/webhooks/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.
29
30
30
31
The default behavior is for GWEN 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.
31
-
For example, users created anonymously by using the [GWEN Analytics script](https://app.gwenplatform.com/docs/gwen-analytics) will likely have a userId unknown to you.
32
+
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.
32
33
33
34
## Events
34
35
@@ -67,7 +68,7 @@ The table below lists events that GWEN sends to Segment. These events appear as
67
68
68
69
## Event Properties
69
70
70
-
The table below list the properties included in the events listed above. You can read about specific GWEN mechanic states and updates under **modules** in the [GWEN platform documentation](https://app.gwenplatform.com/docs)
71
+
The table below list the properties included in the events listed above. You can read about specific GWEN mechanic states and updates under **modules** in the [GWEN platform documentation](https://app.gwenplatform.com/docs){:target="blank"}.
71
72
72
73
<table>
73
74
<tr>
@@ -88,7 +89,7 @@ The table below list the properties included in the events listed above. You can
88
89
</tr>
89
90
<tr>
90
91
<td>`segmentId`</td>
91
-
<td>The ID of the GWEN segment that the user belongs to. Nothing to do with Twilio Segment!</td>
92
+
<td>The ID of the GWEN segment that the user belongs to. (Nothing to do with Twilio Segment)</td>
92
93
</tr>
93
94
<tr>
94
95
<td>`productId`</td>
@@ -110,4 +111,4 @@ Now that your Source is set up, you can connect it with Destinations.
110
111
111
112
Log into your downstream tools and check to see 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](https://segment.com/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
112
113
113
-
If there are any issues with how the events are arriving to Segment, [contact the GWEN support team](mailto:[email protected]).
114
+
If there are any issues with how the events are arriving in Segment, [contact the GWEN support team](mailto:[email protected]).
0 commit comments