Jun
14

Personalised emails or communications

AmR Personalise, Membership sites   ,

Some web owners or email newsletter providers wish to personalise their email newsletters or their users experience when browsing their website.    Wordpress plugins have various methods of sending out emails to a customer base, but can they personalise them?  [Plugin amr-personalise just released  allows personalisation of wordpress emails, pages, or posts]

Firstly, what do we mean by personalised?

A truly personalised communication is more than just a greeting by name.  Offering the ability to use more information than just the name is not always as easy a task as it may seem.   Indeed even if one is just talking about a personalised greeting,  there are many differing opinions on whether there it is worth doing at all.   When almost every spammer seems to know the recipients  name, is there value in bothering with just that?

Pros of personalising

  • Some people believe that the recipients value it and some people it is a waste of time and can be detrimental.
  • Done well, it could be used to verify that the email is not a scam, by offering partial confirmation of details (EG: your account ending in 9876).  Again some recipients do not like having their personal details echoed in an email and would prefer to simply be requested to go to the website

Cons or Pitfalls

Some common mistakes or pitfalls with even very basic personalisation such as a personalised greeting,  are:

  • Asking for too much information upfront is dangerous:
    • making it harder for people to sign up may reduce the number of signups.
    • some find the request for more information than is needed intrusive and may respond with garbage to get past these fields.  By echoing the garbage back, when communicating, the business reminds the reader of their attempt to gather more information than is necesary to deliver the product.
  • Example of Error in Personalisation

    Example of Error in Personalisation

    Operator errors in setting up the emails.  Many of us who receive a lot of email letters, often receive such emails with errors.  For example I receive one every week with the same error from a large enterprise that publishes printed community newspapers.  (Not the only personal example I have!)

  • So many spammers or phishing emails are personalised that you risk looking like one of them.   To reduce this risk, if you decide to personalise a greeting, do not personalise the subject line using the name, and do not have the name in uppercase this is a  classic spammer look

Review of some opinions available on the web.

  1. Aweber – one of the major providers of Email Marketing Campaign tools  has a tip that suggests that one “Think before you personalise” and  asks “Isn’t There More To A Truly “Personal” Email Than A Name?”
  2. Webmasterworld has a post by Tedster that says

    I’d like to take a closer look at the idea of personalizing mass emails: using the person’s name in the subject, the greeting, and/or the body copy……

    First, this is a technique and NOT really a relationship. It’s an electronic database trick and almost everyone knows that. A lot of the industry “information” that recommends personalization so very strongly actually originates with a company who sells personalization software!

  3. webdynamic.com.au is a company that sells personalization software.  They have an article which describes how a truly personalised email is more than just  “Dear <First Name>”
  4. freemarketingzone.com is another such company that offers tips on personalising emails and at least mentions some of the errors and pitfalls and differences of opinion.  They recommend testing to determine whether it is worth personalising.

When is something a truly personalised email?

It is more than just a greeting by name.   It will reflect information specific to or of specific interest to the recipient (this is more commonly known as targeted emails or segmenting your customers).  This page at the UK financial services authority has some useful examples and discusses what is and is not a personalised communication.  The following link discusess web personalisation is a much broader sense than just emails - Boxes and Arrrows says in an old but still true (imho) post: Personalization is not Technology….. Web personalization is a strategy, a marketing tool, and an art

WordPress Plugins or Options

So are there wordpress plugins that allow personalisation and if they don’t why not?

  • The major free subscription “email” plugins do not offer personalisation.  Their aim is primarily to make it as easy as possible for users to sign up.  To do this they gather the minimum data (eg: a confirmed email address).  Thus for many of the users in the wordpress database, there will be no name to use, so why bother.
  • The low cost membership plugins offer some personalisation once the user is logged in, but not yet in sending emails.  The more expensive software options typically do offer this functionality.
  • Of course there are also the regular monthly cost third party services such as Aweber,  GetResponse, Pro autoresponder.  These may be worth considering if you have a high volume and generate enough income to justify the costs.

And then there is:

I have developed a plugin that  allows access to the user meta data, so that one may reflect this information if the user is logged in, or in emails.  It will be ready in the next week or so.  Personally I am not a fan of superficial personalisation, as this can make things unnecessarily complex and if errors are made, can make your web or email look unprofessional. However there has been a need and the request made.  So far it works with shortcodes in pages or posts.  It will work with Subscribe2 and Cambridge New Media’s Your Responder.(still in beta).

Stay tuned!

8 Comments

1

[...] Please see the plugin page http://webdesign.anmari.com/plugins/personalise/ for more information, and also before you go ahead with setting up your site to be more “personalised” consider the points made here: http://webdesign.anmari.com/personalised-emails-or-communications/  [...]

2

I’ve tried using the Personalise plugin with the MailPress plugin, and I’ll enter something like “Dear [user],” in my new post, and in the email of the post, it just displays “Dear ,”. And it’s not WordPress reading the brackets as syntax because I’ll enter “[test]” and the email will display “[test]“. Am I missing some step? Thanks much!

3

Dear Mary,

are you logged : then are your name fields populated ? if you are logged in I assume, it will look up your “nice name”.
if not logged in : got o the plugin settings – is the default text to display populated eg: with something “reader”. See http://webdesign.anmari.com/plugins/personalise/

with regard to emails going out – why are you entering [test]?
Follow the same syntax – the shortcode is always [user] and then you can add parameters and have eg: [user user_email] if you want the email address rather than the user nice name.

4

Hi Anna-Marie,

I enter “[test]” because when I enter “[user]” the email displays a blank space at the location where “[user]” is typed, and I was trying to see if MailPress thought that brackets were some kind of code.

Anyway, I wonder if my problem has to do with writing a post and then using MailPress to email that post. If I’m logged in, the post displays the “nice name” on the blog webpage, and if I receive the post in an RSS feed, the text displays the “default text to display if no user name,” which is “reader.”

It’s only when I enter “[user]” into a post, which is automatically emailed to my users through MailPress, that nothing shows up. The “nice name” and the “default text to display if no user name” do not show up at all, it’s just a blank space.

5

Also, I just sent email to a mailing list through MailPress, and in the place of “[user]” the email displays “Admin,” which is the sender’s “nice name.”

6

Mary, I don’t know mailpress or how it works however some thoughts that may help clarify your situation:

The “mailing” MUST be going to one person at a time (obviously?). For example in Subscribe2 one can configure bulk emails or an email per user. If one specifies an email per user, then personalisation can work as it looks up the user to which the email is being sent and uses those details. The personalisation plugin cannot work if a single bulk email is being sent to many people at one time.

The plugin or functionality doing the email must allow wordpress to apply the filters and shortcodes to the content. (It is possible for a plugin to switch those off, or depending how mailpress is written, it may simply not apply them. )

The brackets [] are not my invention – this is wordpress syntax into which one could put a shortcode if one hasd an active plugin that would process that shortcode. When wordpress processes the content it checks to see if there is a shortcode (created by itself or a plugin) with that shortcode and then applies it. If nothing it just leaves the text unchanged – hence [test] stays as that unless someone has an active “test” shortcode.

Hope that helps!

7

See comments about single recipients in reply to your other comment. Possibly mailpress is using the sender user as the dummy recipient and blind copying the mailing list – this would result in the recipient being admin and so of course that is the details that the personalisation plugin would use.

8

That does help a lot. I now understand the bracket function, thanks.

And I think my main issue is that MailPress doesn’t give me the option to configure an email per user (or if it does I can’t find it). But I tried that option in Subscribe2, and the Personalise plugin worked perfectly.

Thank you very much for clarifying the issue. That was an immense help!

WP Questions

Preferred Web Host

Icdsoft - Why? They are good and reasonable, used them since 2001. Read more