@@ -47,40 +47,46 @@ OneSignal doesn't send user email address or phone number details to Segment.
47
47
48
48
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.
49
49
50
- | Event Kind | Event Description |
50
+ | MessageEvent Kind | Event Description |
51
51
| ----------------------------- | ---------------------------------------------------- |
52
52
| Push Sent | Push notification successfully sent |
53
53
| Push Received | Push notification successfully received |
54
54
| 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 |
56
56
| In-App Message Clicked | In-App Message clicked on device |
57
57
| In-App Message Page Displayed | In-App Message page is displayed |
58
58
| Email Sent | Email successfully sent |
59
+ | Email Received | Email received by recipient |
59
60
| Email Opened | Email opened by recipient |
61
+ | Email Link Clicked | Email contained link, link clicked |
60
62
| Email Unsubscribed | Email unsubscribed by recipient |
61
- | Email Received | Email received by recipient |
62
63
| 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 |
65
67
| SMS Sent | SMS sent to recipient |
66
- | SMS Delivered | SMS successfully delivered |
67
68
| SMS Failed | SMS failed to send |
69
+ | SMS Delivered | SMS successfully delivered |
70
+ | SMS Undelivered | SMS undelivered for a subscription |
68
71
69
72
## Event properties
70
73
71
74
The following table lists the properties included in the events from the Events table.
72
75
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) |
84
90
85
91
86
92
0 commit comments