Skip to content

Commit 120dd64

Browse files
authored
Merge pull request #5819 from OneSignal/onesignal-source-doc-updates
Updating OneSignal Partner Source Documentation
2 parents c261cea + f6cb31d commit 120dd64

File tree

1 file changed

+23
-17
lines changed
  • src/connections/sources/catalog/cloud-apps/onesignal

1 file changed

+23
-17
lines changed

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

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,40 +47,46 @@ OneSignal doesn't send user email address or phone number details to Segment.
4747

4848
The following table lists the events that OneSignal sends to Segment. These events appear as tables in your warehouse and as regular events in other destinations.
4949

50-
| Event Kind | Event Description |
50+
| MessageEvent Kind | Event Description |
5151
| ----------------------------- | ---------------------------------------------------- |
5252
| Push Sent | Push notification successfully sent |
5353
| Push Received | Push notification successfully received |
5454
| Push Clicked | Push notification touched on device |
55-
| In-App Message Displayed | In-App Message successfully displayed on device |
55+
| In-App Message Impression | In-App Message successfully displayed on device |
5656
| In-App Message Clicked | In-App Message clicked on device |
5757
| In-App Message Page Displayed | In-App Message page is displayed |
5858
| Email Sent | Email successfully sent |
59+
| Email Received | Email received by recipient |
5960
| Email Opened | Email opened by recipient |
61+
| Email Link Clicked | Email contained link, link clicked |
6062
| Email Unsubscribed | Email unsubscribed by recipient |
61-
| Email Received | Email received by recipient |
6263
| Email Reported As Spam | Email reported as spam by recipient |
63-
| Email Hardbounced | Email returned to sender due to permanent error |
64-
| Email Failed | Could not deliver the email to the recipient's inbox |
64+
| Email Bounced | Email returned to sender due to permanent error |
65+
| Email Failed | Could not deliver the email to the recipient’s inbox |
66+
| Email Suppressed | Email is suppressed for a subscription |
6567
| SMS Sent | SMS sent to recipient |
66-
| SMS Delivered | SMS successfully delivered |
6768
| SMS Failed | SMS failed to send |
69+
| SMS Delivered | SMS successfully delivered |
70+
| SMS Undelivered | SMS undelivered for a subscription |
6871

6972
## Event properties
7073

7174
The following table lists the properties included in the events from the Events table.
7275

73-
| Property Name | Description |
74-
| ------------------- | -------------------------------------------------- |
75-
| `messageId` | The identifier of the discrete message |
76-
| `campaign_id` | The identifier of the message campaign |
77-
| `message_name` | The message name |
78-
| `message_title` | The message title |
79-
| `message_contents` | The message contents |
80-
| `message_type` | The type of message sent, push, in-app, email, SMS |
81-
| `subscription_type` | The channel the message was sent through |
82-
| `template_id` | The message template used |
83-
| `onesignal_id` | The OneSignal set user identifier |
76+
| Property Name | Description |
77+
| -------------------------- | ------------------------------------------------------------------------------------- |
78+
| `userId` | The `external_id` associated with the message |
79+
| `anonymousId ` | The `subscription_id` associated with the message (only sent if there is no `external_id`) |
80+
| `messageId` | The identifier of the discrete message |
81+
| `campaign_id` | The identifier of the message campaign |
82+
| `message_name` | The message name |
83+
| `message_title` | The message title only for push and email |
84+
| `message_contents` | The message contents only for push and sms |
85+
| `template_id` | The message template used |
86+
| `subscription_id` | The OneSignal set device/email/sms identifier |
87+
| `subscription_device_type` | The device type that received the message |
88+
| `language` | The two character language code of the device |
89+
| `message_type` | The type of message sent (push, in-app, email, or SMS) |
8490

8591

8692

0 commit comments

Comments
 (0)