You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/braze/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following table lists events that Braze sends to Segment. These events show
50
50
| Email Unsubscribed | User clicked the unsubscribe link in an email. |
51
51
| Global Subscription Group State Change | User’s subscription global group state changed to `Subscribed` or `Unsubscribed`. |
52
52
| Subscription Group State Changed | User’s subscription group state changed to `Subscribed` or `Unsubscribed`. |
53
-
| Push Notification Sent | A push notification was successfully sent |
53
+
| Push Notification Sent | A push notification was successfully sent.|
54
54
| Push Notification Tapped | User tapped on a push notification. |
55
55
| Push Notification Bounced | Braze was not able to send a push notification to this User. |
56
56
| iOS Foreground Push Opened | User received a push notification on iOS while the app was open. |
@@ -59,7 +59,7 @@ The following table lists events that Braze sends to Segment. These events show
59
59
| News Feed Viewed | User viewed the native Braze News Feed. |
60
60
| News Feed Card Viewed | User viewed a Card within the native Braze News Feed. |
61
61
| News Feed Card Clicked | User tapped or clicked on a Card within the native Braze News Feed. |
62
-
| Webhook Sent | A webhook message was sent |
62
+
| Webhook Sent | A webhook message was sent.|
63
63
| Campaign Converted | User performed the primary conversion event for a Campaign within its conversion window. |
64
64
| Canvas Converted | User performed the primary conversion event for a Canvas within its conversion window. |
65
65
| Canvas Entered | User was entered into a Canvas. |
@@ -71,7 +71,7 @@ The following table lists events that Braze sends to Segment. These events show
71
71
| Content Card Dismissed | User dismissed a Content Card. |
72
72
| SMS Sent | An SMS was sent. |
73
73
| SMS Sent to Carrier | An SMS was sent to the Carrier for delivery. |
74
-
| SMS Short Link Clicks |Short link in an SMS message is clicked |
74
+
| SMS Short Link Clicks |User clicked a short link in an SMS message.|
75
75
| SMS Delivered | An SMS was delivered successfully. |
76
76
| SMS Delivery Failed | An SMS was unable to be delivered successfully. |
77
77
| SMS Rejected | An SMS was rejected. |
@@ -91,7 +91,7 @@ The following table lists event properties included with all events Segment rece
91
91
|`campaign_id`| String | The API Identifier of the campaign associated with the event, if applicable. |
92
92
|`campaign_name`| String | The name of the campaign associated with the event, if applicable. |
93
93
|`message_variation_id`| String | The API Identifier of the Message Variation for the campaign associated with the event, if applicable. |
94
-
|`message_variation_name`| String | To further usability, in all events where we provide Message Variation ID, we'll now also provide the Message Variation Name. |
94
+
|`message_variation_name`| String | To further usability, in all events where Segment provides Message Variation ID, Segment now also provides the Message Variation Name. |
95
95
|`canvas_id`| String | The API Identifier of the Canvas associated with the event, if applicable |
96
96
|`canvas_name`| String | The name of the Canvas associated with the event, if applicable. |
97
97
|`canvas_variation_id`| String | The API Identifier of the Canvas Variation associated with the event, if applicable. |
@@ -108,7 +108,7 @@ This table lists event-specific properties Braze sends to Segment:
108
108
|`link_url`| String | For Email Clicked events, the URL of the link that the user clicked on. |
109
109
|`button_id`| String | For In-App Message Clicked events, the index of the button the user clicked on. |
110
110
|`card_id`| String | For News Feed Card and Content Card events, the API Identifier of the Card. |
111
-
|`state_change_source`| String | Source of the state change (i.e., REST, SDK, Dashboard, Preference Center, etc. ) |
111
+
|`state_change_source`| String | Source of the state change (for example, REST, SDK, Dashboard, Preference Center, and more.) |
112
112
|`subscription_group_id`| String | For Subscription Group State Changed events, the API Identifier of the Subscription Group. |
113
113
|`subscription_status`| String | For Subscription Group State Changed events, the status the user changed to, either `Subscribed` or `Unsubscribed`. |
114
114
|`user_agent`| String | For Email Click and Email Open events, description of the user’s system and browser for the event. |
0 commit comments