Skip to content

Commit 56afee3

Browse files
authored
Updates from feedback
1 parent ce6448c commit 56afee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ After you generate an event, you'll notice that `Email Delivery Report Received`
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

106106
- `EngagementContext` refers to the link clicked when the engagementType is `Click`.
107-
- `UserAgent` refers to the User-Agent strings. 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, either view or 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'.
109109

110110
Learn more about the [event schemas and other eventing concepts](../../../event-grid/event-schema-communication-services.md).
111111

0 commit comments

Comments
 (0)