Skip to content

Commit 9a8cc1e

Browse files
authored
Merge pull request #6580 from artkry/pushwoosh/source
Pushwoosh Source doc
2 parents d18489c + 5c2184f commit 9a8cc1e

File tree

1 file changed

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

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: Pushwoosh Source
3+
id: MW9K4HgBZz
4+
beta: true
5+
---
6+
7+
[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.
8+
9+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) that can export data into your Segment warehouse, as well as federate the exported data into your other enabled Segment Destinations.
10+
11+
This source is maintained by Pushwoosh. If you have any issues with it, [contact their Support team](mailto:[email protected])
12+
13+
## Getting started
14+
15+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
16+
2. Search for "Pushwoosh" in the Sources Catalog, select Pushwoosh, and click **Add Source**.
17+
3. On the next screen, give the Source a name and configure any other settings.
18+
19+
- 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 Pushwoosh recommends using something that reflects the source itself and distinguishes among your environments (For example: Pushwoosh_Prod, Pushwoosh_Staging, Pushwoosh_Dev).
20+
21+
4. Click **Add Source** to save your settings.
22+
5. Copy the Write key from the Segment UI.
23+
6. Log in to your Pushwoosh account, and select the Application you want to connect.
24+
7. Navigate to **Settings > 3rd party integration > Segment**, click the `Configure` button, and enter your write key from your Segment workspace.
25+
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`.
26+
27+
## Stream
28+
29+
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.
30+
31+
By default, Pushwoosh passes the Pushwoosh User ID as the Segment userId property. If there is no associated User ID, Pushwoosh will pass the HWID as the Segment anonymousId.
32+
33+
## Events
34+
35+
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.
36+
37+
| Event Name | Description |
38+
| ------------------ | ----------------------------------------------- |
39+
| Email Sent | Email was sent successfully |
40+
| Push Sent | Push notification successfully sent |
41+
| SMS Sent | SMS sent to recipient |
42+
| Email Delivered | Email successfully delivered |
43+
| Push Delivered | Push notification successfully delivered |
44+
| SMS Delivered | SMS successfully delivered |
45+
| Email Bounced | Email returned to sender due to permanent error |
46+
47+
48+
## Event Properties
49+
50+
The table below list the properties included in the events listed above.
51+
52+
| Property Name | Description |
53+
| ----------------- | ---------------------------------------------------------------------------------- |
54+
| `message_type` | Contains the type of message (Push, Email, In-App or SMS) |
55+
| `campaign_code` | Unique identifier of the message campaign |
56+
| `device_type` | Type of the device |
57+
58+
59+
60+
## Adding Destinations
61+
62+
Now that your Source is set up, you can connect it with Destinations.
63+
64+
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.
65+
66+
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)