Personalization overview
Personalization is when you add specific information about the person or organization who is receiving your email campaign to the actual content of the mailing. It can be as simple as adding their first name to the greeting, which helps to reassure the recipient that your email wasn’t sent by a bot and that you are genuinely interested in creating a relationship with them.
When done well, personalized campaigns can impress your contacts and increase your response rates. You can personalize your campaign in a number of ways, such as greeting your recipients by their first name, inserting a company name in the body of your mailing, or including any other information you’ve stored about contacts in the campaigns they receive.
Always send a test of your campaign before sending it out to your entire audience to ensure that your personalization tags are working as expected.
Personalization tags are placeholders that get replaced with real values at the time the campaign is sent. The real values can represent your account’s contact fields, like first name, email, or the latest item they ordered. You can also use personalization tags in the subject line, sender email, and reply-to email.
If you use personalization for the sender email or reply-to email, the default value must be a valid email address.
For information about using personalization in the new drag and drop editor, check out this article.
How to add personalization to a legacy campaign
Personalization tags can be used in text blocks, combination blocks, and button blocks. To add personalization to your campaign, click on one of these blocks and drag it to the desired spot in your campaign. Then, follow the steps below:
- Click inside the block to edit it.
- In the toolbar, click on Insert and choose Personalization from the dropdown menu.
- Click on the Field dropdown and select the desired field from the list.
- Type your default text in the Placeholder field.
The default value acts as placeholder text in case a contact has an empty field. In that case, the placeholder text is used instead so that there isn’t an obvious gap in your copy.
How to add personalization to a subject line, sender email, or reply-to email
On the Review & send page, you can personalize the subject line, sender email, or reply-to email; you can also do this from the Send test interface. To add personalization to your subject line, simply click on the subject line field and type the appropriate personalization tag in the desired location of your copy. If you’re having trouble remembering the syntax for the tag, you can always add it to the body of the email first and then copy / paste it into the subject line. To add personalization to your sender email or reply-to email, click on the corresponding field and type the appropriate personalization tag.
When using personalization tags for the sender email or reply-to email, you must use a valid email address as the default value or your email will not be able to send.
Advanced personalization options
In addition to personalizing a campaign with data from your contact records, you can personalize with links that allow your contacts to manage their preferences, opt-out of mailings, confirm their subscription, and link to a signup form. These options are also listed on the Field toolbar in the dropdown menu, and selecting one will insert that functionality as a link right in your content. You can also add these as hyperlinks behind text – just type or paste one of the below tags into the URL field.
- To create a link to manage preferences, use:
[% manage_url %]
- To create a link to opt out, use:
[% unsub_url %]
- To create a link to confirm subscription, use:
[% optin_confirm_url %]
- To create a link to your default signup form, use:
[% signup_url %]
You can find a list of other common personalization tags in this article and this article.
Create and add personalized URLs
You can also create personalized URLs (PURLs) for your recipients. PURLs are commonly used to link to a contact-specific web page or promotion, where each contact has a unique ID that completes a URL. They work in any location where you would normally add a link in your campaign. PURLs are not always trackable, so you may not be able to view clicks to these links in the response for your mailings, depending on which form of personalization you use to create the links.
PURLs can use two different forms of personalization tags: “double bracket” tags and “bracket-percent” tags. Standard personalization, as described above, uses bracket-percent tags. When deciding whether to use double bracket tags or bracket-percent tags, there are a couple things to keep in mind:
- Click tracking
- Double bracket PURLs will track clicks.
- Bracket-percent PURLs will not track clicks.
- Timing
- Double bracket PURLs pull the information that is used to create the link at the time of click, not the time of send. Because of this, if the information in the member record changes, the link will change along with it, since it’s not printing the information into the email, but rather checking back with your account to get the information at the time of click.
- Bracket-percent PURLs pull the information that is used to create the link at the time of send, not the time of click. If you anticipate that the information in the member record will change, it may be better to use the bracket-percent method.
- If you’re using personalization to create the entire URL, not just a portion of it, then the link in your contact field CANNOT contain http:// or https://. Our system will add that automatically, so if the link in your contact field includes http:// or https://, it will break the link.
- Personalization tags MUST be consistent through the entire URL, so you cannot choose both formats; you must choose one or the other. For example:
https://foo.com/?q=[[email]]&c=[% member:city default=“city” %]
WILL NOT WORKhttps://foo.com/?q=[[email]]&c=[[city]]
WILL WORK
- Double bracket tags and bracket-percent tags use different syntax for default values.
- Double bracket tags use
:default_value
as their syntax. For example,[[city:nashville]]
– if a contact’s field is empty, “nashville” will be used as the placeholder text. - Bracket-percent tags use
default="value"
as their syntax. For example,[% member:city default="nashville" %]
– if a contact’s field is empty, “nashville” will be used as the placeholder text.
- Double bracket tags use
How to create a PURL
- Navigate to your Audience tab.
- Click on the Contact fields section in the panel on the left.
- Click on the Create contact field button on the right and follow the steps to create the field that will hold the unique part of the URL. For more information about creating contact fields, please refer to this article. If you plan to use an existing field, you can skip this step.
- Click on the name of the field to see its shortcut name. You’ll need this for later, so be sure to write it down or remember it.
- Import the unique URL value to each contact’s record. Be sure to choose Add & update as your import type.
- To create the PURL, you’ll use the field’s shortcut name to create a personalization tag in the correct spot within the URL. For example, if the shortcut name is coupon-code,
- Double bracket tags: The tag will be formatted as
[[coupon-code:1234]]
. This code is replaced with the unique value for each recipient and can be added onto the static part of the URL, like this:www.example.com/[[coupon-code:1234]]
. - Bracket-percent tags: The tag will be formatted as
[% member:coupon-code default="1234" %]
. This code is replaced with the unique value for each recipient and can be added onto the static part of the URL, like this:www.example.com/[% member:coupon-code default="1234" %]
.
- Double bracket tags: The tag will be formatted as
- Once you have the PURL built, you can insert it as a link just like you’d link to a normal website.
How to use an email address in a PURL
If you’d like to use an email address within a PURL, just use this personalization tag: [[email]]
For example, if your URL uses a recipient’s email address as the unique part of the URL, like this: www.example.com/email_address/special, then the PURL for the example would be: www.example.com/[[email]]/special
.
* In April 2022, our legacy editor was replaced with a new drag and drop editor. Accounts that existed prior to this change still have access to the legacy editor through their previously saved templates and campaigns, however new, from-scratch campaigns can only be created in the new drag and drop editor. Accounts that were created after this change only have access to the new drag and drop editor. Please refer to our new editor FAQ article for more information.