5 Tactics I Used To Improve My Open Rate By 12%.

And Sometimes Even By 15-20% 🧵

Currently, my open rate ranges between 45-47% with nearly 15k subs.

My last email had a 48% open rate.

With iOS15 putting fear into every email we send, I thought I'd break down how I've been able to increase my open rate by 12% on avg.

Gimme 4 min...
1. Emoji Identity

This is something I stole from Morning Brew.

Morning Brew includes a "☕️" in all of their subject lines for good reason.

Because the repeated use of the "☕️" ingrains their identity in a reader's inbox.

And so I did the same.

Example: Morning Brew
Every email I send, the subject line starts with the "🔍"

And when you signed up for Marketing Examined, I let you know in the welcome email that each email subject line would start with the "🔍" " so that you would know it's me.

Example: Marketing Examined
2. Ask For A Reply In Your Welcome Email

The almighty spam and promotion folder where open rates go to die.

And where newsletters go to be forgotten.

One of the most effective ways I've found to combat this is by asking for a simple reply in your Welcome Email.
Reason is, a reply or conversation is a strong signal to your email server that you trust the sender. With this, you can ensure that your email will land in your reader’s inbox.

Here's how I do it:
3. Change Your Email's Profile Picture

When I first started Marketing, Examined my email's profile picture was my logo.

Then I realized, nearly all of my subscribers came from Twitter and had NEVER seen my logo.

So, why would they recognize it in their inbox?

They wouldn't.
Then, I took it a step further and created an animated GIF using my Twitter profile picture.

That way, the movement from the animation would naturally draw the reader's eyes to my email.
4. A/B/C Test Your Subject Lines

This will make a drastic difference in your open rate.

Before sending your email, create an A/B/C test that runs a few hours prior to your send that determines a winning subject line.

Run this test on your most unengaged subscribers.
Take the winning headline and run with it.

Think about it -- your subject line is sometimes the only thing a subscriber will see.

Test it and optimize it.
5. Segment Your Audience

My audience is segmented into four parts.

The first segment: Subscribers with an open rate of 75%-100%.

The second segment: Subscribers with an open rate of 50%-74%.

The third segment: Subscribers with an open rate of 25%-49%.
The fourth segment: Subscribers with an open rate of 0% -24%.

I avoid sending a mass email that can potentially hurt my sender's reputation by segmenting my audience.

Other ways you can segment your audience:

- Demographics
- Clicks
- Interests
- Customers
- Entry Point
That's a wrap :)

If you enjoyed this then follow @alexgarcia_atx for more growth marketing content on your feed.

Threads to come:

- copywriting
- ad development
- landing page development
- newsletter optimization
BTW I got a newsletter centered around growth marketing :)

If you want to join 15k+ marketers, founders, and creators who get the best growth marketing tactics in their inbox every Thursday...

Then you can join them here 👇🏽

https://t.co/zVVjCzP7OM
If you enjoyed this thread then you'll hopefully enjoy this one too

https://t.co/MRnAuBh2ao

More from Alex Garcia 🔍

Copywriting is a superpower.

Learn it and you can sell just about anything.

Use these 7 threads to master copywriting in the next 5 min 🧵

1. How to Write like an


2. 13 ways Apple Persuades Readers With Their


3. Master Business


4. 8 Timeless Copywriting Tips From David
50 Marketing Threads That Will Teach You More Than Any Marketing Class 🧵

50. Fastest-growing companies use growth loops


49. 7 Proven growth hacking strategies (pt.1)


48. Steal These 7 growth hacks (pt.2)


47. 15 Lessons to write viral Twitter threads
25 Marketing Threads That Will Teach You More Than Any Marketing Class 🧵

1. 10 Marketing Lessons From Steve Jobs That Every Marketer Must Know


2. The Ad Campaign That Changed Advertising Forever


3. How Absolut Vodka Went From 2% Market Share to 50% With One Ad Campaign


4. Why Jeff Bezos named his online bookstore,

More from Marketing

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.