惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
GbyAI
GbyAI
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
B
Blog
博客园 - 叶小钗
V
Visual Studio Blog
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
博客园 - Franky
V
V2EX
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
IT之家
IT之家
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
N
Netflix TechBlog - Medium
博客园 - 【当耐特】

Buttondown's blog

Email could have been X.400 times better The physicists who convinced Fermilab to send Brazil's emails Better in-app previews Analytics 3.0 Subscriber ID variables Comments! Send latest premium action Automation filtering Free API subscribers Surveys in automations Reply to replies Labels for RSS feeds How Jeremy Singer-Vine curates curious datasets for readers 2023 (and what's next) Email vs web content Sort by engagement Better gift subscriptions How Andy Dehnart built a career reviewing television New email template Email-based automations Opt-in reply tracking Automatic alt text More social network integrations Sort by metadata Overlarge image warnings Automation tag actions Pause emails mid-flight Search tags and automations Gift via automations Subscriber-driving emails
Email length doesn't affect click rate
Justin Duke · 2023-05-04 · via Buttondown's blog

Introduction

Buttondown is a tool for sending newsletters of all types: marketing-y ones for Shopify stores, thought-leader-y ones for folks selling consulting services and info-products, silly ones for folks running small private newsletters.

The single most common "how do I send emails better?"-type question we get is: "how long should my emails be?"

There is a lot of folk wisdom floating around this question, often coming from well-intentioned but poorly-reasoned places. "Keep it short and sweet!" "Have exactly two CTAs, one after the third paragraph and one at the end!" "Keep people in the inbox as long as possible!"

I don't have a particularly principled answer to this question, but I do have a bunch of data...

Methodology

Here's how I collected the data:

  • I sample one hundred thousand bulk emails sent from Buttondown over the last twelve months.
  • I calculate the word count of each email, clamping it to the nearest hundred.
  • I then calculate the click rate of each email.

A couple caveats:

  • Buttondown has click tracking turned off by default. Naturally, this means the one hundred thousand emails must specifically come from newsletters who have opted into click tracking.
  • Clicks are defined as a unique tuple of "URL, subscriber" — so if a subscriber clicks the same link twice, it only counts as one click, but if they click two different links, it counts as two clicks.
  • I discarded emails with word counts below 50 and above 3000, as they were fairly noisy and did little else than clutter the final resulting graph.
  • I ignored clicks outside the context of the email itself (such as 'view on web' or 'unsubscribe' links), though I think those will be interesting for follow-up analyses

Data

You're here for the headline, not the flowery prose, so let me jump to the interesting stuff:

Unsatisfying, I know. No pretty linear relationship! No mandate to write exactly X words per email, and no more!

I think you should take this as instead as a simple lesson: write the correct number of words for your email. If you're writing a short, pithy newsletter, don't pad it out with fluff. If you're writing a long, thoughtful essay, don't cut it short because you're worried about click rate.

Further analyses

I think playing around with this dataset is fun and useful, and I plan to do more of it in the future. Here are some ideas I have:

  • How does the presence/absence of a pre-header affect open rate?
  • How does the length of a subject line affect open rate?
  • Do questions in subject lines increase open rate?

If you have any ideas, please reach out — I'd love to hear them!