Email Marketing

Is ChatGPT the messiah or a very naughty boy?

Is ChatGPT for email marketing subject lines the Messiah or a very naughty boy?

So with Intuit Mailchimp running nationwide radio advertising announcing its new subject line analytics tool, for the record we built something very similar back in 2018 and you can read about it here. Subject line optimisation and the role ChatGPT could have in it has become increasingly prevalent. Every second post on LinkedIn seems to be about ChatGPT and how it’s going to revolutionise content writing and that includes subject lines.

Having tested ChatGPT for subject line content generation exhaustively, here are my thoughts. I preface this by saying these are my thoughts, not that of the business but those of one cynic who works for the company, just in case Microsoft come after us. Needless to say my conclusion is… ChatGPT is a fraud! There I said it.

ChatGPT does not generate better subject lines for open rates. I can’t write email copy using it without having to edit it enormously. Actually taking more time on the edit than it would if I wrote my stream of consciousness!

For the purposes of this blog let’s concentrate on subject lines. I asked it for 5 subject lines for an electronics company selling TVs and it came up with the below.

The results were as follows

ChatGPT question on subject lines
Generate 5 email subject lines

Now I thought these a bit “Stateside” and as I am based in the UK and wanted to compare it to UK companies’ subject lines I changed the question to reflect that…

ChatGPT UK version of subject lines
Generate 5 email subject lines in the UK

ChatGPT thought it important to inform people that this was for UK TVs showing a scant understanding or “intelligence” of the actual requirement. Now some of you will say that perhaps I should have been smarter with my question but and here’s the rub – if I can be smart enough to ask the question in a way that ChatGPT spits out a killer set of subject lines, then I can probably write those subject lines myself way quicker. I’ve already spent more time than I’d like to have done asking the 2 questions and not getting answers I could use.

So then I took a real life situation.

I took 5 subject lines from a client which had been used in specific campaigns and asked which one it thought would be most successful. The first time I did it, it ignored the first subject line because I hadn’t put it on a separate line from the question. It then subsequently said the following…

ChatGPT subject line performance
Which subject line would perform better

So I asked my question again but this time put the first subject line on its own in the question. ChatGPT then contradicts itself from the first set of questions and decides that the subject line that was missed out was in fact the best but the one it previously said was the best is now not so good because it’s too generic. But it doesn’t move it down from 1st to 2nd but from 1st to 3rd!

ChatGPT subject line performance
Which of these subject lines would perform better

So I asked it to rank them in order of effectiveness and it said this

ChatGPT subject line rankings
Rank these subject lines by performance

What happens if you apply real intelligence instead of artificial?

Now I have real life data, I have a subject line tool which we built in house, which I can ask the above questions and get real answers. You can read about it here or Dela Quist’s SubjectLinePro or even Intuit Mailchimp’s version of our tool but ChatGPT, well I found it wasn’t useful at all. In fact it got things completely wrong.

So in order of their effectiveness in real life marketing solutions the rankings were…

1. Superb Sale savings… starting online today!

2. Our best 85” TV megadeal ever…

3. Samsung, LG TV and soundbar offers for an improved home cinema experience

4. Inflation-busting TV megadeals including a Samsung 70″ at £699…

5. Bring your TV to life 

And to remind you what ChatGPT said

  1. Samsung, LG TV and soundbar offers for an improved home cinema experience
  2. Inflation-busting TV megadeals including a Samsung 70″ at £699…
  3. Superb Sale savings… starting online today!
  4. Our best 85” TV megadeal ever…
  5. Bring your TV to life

At least we all agree that last one was the least effective. So my advice is, while AI is great and ChatGPT in particular is fun to play around with I will take real intelligence over artificial intelligence any day of the week! So in conclusion ChatGPT is a very naughty boy!

Email coding

Modules vs snippets in email development

As an email marketer, you probably don’t go back to the drawing board every time you create a mailing. Email layouts are saved as templates, and recurring components are stored as content blocks. There’s more than one way to do that. Let’s compare the email development merits of modules versus code snippets.

Some email development definitions

Modules are recurring template components stored on an email platform.

Code snippets are shorthand phrases defined by a developer that trigger pre-built chunks of code.

Modules and snippets therefore serve the same purpose. But the means to get there is very different. That deserves a closer look.

Module methodology

A module is essentially a standalone HTML file that can be dropped into a larger template. It might be a banner, or a stacking product section, or an intro with a hero image and a button. Whatever you like, it can be moduled.

Diagram of a project

That module is hosted in a library on your email platform. You can copy, edit and select any module for use in individual mailings. The specifics vary but you’ll generally perform this task via a graphical user interface. There often needs to be some additional programming using your platform’s scripting language.

Next, there’s usually a master template which has modules slotted into preset positions. These can of course be moved around or removed or added to as required.

So, that’s modules. Now for snippets.

Snippet style

The phrase ‘hand-coding’ is sometimes misunderstood. A developer will not sit and type thousands of lines of syntax in their entirety. Modern development environments support all manner of production shortcuts.

Among these shortcuts are code snippets. There’s more to these than simple blocks of code. A developer can set a snippet’s variables and cursor locations, thus producing a piece of code that can be navigated and edited in seconds.

Developer working on a laptop

Thinking about email development specifically, one example of a snippet could be a call-to-action button. By typing a pre-determined phrase – let’s say ’embttn’ – the developer triggers the snippet. Within moments, the text, link, colour, size and border can be set.

And the winner is…

I’ve kept the tone neutral(-ish) so far, but now it’s time to pick a side. By just about any reasonable measure, there’s a clear winner: snippets.

Here’s why:

Understanding

A skilled developer will work primarily in a code editor like Sublime or VSCode. Raw code may look daunting compared to the friendly GUI of an email platform, but ultimately that interface only fragments and obscures what is going on behind the scenes. When a new user needs to familiarise themself with the setup, it becomes a puzzle to be pieced together.

Speed

Working with modules means navigating through multiple pages and menus in an email platform. It is never quick. Working with snippets on the other hand is lightning fast. I’ve seen build durations reduced from all-day to an hour as a result of switching to snippet-based coding. There is no comparison.

Cohesion

Snippets mean far fewer sources of content for an email, and a more consistent format. Often an entire template can exist in a single file. Dynamic content written in your email platform’s scripting language can go there too, peacefully co-existing alongside HTML and CSS.

Flexibility

We’ve already covered the flexibility of snippets themselves. But there’s a related benefit – it means the developer can work in their environment of choice, rather than the one presented to them by an email platform. The advantage of a familiar and custom-configured comfort zone cannot be understated.

Final thoughts

To pit modules against snippets is part of a larger battle – drag & drop email builders versus hand-coding.

We are biased, of course. But with good reason. As a company of email developers, we’ve seen the comparative disadvantages of module-based configurations. There are situations in which errors can go unseen months or years. But the fault is buried somewhere in a maze-like setup that potentially no one person understands fully.

Hand-coding, by contrast, is uncluttered and transparent. For me, snippet-based email development is not only the best way to build mailings – it’s the correct way.

Email Marketing

The future is here. How will AI impact your emails?

Artificial intelligence is a hot topic. There are several AI-powered tools on the market, whether in a commercially-viable or prototype form. Perhaps most significant is ChatGPT by OpenAI, which was made public at the tail end of last year. What’s ChatGPT? Why don’t we ask it:

Me: what are you? ChatGPT: I am an AI language model developed by OpenAI, known as ChatGPT.

To describe itself as a “language model” may be correct but it’s a little modest. ChatGPT’s abilities are vast. It can answer questions, generate code, write articles, translate documents, tell you a joke, or engage with you in some good old-fashioned chit chat.

This of course is an impressive piece of technology and a fun tool to experiment with. But its scope and usefulness extend far beyond curiosity. It has practical, real world applications. Why spend time programming a website component when an AI can do it for you in a fraction of the time? Why struggle with writer’s block when a copywriting deadline is looming? Why be presented with adverts when searching for information online? Prompt ChatGPT and it’ll take on the task and output some code, content or answers within minutes if not seconds.

Amazing, right?

Let’s take a step back

The validity of the phrase artificial intelligence is often contested. As a species, we are yet to develop something that is actually aware, or truly understands what it is doing. Perhaps a more accurate description is fancy algorithms. Patterns, machine learning… and sometimes very wonky output.

On that topic – ChatGPT makes mistakes. That’s not a criticism. Just like a human, ChatGPT learns from mistakes… but it doesn’t feel embarrassed about it. When things go wrong, you can tell it so. It’ll then take steps to rectify the error. There’s some give and take when working with ChatGPT.

What artificial intelligence could mean for email

The combination of email and AI (or fancy algorithms) is nothing new. One-to-one product recommendations have been around for years, picking relevant items based on previous shopping behaviour. Spam filters automatically guard inboxes against emails of the shadiest kind. Customer journeys and automated emails are made possible through complex workflows with little post-development need for human intervention.

What is new however is the concept of emails that are predominately or even completely designed and coded by computers. Imagine high-quality, on-brand design and copy that is generated in seconds. Perhaps the same AI tool could then select the audience, send the email, read the report and optimise the next send. Is there a point at which human input becomes zero?

What artificial intelligence currently means for email

Don’t worry – we’re not at the human irrelevance stage yet. In my tests with ChatGPT, I’ve seen it output some erroneous facts and broken code. From what I’ve seen it’s neither ready to fly solo nor likely to achieve such independence any time soon.

That doesn’t mean it’s not a revolutionary and practical technology in its current state. I already use it almost daily for writing inspiration and to help with coding questions that would otherwise mean trawling through forums for answers.

ChatGPT and other pioneering AI technologies have already changed the way we work, and they will only continue to evolve. It’s incredible to think that what was only recently in the realm of science fiction is now becoming a reality. The future really is here.

Data

Generate a PDF on the fly

What do you do if you need to send a document to a bulk mailing list (let’s say 5,000 for argument’s sake) that is unique to each person? For example, confirmation of a booking, a pre-populated form to be sent back, a quote, an invoice, a printable document…the list goes on. You can’t jolly well sit down and make one for each person, host them, and send everyone an individual link. That would be a colossal waste of time and resources. But what you can do is create auto-generated PDFs (the ideal format to be accessible across a multitude of systems and devices) that you can simply drop in the personalised details for each recipient and let the tool do its magic.

 

How does a PDF generator work?

As long as everything required for the PDF is stored for all recipients in your mailing platform, this will get passed along to the PDF generator URL held within your email template. When the link is clicked, the tool generates and redirects your customer to their own auto-generated PDF. It will get regenerated with each new click, so if space is an issue you can remove the PDFs. The only real design consideration for the PDF is how many characters could the personalised information be. Will it fit in any gaps you have provided in your document? The tool will allow for automatic line and page breaks so with a thoughtful design this should be an easily avoidable issue. It basically creates everything on a grid system, and you tell it what each cell should contain to give you total freedom across a page.

 

How complex can the PDF designs be?

You have control over the major elements of any design so it should be possible to create professional looking documents or replicate any existing document to a high degree using this auto-generator.


Fonts

Besides the standard font families you would expect, you can include your own fonts based upon .ttf, .otf or .pfb files. You just need a font definition file link. You can choose whatever size you need your copy to be, variable across the document sections, and style your text how you want with usual modifiers like bold, underlined and italics. There is no reason you cannot stay on brand.

 


Images

You simply need to link to a hosted image, set your dimensions and you can drop them in wherever you like. JPG, PNG and GIF are the currently supported image types.

 


Colours

You can change the colour of text, borders and the background using the whole array of RGB values. You can even change colour mid-sentence if you like, which is useful for example for highlighting a link.

 

 


Links

You can add hyperlinks to the document encapsulating both text and images.

 

See it in action

Want to see a PDF document generated on the fly? Filling out this form will replace the action of pre-selected information sent to the PDF generator inside an email, just to show how quick and painless the process is. There may even be a reward in it for you…

 

Design your email







Through this demonstration you can see the control you have over fonts (font sizing, colour and decoration), images, page orientation, borders, links, page and line breaks. You can find the full range of functions available here.

Just get in contact if this project is of interest on +44 (0)131 557 7780, via our online form or email us directly and we’ll be happy to help.

Email Marketing

User experience in email design

Email is a fantastic graphical way of communicating with others. But so often in email design the primary function of an email is forgotten. It may be time for a fresh look at user experience in email.

Sure, some emails are just to pass on information, but nearly every single other email is about selling. It is currently impossible to complete a purchase with just an email but this is no bad thing, it streamlines the email’s function. The email exists solely to drive traffic to a web page.

The email exists solely to drive traffic to a web page.

Email is not website-lite

This key idea is so often lost in email design. Often it is closely tied to reproducing a similar or lesser version of a website instead. I think this is a terrible waste of space, and poor design that doesn’t challenge the ways email should look.

Instead of the ubiquitous ‘view in browser’ link, the logo, and a site navigation bar, why don’t designers just go straight into some products? The Subject line, Pre-subject line, From address and Friendly From address could all be used to establish the brand. The ‘view in browser’ link doesn’t have to be at the top. Lastly the navigation bar is just a poor version usually of what is on the site. Furthermore it nearly always links away from the main campaign … which is the primary purpose of the email!

Emails are ephemeral messages, they focus on what’s happening now. Including links in a navigation bar at the top of an email design just takes the user away from the sale that is happening now. This is a bad user experience. It’s equally bad for the sender because the click has been wasted. The purpose of the email was to get the user to go to the sale section and now they have clicked something else in the navigation bar.

Link with purpose

Emails also need to consider where they are driving traffic to. If it is easy for people to complete a purchase from nearly any page, that’s great. However if the email can misdirect users to contact pages or other areas of the site before the reader has even seen the primary content of the email, that’s not great. There would be an argument to say the content is incorrectly ordered.

Large full-width images are also a component that can affect the overall user experience of an email. First, it must be said stated that they are necessary and often provide some much needed beauty and spectacle to a design. However, they can be tiresome to scroll through and take up a lot of space for a single link. Consider their use carefully.

Text links form the backbone of the internet and were the first types of link on the internet. In email design, however, designers don’t always stick to the rules and sometimes only use bold links or just colour them differently. Always apply underlines to text links. Format them with sufficient font size and line height so that they can be clicked easily. Unfortunately, it is not uncommon to find many text links all squished into a paragraph of small text. This makes it very hard on some smaller screens to click the link you intended.

The primary message must be the focus in order to provide a good user experience in email design. Links that might scatter users all over the website should be kept to a minimum and collected at the bottom of the email. Analysis of email heat-maps always show the vast majority of clicks happen toward the top of an email. They gradually decrease as you move further down the email. With this in mind, email designers should focus on making the primary message content of the email as close to the top as possible. Migrate all other types of content towards the bottom.

The courage to break convention

This could mean a layout that reverses the content order completely would be a better email design. Start with the products you want to focus on, then any other content and finally add the branding and any footer content necessary. This would be designing in a manner that takes into account where the most clicks happen and relying on people to know who sent them the email. This is a step designers have so far been too scared to take.

To this date I have not encountered a brand that has been brave enough with their email design to use such a forward thinking approach. There are some examples, though, where brands do drop superfluous components such as navigation bars, however I have never seen one brand completely flip the email design.

Design for clarity, not confusion

Individual components in email design often provide terrible user experience. For example, an email might be trying to sell a high cost item. Instead of solely linking to that product, the email links to all sorts of other things relating to that product. For example, the product might be a new car. Rather than taking the clicker to the new car page it links to the car accessories page. It can be argued that at least the user is on the website, but the point of the email was to sell the car. The goal wasn’t to sell windscreen wipers for their existing car. Polluting the layout with complementary links to add-ons or related products only decreases the traffic to the main intended link.

To have the best user experience in email design, the email’s components need to be concise and link to a single location. Prioritise content order and remove superfluous components. Subject lines and From addresses should factor into the email design. Place recurring content at the bottom of the email.

Email Marketing

Your email open rates are changing

Unless you’ve been living on a remote island somewhere you’ll know that on September 20th Apple’s iOS 15 update was launched. It contains a feature call Mail Privacy Protection (MPP) which – amongst other things – will eliminate the ability to accurately track email open rates.

For the uninitiated, email opens are recorded using a tiny image in the email code. When the email is opened, that image loads, which tells the sender an email was opened, by whom, when, where and on what device. What Apple have done is add a ‘middle man’ into the mix. Emails are now firstly routed through Apple’s proxy servers to pre-load email content – including the tracking image – before serving the email to the original recipients.

This will make it impossible to tell whether real people or Apple opened your emails. We won’t know when the open happened, where the person is located or which Apple device they use. That means no more mobile vs. desktop insights!

For some email campaigns, we are already seeing the percentage of emails where the device data is being hidden by MPP at 20%. That’s double what it was a week ago and we expect this to increase as more Apple users install the latest iOS 15 update.

What will the adoption rate be?

Whilst MPP won’t be switched on by default, when opening email for the first time after installing iOS 15, you are presented withprf a screen asking if you would like to be tracked or not.

When Apple launched its App Tracking Transparency tool in April, 96% of people opted out. There is no reason to expect Mail Privacy Protection will be any different. I mean, who in a post-GDPR and Cambridge Analytica, Facebook etc. world would say ‘Yes, please track me’!

So, from now on you can expect to see your open rates jump. You just won’t know if any of that increase is real. With estimates putting Apple proxy opens at 75% you can be sure this jump isn’t because your audience suddenly loves you more.

…and why does that matter?

The upshot of this is that open rates will no longer be a useful metric when measuring subscriber engagement. This has repercussions for a range of emails you may already be sending, including:

  • A/B testing subject lines using opens to determine the winner.
  • Targeting based on the last open date.
  • Automated workflows and journeys that rely on someone opening an email.
  • Send time optimisation based on previous open times.
  • Countdown timers may also show incorrect times as they will start at the Apple open rather than the real recipient open time.
  • Local content driven by opens or IP addresses, such as the nearest store location (although this is more of an issue in large geographies like the USA rather than the UK).
  • AI platforms that use email opens in their algorithm for creating optimised subject lines.

Going forward, list hygiene management using non-openers over time will become a challenge although as Apple can only cache images if the Mail app is running, it means those email addresses are valid.

There is a chance this could all backfire of course. The muddying of these waters will mean emails that are less targeted and none of us want that. We have all come to expect a high level of personalisation. Sometimes we even claim we are happy to trade a degree of privacy for an improved experience. However, I can’t see this becoming a big enough issue to prompt large numbers of people going into mail settings on their iPhones and switching MPP off again.

So what can we do to best prepare our email marketing for the future?

Who’s who?

The first step is to understand the email client breakdown of your audience to determine who uses an Apple device. You can also create a reliable opens audience for non-Apple Mail users as you can still use the open metric here.

Update and remind people about your email preference centre. Give them a range of choices on how they would like receive emails from you. And – as always – keep your email list clean to stay on top of deliverability.

Focus on click rates

The goal of any campaign is most likely not about how many people open an email but how many make a purchase and in between the email open and the website is the click. We are already focused on click rates and now we’ll need to rely on these even more. The open-to-click metric will also need changing to clicks compared to emails sent.

Expand your engagement-based segments

As open rates become increasingly unreliable, double-down on your engagement criteria to include clicks, web visits and purchase activity. The numbers who meet these criteria will naturally be smaller but it’s a good way to continue having highly-targeted engagement segments.

Segment your contacts based on how far they are on their path to purchase. This provides another data-driven measure of intent that can be used for targeting.

Add new channels

Other channels like SMS and push notifications can help expand your reach. In 2020, the number of SMS messages sent increased nearly 400% with conversion rates doubling.

For web push notifications, the increase was around a 30% conversion rate, which is nearly five times what it was the previous year.

Whilst you should consider these channels to mitigate no longer having complete email open data, neither SMS or push notifications have open rates at all so have always had to measure success in terms of conversions. It’s also worth reminding ourselves that email is still at the top of the pile in terms of ROI. A drop in the accuracy of measuring open rates isn’t going to change that.

Shopping data

Place more importance on customer purchases using recency, frequency, and monetary (RFM) data.

If you don’t already have one, create a customer lifecycle program which can identify customer stages based on all of these other metrics. It will allow you to build and automate data-driven campaigns based on purchase behaviour.

Be creative

Be adaptable so you are able to move quickly when things change. We should always be looking for new ways to provide value to our customers. The ultimate goal is revenue from initial and repeat purchases, not open rates.

As marketers, we have all the data we need to help understand customer preferences which should allow for smarter promotions overall. The open engagement metric may be more unreliable, but the metrics of clicks and conversions remain unchanged.

Hide My Email – should I worry?

Another part of Mail Privacy Protection allows people to hide any of their email addresses (e.g., Hotmail/Outlook, Gmail, etc.) by generating unique, random icloud.com email addresses that forward to their real email address. These are used only once. If people hide their email from multiple companies, they will have generated multiple fake emails (one for each website).

icloud email addresses aren’t anywhere near as prevalent as Gmail or Hotmail/Outlook. Nonetheless it’s worth tracking your email data at a domain level to check for growth.

These fake email addresses can be deleted which means next time you mail them they will hard bounce and, If you get a lot of these, your email deliverability will suffer.

Another challenge is tying email activity to purchases when, say, someone signs up for your newsletter with Hide My Email but then later make a purchase using their real email address.

Whilst it is early days, Hide My Email is unlikely to gain enough traction to become a problem. After all, there have been similar services available for years. Also, if you’re seeing lots of new random icloud addresses appear in your database then you have a more fundamental trust issue. These people saw enough of a reason to hide their real address from you in the first place.

The future is bright

If your core objective of marketing is to provide the right value to the right customer at the right time, you shouldn’t have too much to worry about.

However, Apple’s iOS 15 update is certainly making it more challenging. Apple may be leading the way but expect other companies to follow suit. We should all see this as an opportunity to look at the other ways customer engagement and behaviour can be measured and improved.

Ultimately what Apple has done is a good thing. We have all had our trust eroded over the years by unscrupulous marketing. Spammers often use harvested email addresses. There is ever-pervasive advertising that follows you around the internet. And the almost sinister use of AI algorithms that present us with filtered realities within social media platforms – just to keep us there longer so we see more ads.

In this brave new world it has become easy to forget the marketing fundamentals of building trust and respecting our customers. Apple have just given us a reminder.

WWDC 2021

Is your phone listening to you?

“I swear my phone is listening to me!”

Who amongst us hasn’t had that conversation with friends? “I just had a conversation with Homer about holidaying in the Maldives. Up pops an advert for holidays in the Maldives on my Facebook”. Or “I was talking to Marge about a trellis for my garden. The next thing I know Facebook is advertising trellises”. One might be worried that their phone is listening to them!

Well, Apple are about to change all that. At their WWDC 2021 conference yesterday (Worldwide Developers Conference), they announced changes to privacy. Which they hope will prevent such tracking and unsolicited targeted ads.

How will this impact email?

Where these changes may impact us as email marketers is in relation to the new Mail Privacy Protection function in the Mail App. Essentially, it’s designed to allow users to control whether they pull the open mail gif.  This provides ESPs (and by extension our customers) with Open Mail stats, as well as IP and browser information. Watch this YouTube video from the conference. We’ve snipped it from around the 51 mins 20 secs mark to jump straight in. When you watch it you’ll see the pun was intended!

Currently we don’t have the details as to how they’re going to do this. Maybe images will be turned off by default. Perhaps they’ll have a huge list of ESP tracking domains as a lookup. And it’s possible that key indicators such as 1×1 pixel gifs will be detected. When we have more details, we’ll let you all know.

For right now, expect email to change. Email opens is already a soft metric and about to become even softer.

A/B testing

Split decision – what to consider when A/B testing

Which of these statements about A/B testing is correct?

A. It’s a fun little experiment.
B. It’s a powerful tool which must be handled correctly.

The correct answer is B. Split testing is a powerful tool. And, like all tools, it has the potential to do more harm than good if it’s not operated with care.

It’s therefore unfortunate that split testing is often treated more like option A. “Hey, let’s try this” says someone… and suddenly you’re conducting an experiment based on an arbitrary, last-minute decision.

Testing in a haphazard and disjointed manner may garner useful insights into your customers’ behaviour but it’ll be mostly down to luck. Such unplanned testing is as likely to waste time on inconclusive, insignificant or even misleading results.

There’s a better way.

Devise an A/B testing strategy

A good quality A/B test deserves as much consideration as the content, design, segmentation or any other aspect of your campaign. Draw up a solid plan and set out with a real purpose.

Modern email marketing tools have made it easy to set up a split test. It’s tempting to jump right in and get started, but forethought and preparation pave the way to the best results. Decide who, why, what, how long and what next. Prove a theory. Discover an unknown. Learn about your customers.

A well-planned, one-off A/B test is great. But what’s even better is an ongoing series of interrelated tests. Maybe you’d like to conduct the same test under different circumstances, or the results spur your next hypothesis and then the one after that. Think of A/B testing as a programme rather than a standalone exercise and you’re on the right track for real customer insight.

Don’t waste time proving the obvious

Some years ago, I was working on a campaign with a three-way subject line test. I don’t quite remember all of the gory details but I can recall enough to illustrate my point. The email in question was a monthly ‘what’s on’ newsletter. It was going to the full UK mailing list. There was no targeting based on personal interests or any other such criteria.

Two of the subject lines focused on specific events. One of these was a Formula One race. The other escapes me, so let’s say that it was the World Bog Snorkelling Championships.

The third subject line kept things general. Rather than highlighting individual events, it indicated that a broad range of interests were catered for. I said: “this one will win”. And it did – by some margin.

As handy as it would be to possess some kind of marketing clairvoyance, my prediction wasn’t based on any special intuition. It was common sense. The events featured in subject lines #1 and #2 may be passions for some but they were surely of limited interest to the customer base at large.

Split testing can provide unique insight into what makes your customers tick – don’t squander it on predictable outcomes!

Beware of false positives, use deep pots and don’t jump the gun

Remember when I mentioned A/B testing’s potential for harm? This is where false positives come into play. Poor execution of a test or misanalysis of the results can lead to inaccurate conclusions, point your subsequent marketing efforts in the wrong direction and ultimately reduce engagement. Disaster!

False positives are tied to the concept of statistical significance. Without wanting to pretend that I fully understand the mathematics behind statistical significance, what it comes down to is this: the result of your split test could be the product of chance. There are a few key points to consider:

  • Have enough people been allocated to the test?
  • Has it been allowed to run for long enough?
  • By what margin was the winner decided?

The smaller the sample size, the less representative it is of the average customer and the more skewed the outcome will be. Likewise, a hasty one-hour testing window doesn’t give enough people sufficient time to engage. The balance could very easily tip in the opposite direction after the winner has been decided. I’ve seen a few prematurely-crowned ‘winning’ subject lines going out to the remaining database. MailChimp delves into actual numbers with this handy guide to A/B testing durations.

Once you’re satisfied that ample people and time have been allocated, your test is no longer doomed from the start. There is however still a chance that you’ll encounter a false positive. A marginal win could be the result of natural variance between your test groups. It’s worth running a test a few more times to see what happens. Neil Patel’s statistical significance calculator is a great tool for analysing real numbers.

To witness natural variance in action, you may wish to consider running a few A/A tests before moving onto A/B. That is to say, you’ll send identical content to two groups and record how much the performance metrics vary. Do that and you’ll find yourself in a more informed position when it comes to analysing future split test results.

Test one thing at a time… except when you don’t

That subject line test is all well and good, but why not throw in some alternative imagery, rewrite some copy and switch up the colour palette while you’re at it?

Because you won’t know what people are responding to. Maybe your customers prefer the word “today” to “now”, or maybe they found the daytime picture more compelling than night-time. You can only guess.

This is, of course, both common sense and common knowledge (although I have seen such a mistake made on a number of occasions). What is less obvious is that it’s possible to develop your testing programme to a level at which multiple campaign elements can and should be tested simultaneously. There’s even a phrase for it – multivariate testing.

After you’ve conducted A/B testing on an single element – be it the subject line, offer, call-to-action or anything else – you’ll know how that one component impacts the email. But your customer probably isn’t mentally breaking your mailing down into its constituent parts. Once you’ve measured the performance of individual items, it’s time to move onto the next step – testing their combinative effect.

I once worked on an email programme in which dynamic content blocks were pulled in via a specialist email agency’s platform. To determine the value of this partnership, we ran a few A/B tests comparing the performance of emails with and without dynamic blocks. Following conventional wisdom, we tested these blocks one at a time. The results were disappointing – it seemed that these dynamic blocks had no significant impact on email performance. We shared this news with the people at the agency. They were unsurprised and unconcerned. Their advice: test multiple blocks at the same time.

They were right. Clicks went through the roof and we learned a valuable lesson about how email components work collectively.

Remember to segment

We know that statistically significant results are more likely when working with a large sample size. So there’s a solid rationale behind the decision to run A/B tests on emails going to the full mailing list.

But there’s more to it than that. Mixing inactive subscribers into your A and B pots is going to dilute your test’s effectiveness. Make sure your sample groups consist of people who actually open your emails.

If your mailing list numbers make it a realistic option*, it’s worth considering running tests according to demographic group. A regular buyer and new customer may be tempted by different products. A subject line which grabs the attention of a 60-year old subscriber may not be so compelling to a 30-year old.

*And if you need to grow your mailing list, here are some tips on that.

Act on A/B testing data

The A/B test is complete. The outcome is enthusiastically discussed with colleagues. Everyone agrees that it’s very interesting. And then the information is recorded in a report, filed away and never thought of again. Don’t do that.

Let’s consider a typical subject line test. Two pots of 10% have been split out and the remaining 80% will automatically receive the most-opened subject line three hours later. That’ll boost Tuesday’s open rate, which is nice… but there are lessons to be learned beyond the scope of that one email.

It’s clear that customers prefer this particular set of words to that set of words but what does that suggest about how customers respond to tone of voice? How can that idea be factored into subsequent marketing activities? Could the information provide a basis for new theories on colour or imagery?

It’s easy to see A/B testing results through tunnel vision. Consider the big picture instead and we can truly harness the power of information.

Be aware of change

Some findings are so fundamental that you can consider them to be set in stone. It’s safe to say that people won’t ever prefer non-personalised emails to personalised, for instance.

But it’s important to remember that trends come and go, exciting new products become yesterday’s news and not all A/B test results stand forever.

If A beats B by a landslide, then you’ve learned a valuable piece of information about the current market. But will the results still reflect your audience’s tastes six months or a year from now? It’s prudent to plan for re-testing.

It’s time to split

Find inspiration in A/B success stories such as Campaign Monitor’s 127% uplift in clicks. Earn valuable data when your own tests deliver concrete results. And reap the rewards by learning from that information and setting your email marketing programme on an upward trajectory.

Make the right split decisions and get ready for knockout results.

Email Marketing

What’s the real cost of not outsourcing your Email Marketing

Why is it more expensive to do something in house?

Just recently our sales team have come across a number of potential small business accounts which have said; We manage email marketing ourselves… It’s become a part of my role and I fit it in when I can… We’re too small to outsource… We use the DIY email builder for our emails… We can’t afford to go for email marketing outsourcing.

The answer to all of these is simple: You can’t afford not to outsource and here’s why:

As a small business you need to leverage every penny of your resource to it’s maximum. If you’re an SME you probably don’t employ a marketing manager, a designer, a coder or a database administrator. This means someone on staff is muddling through, it might even be you.

Whoever it is has a value beyond just their salary.

The Marketing managers role (or your role)

Whilst they are conceiving an idea, writing a brief, writing copy, designing and then trying to build an email they are almost certainly not doing what you are paying them for. The same is true whist they are maintaining an email database and trying to segment your list for more targeted mailings.

And it doesn’t stop there. Once they have managed to do all these things are they then going to test that your email renders as it should in all the major browsers, on all the main smart phones and tablets and finally all the major versions of Apple Mail, Outlook and other office based email clients?

What if they find a rendering issue, which if you’re using a WYSIWYG editor to build and update templates you almost certainly will? How long will be spent trying to fix it before giving in and sending the email despite its issues? Below is an example of a simple 2 image and a few lines of copy email and a bunch of code spaghetti added by a WYSIWYG. Imagine then having to try and edit that!

Email HTML Code Spaghetti
All this code spaghetti added by a WYSIWYG Editor

How much is a poorly rendered email going to impact your ROI from the campaign? What perception will your recipients have of your brand if the email is difficult to read, is missing images or just plain broken? Below is an example of an email built with a WYSIWYG rendering in Outlook 2013 and Apple Mail, as you see the first one is a brand car crash!

Two versions of an email
How Hypnos email rendered is Outlook 2013 and Apple Mail

Are they likely to engage with that email or future emails you send them? What is the cost of losing an engaged user because their experience with your emails is poor.

If you add up the physical cost in terms of time, the opportunity cost of lost sales today and lost customers tomorrow and weigh that against the cost of outsourcing – which could be as little as £250 a month – the question becomes not can I afford to outsource but can I afford not to?

Associated benefits

There are other benefits too. Outsourcing your basic email broadcasting also allows you to outsource the clever stuff, such as triggered emails which have higher open and click through rates.

You are able to automate welcome programmes, birthday messages, anniversary of purchase, the cross sale, order confirmations and dispatch notices.

Getting these and other automations right give your business a more professional look and improves customer confidence because you’re sending the right messages at the right time.

The benefits outweigh any physical cost, with hard earned customers staying and paying for longer whilst helping grow your database and increase profits.

The real cost of email marketing outsourcing is your bottom line. Contact Tony, tony@theemailfactory.com or call 0131 557 7780 today to see how we can help.