Skip to content

Commit 474d4ec

Browse files
authored
add id and remove hidden frontmatter (#4815)
* add id and remove hidden frontmatter * update event casing * update name to gwen webhooks
1 parent c3334aa commit 474d4ec

File tree

1 file changed

+14
-16
lines changed
  • src/connections/sources/catalog/cloud-apps/gwen

1 file changed

+14
-16
lines changed

src/connections/sources/catalog/cloud-apps/gwen/index.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
---
2-
title: "GWEN Source"
3-
hidden: true
2+
title: "GWEN Webhooks Source"
3+
id: vMEJCURfHh
44
---
55

6-
## GWEN Source
7-
8-
[GWEN](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.
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.
97

108
This is an [Event Cloud Source](https://segment.com/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.
119

1210
This source is maintained by Insert Coin AB. For any issues with the source, [contact their Support team](mailto:[email protected]).
1311

1412
> info ""
15-
> The GWEN Source is currently in beta, which means that the GWEN support team is actively developing the source. This doc was last updated on May 3rd, 2023. If you're interested in joining the beta program or have any feedback to help improve the GWEN Source and its documentation, [let the GWEN support team know](mailto:[email protected]).
13+
> The GWEN Webhooks Source is currently in beta, which means that the GWEN support team is actively developing the source. This doc was last updated on May 3rd, 2023. If you're interested in joining the beta program or have any feedback to help improve the GWEN Webhooks Source and its documentation, [let the GWEN support team know](mailto:[email protected]).
1614
1715
## Getting started
1816

1917
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
20-
2. Search for "GWEN" in the Sources Catalog, select GWEN, and click **Add Source**.
18+
2. Search for "GWEN Webhooks" in the Sources Catalog, select GWEN Webhooks, and click **Add Source**.
2119
3. On the next screen, give the Source a nickname and configure any other settings.
2220
- 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).
2321
4. Click **Add Source** to save your settings.
@@ -26,42 +24,42 @@ This source is maintained by Insert Coin AB. For any issues with the source, [co
2624

2725
## Stream
2826

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 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 [here](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.
3028

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.
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.
3230
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.
3331

3432
## Events
3533

36-
The table below lists events that GWEN sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations.
34+
The table below lists events that GWEN Webhooks sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations.
3735

3836
<table>
3937
<tr>
4038
<td>Event Name</td>
4139
<td>Description</td>
4240
</tr>
4341
<tr>
44-
<td>achievement_update</td>
42+
<td>Achievement Update</td>
4543
<td>Progress was made on an Achievement</td>
4644
</tr>
4745
<tr>
48-
<td>progression_update</td>
46+
<td>Progression Update</td>
4947
<td>Progress was made on a Progression</td>
5048
</tr>
5149
<tr>
52-
<td>mission_update</td>
50+
<td>Mission Update</td>
5351
<td>Progress was made on a Mission path</td>
5452
</tr>
5553
<tr>
56-
<td>shop_item_update</td>
54+
<td>Shop Item Update</td>
5755
<td>An update related to a specific shop item</td>
5856
</tr>
5957
<tr>
60-
<td>wallet_update</td>
58+
<td>Wallet Update</td>
6159
<td>An update related to the users wallet</td>
6260
</tr>
6361
<tr>
64-
<td>webhook_verification</td>
62+
<td>Webhook verification</td>
6563
<td>An event only used for validating the connection to Segment</td>
6664
</tr>
6765
</table>

0 commit comments

Comments
 (0)