Skip to content

Commit 2dd5d8c

Browse files
author
Artem Krylov
committed
Pushwoosh Source doc
1 parent 823ae02 commit 2dd5d8c

File tree

1 file changed

+65
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/pushwoosh

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Pushwoosh Source
3+
---
4+
5+
[Pushwoosh] (https://pushwoosh.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} provides a comprehensive mobile engagement platform, offering advanced push notifications and in-app messaging to enhance customer interactions and retention.
6+
7+
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 enabled Segment Destinations.
8+
9+
This source is maintained by Pushwoosh. If you have any issues with it, [contact their Support team](mailto:[email protected])
10+
11+
## Getting started
12+
13+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
14+
2. Search for "Pushwoosh" in the Sources Catalog, select Pushwoosh, and click **Add Source**.
15+
3. On the next screen, give the Source a name and configure any other settings.
16+
17+
- 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 we recommend using something that reflects the source itself and distinguishes among your environments (e.g., Pushwoosh_Prod, Pushwoosh_Staging, Pushwoosh_Dev).
18+
19+
4. Click **Add Source** to save your settings.
20+
5. Copy the Write key from the Segment UI.
21+
6. Log in to your Pushwoosh account and select the Application you want to connect.
22+
7. Navigate to Settings > 3rd party integration > Segment, click the `Configure` button, and enter your write key from your Segment workspace.
23+
8. List the events you want to export using a `,` delimiter in the `Events` field, or leave it blank if you want to export all events, then click `Apply`.
24+
25+
## Stream
26+
27+
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.
28+
29+
Pushwoosh passes the user identifier as the `user_id` property by default.
30+
31+
## Events
32+
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+
35+
| Event Name | Description |
36+
| ------------------ | ----------------------------------------------- |
37+
| Email Sent | Email was sent successfully |
38+
| Push Sent | Push notification successfully sent |
39+
| SMS Sent | SMS sent to recipient |
40+
| Email Delivered | Email successfully delivered |
41+
| Push Delivered | Push notification successfully delivered |
42+
| SMS Delivered | SMS successfully delivered |
43+
| Email Bounced | Email returned to sender due to permanent error |
44+
45+
46+
## Event Properties
47+
48+
The table below list the properties included in the events listed above.
49+
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 |
56+
57+
58+
59+
## Adding Destinations
60+
61+
Now that your Source is set up, you can connect it with Destinations.
62+
63+
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](/docs/connections/event-delivery/), and refer to the Destination docs for each tool for troubleshooting.
64+
65+
If there are any issues with how the events are arriving to Segment, [contact the Pushwoosh support team](mailto:[email protected]).

0 commit comments

Comments
 (0)