筛选项

Braze | Mailjet

Connect Branch and Braze + Mailjet to enable a seamless email-to-app linking experience.

1328

概述

Braze 平台使消息更像是您与客户之间通过推送,电子邮件,应用内等渠道进行的对话。

它是如何工作的?

1776
  1. User clicks on a link in an email from their mobile mail client (Gmail, Apple Mail, etc.)
  2. If the user has the app installed and the link has a corresponding screen in the app, the app will open and deep link the user to the right content.
    • Ex. Product detail page, category shopping page, etc.
  3. If the user does not have the app installed or the link only corresponds to a screen on the web, the user is routed to the website using their default mobile web browser.
    • Ex. Unsubscribe link, privacy policy, etc.
  4. Obtained or set up your Braze click tracking domain (CTD). Reach out to your Braze account manager for assistance on this.

先决条件

📘

Required Roles

Branch's Universal Email requires the following roles involved in order to enable:

  • Developers
  • CRM/Email Team
  • Braze Account Manager / Support Team

In order to enable Braze + Mailjet, you need to have completed the following:

  1. Admin access to your Branch Dashboard.
  2. Enabled Universal Email for your Branch account.
  3. Implemented the Branch SDK into your mobile app (iOS | Android)

Enable Braze + Mailjet

Connect Braze + Mailjet Service in Branch

In the Branch Dashboard in Email → Manager tab, find Braze Mailjet and click Enable

1101

Input Click Tracking Domain

通过点击追踪域,您可以追踪打开电子邮件和点击链接的参与度。

Braze + Mailjet 集成要求您提供以下内容:

  • 点击追踪域—通过 Braze + Mailjet 用于电子邮件中链接的域
  • Braze + Mailjet Domain—Braze + Mailjet 用于收集数据的域

For additional help, please see Mailjet's documentation.

🚧

Click Tracking Domain

  • Remove https:// when adding your click tracking domain.
  • Never add the same CTD to both your Live and Test Branch environments.
  • You can enable the integration with multiple CTDs, if needed, but you cannot add the same CTD to multiple Branch Dashboards or ESP integrations.
1072

Configure your App

Add your Braze + Mailject CTD to your Associated Domains

For your iOS App, you must add the CTD to the Associated Domains. Additional details can be found here.

2188

添加处理 Web-Only 内容应用代码

If you have links to content that exist only on the web and not in the app (for example, a temporary marketing webpage that isn't in the app), then this code snippet will ensure all links that have not had deep linking script applied will open in a browser. Details can be found here.

Return YES to continueUserActivity

Additionally, you will need to add the CTD to your iOS app's info.plist file. Additional details can be found here.

994

Point DNS CNAME to Branch

请按照网络托管提供商的说明进行操作,用以配置 DNS CNAME。

Here are a few common provider’s instructions for reference:

Update the DNS CNAME and point it to thirdparty.bnc.lt. Once the CNAME record is added, please allow up to an hour for Branch to generate SSL and AASA files for your click tracking domain.

重要的 CNAME 信息

  • 添加 CNAME 之前,必须启用 Branch 操作后台 (Dashboard) 并反映 CTD。
  • 如果 CTD 已经有 SSL 设置,请确认您的安全凭据是否允许第三方代表域提交 CSR。如果不是,请与 Branch 的支持团队联系,以协调向 Branch 手动提供 SSL 证书。
  • 添加 CNAME 之后,Branch 会为您的点击追踪域自动生成 SSL 证书和 AASA 文件。更改 CNAME 之后,最多可能需要一个小时才能解决 SSL 错误。在这段时间内,点击追踪域上的链接重定向将重定向至帐户的常规配置部分中提供的默认 URL
  • 如果您要对具有活动电子邮件点击流量的实时域进行此更改,请将 CNAME 更改安排在点击流量较低的非工作时间内进行。

Add Branch Links to your Emails

Before you start sending your email campaigns, you need to determine what flow you want the user to experience and flag your email links accordingly.

Add Deep Linking Flag

For the email links that you would like to deep link to content, add $deep_link=true to the URL as a query parameter, for example:

<a href="links.example.com?$deep_link=true" >Link to your app!</a>

这样可以确保将您的链接转化为可以在 iOS 和 Android 上打开应用的Branch Link,并具有完整的追踪和归因。

Add Web-only Flag

With your email service provider, all email links will open the app by default. In order for your app to know that the email link should bounce to web after opening the app, add $web_only=true to your links as a query parameter, for example:

<a href="links.example.com?$web_only=true" >Link to your app!</a>

Branch 操作后台 (Dashboard) 上的分析

To see how the email campaigns have performed and break it down into campaigns, it is very essential to tag your email links with the ~campaign tag. If your team uses UTM tags, Branch will also ingest the UTM_campaign tag. This will help dedupe the numbers and hence see the downstream events. You can add the campaign tag in any comparisons and filters in any Dashboard views.