Skip to content

Commit e18bee4

Browse files
author
Artem Krylov
committed
review fixes
1 parent 2dd5d8c commit e18bee4

File tree

1 file changed

+10
-8
lines changed
  • src/connections/sources/catalog/cloud-apps/pushwoosh

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ This source is maintained by Pushwoosh. If you have any issues with it, [contact
2626

2727
Pushwoosh uses our stream Source component to send Segment event data. It uses a server-side track method to send data to Segment. These events are then available in any destination that accepts server-side events, and are available in a schema in your data warehouse.
2828

29-
Pushwoosh passes the user identifier as the `user_id` property by default.
29+
Pushwoosh passes the user identifier as the Segment `userId` property by default, which is equals to Pushwoosh User ID.
30+
In other case, if Pushwoosh does not have an associated `userId`, Pushwoosh HWID will be passed as the Segment `anonymousId`.
3031

3132
## Events
3233

33-
The table below lists events that Pushwoosh sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Pushwoosh includes the `user_id` if available.
34+
The table below lists events that Pushwoosh sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Pushwoosh includes the `userId` if available.
3435

3536
| Event Name | Description |
3637
| ------------------ | ----------------------------------------------- |
@@ -47,12 +48,13 @@ The table below lists events that Pushwoosh sends to Segment. These events appea
4748

4849
The table below list the properties included in the events listed above.
4950

50-
| Property Name | Description |
51-
| ----------------- | ---------------------------------------------------------- |
52-
| `message_type` | Contains the type of message (Push, Email, In-App or SMS) |
53-
| `campaign_code` | Unique identifier of the message campaign |
54-
| `device_type` | Type of the device |
55-
| `user_id` | User associated with the message |
51+
| Property Name | Description |
52+
| ----------------- | ---------------------------------------------------------------------------------- |
53+
| `userId` | User associated with the message |
54+
| `anonymousId` | Pushwoosh key identifier assiged to the device (only sent if there is no `userId`) |
55+
| `message_type` | Contains the type of message (Push, Email, In-App or SMS) |
56+
| `campaign_code` | Unique identifier of the message campaign |
57+
| `device_type` | Type of the device |
5658

5759

5860

0 commit comments

Comments
 (0)