Why is there a space between my merge tag and comma in my subject line?

Why is there a space between my merge tag and comma in my subject line?

You may want to use a contact's first name to give your email a more personal touch.  

While the merge tag used in the body of an email would be merge tag then comma, %%FirstName_%%,   (read as 'Jane,') the merge tag used in the subject line has slightly different formatting depending on the table the information is getting pulled from. 

 

Pulling from the basic members table: 

%%FirstName_%%, Enjoy this free gift! 

mceclip1.png

 

 In a campaign, click on Add Merge, then click on the drop down arrow to change the Contact Field. Add Comma after the basic merge tag.  

 

Alternatively,  you can also use this method: 

%%format "%s," [ merge FirstName_ ]%% Enjoy this free gift

(read as Jane, Enjoy this free gift)

*note the space between the open bracket and merge and between the underscore and end bracket

 

Pulling from a custom table: 

%%format "%s," [merge Custom_account.tablename.mergetagFirstName]%% Enjoy this free gift

(read as Jane, Enjoy this free gift)
*note there is no space between the merge and open bracket and after the merge tag and end bracket along with no underscore

 

    • Related Articles

    • Dynamic From addresses and Subject lines

      What is a dynamic Subject line? An email that utilizes a dynamic subject line will display a configured subject line that is unique to the recipient of your email. Typically this display is based on the subscriber's attributes in the system. For ...
    • Multivariate campaigns

      Multivariate is a type of campaign that you can send from Delivra. This type of campaign allows you to test email components, like the subject line or email design, to determine if changes impact recipient engagement with the campaign. You can create ...
    • Regular campaigns

      You can create a campaign using a guided workflow that requires only a few steps to complete. If you are not there already, navigate to your Campaigns dashboard to begin. Click the “Create Campaign” call to action button to launch the guided ...
    • Testing campaigns

      Testing is an important part of the campaign process because it allows you to see what you built before you send it out. We collected the most commonly asked questions here about campaign testing. If you don't find the answer you're looking for, ...
    • Why am I seeing a Server Error in my preview screen?

      In the campaign creation process, there may be times when your campaign displays correctly in the Design step but then you see an error in the Preview step. See the example error below: The typical cause for this error is an incomplete merge tag in ...