Member Login

Personalizing your Mailings

This article explains what email personalization is and provides details on how to add it to your campaigns in the greeting or as a custom URL.

How personalization works

When done well, personalized campaigns can impress your contacts and increase your response rates. You can personalize your campaign in a number of ways including 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 your audience. Personalization works in both HTML and plain text campaigns as well as in subject lines. First, we'll go over how to personalize the greeting of a mailing / campaign. 

Add a personalized greeting

  1. In an open campaign, place your cursor in the text box where you'd like the name to appear in the greeting.  
  2. Move to the editor toolbar and click on Insert, then select Personalization.
  3. A personalization tag that looks like [% member:first_name default="" %] will appear where the name should go, and a Field toolbar will be visible just underneath the editor toolbar. On that Field toolbar, click the dropdown arrow for Field to find the option for Name First (it's usually listed first) and the tag in your text box will update accordingly.
  4. On the same Field toolbar, add a placeholder (like Colleague or Friend) into the Placeholder box next to it. The placeholder is what will appear for recipients who don't have anything listed in their contact record for first name (you'll want to be prepared in case this happens). As you type in the placeholder, notice how it auto-populates in the text box, and the tag looks something like [% member:first_name default="Friend" %].
  5. After you are finished with the rest of the mailing, be sure to test your personalization by sending your mailing to yourself or a test group first.

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 signup forms. 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. The best way to use these options is to create a hyperlink — just like you would create a link to a website — and then type or paste one of the below tags into the URL field (they are the same ones that will auto-populate from the Field dropdown menu).  

  • 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 a signup form, use: [% signup_url %]

Create and add personalized URLs (PURLs)

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.

However, PURLs are not trackable, and you will not be able to view clicks to these links in the response for your mailings (read more on this in the last section of this article below).

How to add a PURL to your campaign

  1. From the Audience page, you'll need to first add the contact field that will hold the unique part of the URL for each contact.
     
    Please note: When creating the field's shortcut name, don't use any spaces in the field name — this can break the personalized link in the inbox for some recipients.
  2. Import the unique URL value to each contact's record (be sure to choose Add & Update as you import style).
  3. Find your field's shortcut name, as you'll use this when creating your link. From the Manage contact fields page, click the arrow to the right of the field.
    ​From here, highlight the shortcut name and copy it. For example, if Coupon Code is the field name, the shortcut name for it is: coupon-code. 
  4. o create the PURL, you'll format the field's shortcut name with double angle brackets like this: [[shortcutname]]. For this example, since the shortcut name is coupon-code, the tag should be formatted like this: [[coupon-code]]. 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]].
  5. Once you have the PURL built, you can create a hyperlink to it just like you'd link to a website.  

How to use an email address in a PURL

If you wish to use an email address within a PURL, simply use this personalized tag: [[email]]

For example, let's say your URL uses a recipient's email address as the unique part of the URL, like this: www.example.com/EMAILADDRESS/special, then the PURL for the example would be: www.example.com/[[email]]/special.

Where to find the tag for use in a custom field

  1. In an open campaign, drag a text block into your mailing and leave your cursor in the text box. 
  2. Move to the editor toolbar and click on Insert, then select Personalization.
  3. Select the field by its shortcut name and click on it. The tag will then show in the text box. 
  4. Select and copy the tag to use it in your code, but don't forget to fill in the placeholder text, and then delete it from the text box. For example, if you wanted to use this tag for first name [% member:first_name default="" %], you'll want to be sure to type in the placeholder text manually, which would be in between the quotation marks, so it'd be [% member:first_name default="Placeholder" %].

Important information about tracking PURLs

When someone clicks a PURL in your mailing, they're clicking a unique link that is specific only to them, which is based on the information that link pulled into the mailing from their contact record. There isn't a way to track who clicked your PURL, this is because that link becomes several unique links when you send it out, and that information doesn't redirect back to Frankie for tracking purposes. Similarly, email addresses used as PURLs aren't trackable because the link is directed to the recipient's email client as opposed to being directed / redirected through Frankie's servers. 

Additionally, it's important to note that while all default personalization tags in your account use an underscore for tags with multi-word fields (for example: [% member:name_first default="first name" %]), personalization tags for custom contact fields use a hyphen instead (for example:
[% member:company-address default="" %]). Any improperly formatted personalization tag will not populate the desired data.