From 8db2c1b5b3766a0107a39ce0c938dc064f276adf Mon Sep 17 00:00:00 2001 From: SimeonBrazeSA <137236059+SimeonBrazeSA@users.noreply.github.com> Date: Fri, 24 May 2024 12:09:58 +1000 Subject: [PATCH 1/3] Add dispatch_id to missing Content card events These seem to be missing for some reason. --- .../event_glossary/message_engagement_events.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md b/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md index e9c307c27c2..d2aa484f765 100644 --- a/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md +++ b/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md @@ -1340,6 +1340,7 @@ This event occurs when a Content Card gets sent to a user. "content_card_id": (required, string) ID of the content card that was sent, "time": (required, int) 10-digit UTC time of the event in seconds since the epoch, "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types), + "dispatch_id": (optional, string) ID of the dispatch this message belongs to, "campaign_id": (optional, string) ID of the campaign if from a campaign, "campaign_name": (optional, string) name of the campaign, "message_variation_id": (optional, string) ID of the message variation if from a campaign, @@ -1379,6 +1380,7 @@ This event occurs when a user views a Content Card. "time": (required, int) 10-digit UTC time of the event in seconds since the epoch, "app_id": (required, string) ID for the app on which the user action occurred, "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types), + "dispatch_id": (optional, string) ID of the dispatch this message belongs to, "campaign_id": (optional, string) ID of the campaign if from a campaign, "campaign_name": (optional, string) name of the campaign, "message_variation_id": (optional, string) ID of the message variation if from a campaign, @@ -1424,6 +1426,7 @@ This event occurs when a user clicks a Content Card. "time": (required, int) 10-digit UTC time of the event in seconds since the epoch, "app_id": (required, string) ID for the app on which the user action occurred, "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types), + "dispatch_id": (optional, string) ID of the dispatch this message belongs to, "campaign_id": (optional, string) ID of the campaign if from a campaign, "campaign_name": (optional, string) name of the campaign, "message_variation_id": (optional, string) ID of the message variation if from a campaign, @@ -1469,6 +1472,7 @@ This event occurs when a user dismisses a Content Card. "time": (required, int) 10-digit UTC time of the event in seconds since the epoch, "app_id": (required, string) ID for the app on which the user action occurred, "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types), + "dispatch_id": (optional, string) ID of the dispatch this message belongs to, "campaign_id": (optional, string) ID of the campaign if from a campaign, "campaign_name": (optional, string) name of the campaign, "message_variation_id": (optional, string) ID of the message variation if from a campaign, From 8578f55f1ffc91c03cfb03f75fc93102206a88a6 Mon Sep 17 00:00:00 2001 From: SimeonBrazeSA <137236059+SimeonBrazeSA@users.noreply.github.com> Date: Fri, 24 May 2024 18:21:41 +1000 Subject: [PATCH 2/3] Update message_engagement_events.md --- .../event_glossary/message_engagement_events.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md b/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md index d2aa484f765..c20650a588e 100644 --- a/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md +++ b/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md @@ -499,6 +499,7 @@ This event occurs if a webhook message was aborted based on Liquid aborts, Quiet "message_variation_id": (optional, string) ID of the message variation this user received, "message_variation_name": (optional, string) name of the message variation the user is in if from a Canvas, "send_id": (optional, string) message send ID this message belongs to, + "dispatch_id": (optional, string) ID of the message dispatch (unique ID for each 'transmission' sent from the Braze platform). "time": (required, int) unix timestamp at which the event happened, "timezone": (optional, string) IANA time zone of the user at the time of the event, "user_id": (required, string) Braze ID of the user that performed this event @@ -1312,7 +1313,8 @@ This event occurs when a webhook was processed and sent to the third party speci "canvas_variation_name": (optional, string) name of the Canvas variation the user is in if from a Canvas, "canvas_step_id": (optional, string) ID of the step for this message if from a Canvas, "canvas_step_name": (optional, string) name of the Canvas step this event belongs to, - "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types) + "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types), + "dispatch_id": (optional, string) ID of the message dispatch (unique ID for each 'transmission' sent from the Braze platform). "message_extras": (optional, string) key-value pairs sent with this event } ``` From 5712277d178abb2355e7cb2b17df93f12b8fc913 Mon Sep 17 00:00:00 2001 From: Josh McCrowell <113209750+josh-mccrowell-braze@users.noreply.github.com> Date: Fri, 24 May 2024 09:11:55 -0400 Subject: [PATCH 3/3] Apply suggestions from code review --- .../event_glossary/message_engagement_events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md b/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md index c20650a588e..6b1dd1fc868 100644 --- a/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md +++ b/_docs/_user_guide/data_and_analytics/braze_currents/event_glossary/message_engagement_events.md @@ -499,7 +499,7 @@ This event occurs if a webhook message was aborted based on Liquid aborts, Quiet "message_variation_id": (optional, string) ID of the message variation this user received, "message_variation_name": (optional, string) name of the message variation the user is in if from a Canvas, "send_id": (optional, string) message send ID this message belongs to, - "dispatch_id": (optional, string) ID of the message dispatch (unique ID for each 'transmission' sent from the Braze platform). + "dispatch_id": (optional, string) ID of the message dispatch (unique ID for each 'transmission' sent from the Braze platform), "time": (required, int) unix timestamp at which the event happened, "timezone": (optional, string) IANA time zone of the user at the time of the event, "user_id": (required, string) Braze ID of the user that performed this event @@ -1314,7 +1314,7 @@ This event occurs when a webhook was processed and sent to the third party speci "canvas_step_id": (optional, string) ID of the step for this message if from a Canvas, "canvas_step_name": (optional, string) name of the Canvas step this event belongs to, "send_id": (optional, string) ID of the message if specified for the campaign (See Send Identifier under API Identifier Types), - "dispatch_id": (optional, string) ID of the message dispatch (unique ID for each 'transmission' sent from the Braze platform). + "dispatch_id": (optional, string) ID of the message dispatch (unique ID for each 'transmission' sent from the Braze platform), "message_extras": (optional, string) key-value pairs sent with this event } ```