CleverTap
首先完成 Universal Email 集成指南
Before you can start sending Branch Links in your emails with Clevertap, you must complete the Universal Email Integration Guide.
支持的电子邮件服务提供商
CleverTap 个性化链接可与以下 ESP 配合使用:
亚马逊 SES
1. 创建标记链接
在开始设置电子邮件广告活动之前,您需要确定希望用户体验的流程,并相应地标记您的电子邮件链接。
使用以下标记可使链接正常运行:
- Deep linking users to in-app content: add
$deep_link=true
to your links as a query parameter - Linking users to web-only content: add
$web_only=true
to your links as a query parameter
2. 配置 Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
Mailgun
1. 创建标记链接
在开始设置电子邮件广告活动之前,您需要确定希望用户体验的流程,并相应地标记您的电子邮件链接。
使用以下标记可使链接正常运行:
- Deep linking users to in-app content: add
deeplink="true"
to the HTML - 将用户链接到 web-only 内容:无需添加任何内容
2. 配置 Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
Mandrill
1. 创建标记链接
在开始设置电子邮件广告活动之前,您需要确定希望用户体验的流程,并相应地标记您的电子邮件链接。
使用以下标记可使链接正常运行:
- Deep linking users to in-app content: add
$deep_link=true
to your links as a query parameter - Linking users to web-only content: add
$web_only=true
to your links as a query parameter
2. 配置 Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
森格
1. 创建标记链接
在开始设置电子邮件广告活动之前,您需要确定希望用户体验的流程,并相应地标记您的电子邮件链接。
使用以下标记可使链接正常运行:
- Deep linking users to in-app content: add
universal="true"
to the HTML - 将用户链接到 web-only 内容:无需添加任何内容
2. 配置 Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
配置 Clevertap
1. 设置链接行为
一旦完成了 ESP 配置,就可以开始将 CleverTap 链接添加到电子邮件正文中。
With your ESP make sure to add the URL parameter $follow_redirect=true
to every CleverTap link in the email body. This will indicate to Branch that this link is a CleverTap link. As soon as Branch detects this parameter Branch backend will follow the Clevertap link, receive personalization data from their servers, and send it to the mobile App/Web.
2. 禁用 HTML 清理
CleverTap uses an HTML editor for creating email bodies. It has been observed that CleverTap editors
scrape our deep link parameter such as universal=”true”
or deeplink=”true”
from the URL which causes the deep links to fail.
通过禁用 Clevertap 的 HTML 清理功能,不会从链接中删除上述参数。
在开始广告活动之前,请与您的 CleverTap 客户经理联系,并请他们禁用 HTML 清理功能。通常需要 3 - 4 个工作日才能将其关闭。请据此计划。
3. 通过电子邮件编辑器发送深度链接
您可以使用拖放编辑器中可用的 HTML 和自定义 HTML(动态内容)元素在电子邮件中形成和嵌入深度链接。