CleverTap
Connect Branch and CleverTap to enable a seamless email-to-app linking experience.
Overview
Clevertap personalization links with with the following ESPs:
- Amazon SES
- Mailgun
- Mandrill
- Sendgrid
Use the corresponding guides below to set up CleverTap with your ESP.
How does it work?
- User clicks on a link in an email from their mobile mail client (Gmail, Apple Mail, etc.)
- 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.
- 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.
- Obtained or set up your CleverTap click tracking domain (CTD). Reach out to your CleverTap account manager for assistance on this.
Prerequisites
Required Roles
Branch's Universal Email requires the following roles involved in order to enable:
- Developers
- CRM/Email Team
- CleverTap Account Manager / Support Team
In order to enable CleverTap, you need to have completed the following:
- Admin access to your Branch Dashboard.
- Have Branch's Engagement product enabled for your Branch Account.
- Implemented the Branch SDK into your mobile app (iOS | Android)
- Set Up Deep Link Routing. How your mobile app routes to in-app content will determine how you will create and tag your Branch Links.
- Track events
Enable and Configure CleverTap
Enable CleverTap
COMPLETE THE UNIVERSAL EMAIL INTEGRATION GUIDE
Before you can start sending Branch Links in your emails with Clevertap, you must complete the standard Universal Email Integration Guide.
Configure CleverTap
1. Set up Link Behavior
Once you have completed the ESP configuration, you can start adding CleverTap links to the email body.
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. Disable HTML Sanitization
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.
By disabling Clevertap's HTML sanitization, the above parameters are not scraped/removed from the link.
Before you go live with your campaign, please reach out to your CleverTap account manager and ask them to disable the HTML Sanitization. This will usually take 3 -4 working days to turn off. Please plan accordingly.
3. Send Deep Links via Email Editor
You can use the HTML and Custom HTML (Dynamic Content) elements available in the drag and drop editor to form and embed deep links in your email.
Add Branch Links to your Emails
CleverTap personalization links work with the following ESPs:
Amazon SES
1. Create Flagged Links
Before you start setting up your email campaigns, you need to determine what flow you want the user to experience and flag your email link accordingly.
Use the following markup for the links to work properly:
- 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. Configure Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
Mailgun
1. Create Flagged Links
Before you start setting up your email campaigns, you need to determine what flow you want the user to experience and flag your email link accordingly.
Use the following markup for the links to work properly:
- Deep linking users to in-app content: add
deeplink="true"
to the HTML - Linking users to web-only content: No need to add anything
2. Configure Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
Mandrill
1. Create Flagged Links
Before you start setting up your email campaigns, you need to determine what flow you want the user to experience and flag your email link accordingly.
Use the following markup for the links to work properly:
- 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. Configure Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
Sendgrid
1. Create Flagged Links
Before you start setting up your email campaigns, you need to determine what flow you want the user to experience and flag your email link accordingly.
Use the following markup for the links to work properly:
- Deep linking users to in-app content: add
universal="true"
to the HTML - Linking users to web-only content: No need to add anything
2. Configure Clevertap
Please follow all of the Configure Clevertap steps to ensure everything is working properly before you go live.
**Analytics on the 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.
Updated 3 months ago