Skip to content

Commit 328ed75

Browse files
authored
Merge pull request #228808 from bashan-git/main
User Engagement Tracking
2 parents 56e7615 + 258b4ff commit 328ed75

File tree

4 files changed

+56
-1
lines changed

4 files changed

+56
-1
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: How to configure user engagement tracking to an email domain with Azure Communication Service resource.
3+
titleSuffix: An Azure Communication Services quick start guide
4+
description: Learn about how to enable user engagement for the email domains with Azure Communication Services resource.
5+
author: bashan-git
6+
manager: sundraman
7+
services: azure-communication-services
8+
ms.author: bashan
9+
ms.date: 02/15/2023
10+
ms.topic: quickstart
11+
ms.service: azure-communication-services
12+
---
13+
# Quickstart: How to enable user engagement tracking for the email domain with Azure Communication Service resource
14+
15+
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
16+
17+
Configuring email engagement enables the insights on your customers' engagement with emails to help build customer relationships. Only the emails that are sent from Azure Communication Services verified Email Domains that are enabled for user engagement analysis will get the engagement tracking metrics.
18+
19+
> [!IMPORTANT]
20+
> By enabling this feature, you are acknowledging that you are enabling open/click tracking and giving consent to collect your customers' email activity
21+
22+
In this quick start, you'll learn about how to enable user engagement tracking for verified domain in Azure Communication Services.
23+
24+
## Enable email engagement
25+
1. Go the overview page of the Email Communications Service resource that you created earlier.
26+
2. Click Provision Domains on the left navigation panel. You'll see list of provisioned domains.
27+
3. Click on the Custom Domain name that you would like to update.
28+
29+
:::image type="content" source="./media/email-domains-custom-provision-domains.png" alt-text="Screenshot that shows how to get to overview page for Domain from provisioned domains list.":::
30+
31+
4. The navigation lands in Domain Overview page where you'll able to see User interaction tracking Off by default.
32+
33+
:::image type="content" source="./media/email-domains-custom-overview.png" alt-text="Screenshot that shows the overview page of the domain." lightbox="media/email-domains-custom-overview-expanded.png":::
34+
35+
5. The navigation lands in Domain Overview page where you'll able to see User interaction tracking Off by default.
36+
37+
:::image type="content" source="./media/email-domains-user-engagement.png" alt-text="Screenshot that shows the user engagement turn-on page of the domain." lightbox="media/email-domains-user-engagement-expanded.png":::
38+
39+
6. Click turn on to enable engagement tracking.
40+
41+
**Your email domain is now ready to send emails with user engagement tracking.**
42+
43+
You can now subscribe to Email User Engagement operational logs - provides information related to 'open' and 'click' user engagement metrics for messages sent from the Email service.
44+
45+
## Next steps
46+
47+
* [Get started with log analytics in Azure Communication Service](../../concepts/logging-and-diagnostics.md)
48+
49+
50+
The following documents may be interesting to you:
51+
52+
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
53+
- [Get started by connecting Email Communication Service with a Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
20.7 KB
Loading
20.7 KB
Loading

articles/communication-services/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ items:
5050
- name: Handle Email events
5151
href: quickstarts/email/handle-email-events.md
5252
- name: Send an Email in Azure Logic Apps
53-
href: quickstarts/email/logic-app.md
53+
href: quickstarts/email/logic-app.md
54+
- name: Enable User Engagement Tracking
55+
href: quickstarts/email/enable-user-engagement-tracking.md
5456
- name: Telephony and phone numbers
5557
items:
5658
- name: Get and manage phone numbers

0 commit comments

Comments
 (0)