Skip to content

Commit 23affb1

Browse files
Merge pull request #223076 from anmolbohra97/patch-2
Updating email events quickstarts
2 parents d7804f0 + 702185d commit 23affb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/communication-services/quickstarts/email/handle-email-events.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ After you generate an event, you'll notice that `Email Delivery Report Received`
103103

104104
:::image type="content" source="./media/handle-email-events/email-engagementtracking-report-received.png" alt-text="Screenshot of the Azure Event Grid viewer that shows the Event Grid schema for an EMAIL engagement tracking report event.":::
105105

106+
- `EngagementContext` refers to the link clicked when the engagementType is `Click`.
107+
- `UserAgent` refers to the User-Agent from which this email engagement event originated. Eg. If the user interacted on Edge using a Win10 machine: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246
108+
- `EngagementType` refers to the type of engagement, possible values are 'View' or 'Click'.
109+
106110
Learn more about the [event schemas and other eventing concepts](../../../event-grid/event-schema-communication-services.md).
107111

108112
## Clean up resources

0 commit comments

Comments
 (0)