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

推荐订阅源

AI
AI
博客园 - 叶小钗
Blog — PlanetScale
Blog — PlanetScale
Microsoft Azure Blog
Microsoft Azure Blog
Vercel News
Vercel News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志
D
Docker
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Register - Security
The Register - Security
J
Java Code Geeks
S
SegmentFault 最新的问题
月光博客
月光博客
G
Google Developers Blog
美团技术团队
Last Week in AI
Last Week in AI
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
T
The Blog of Author Tim Ferriss
腾讯CDC
Recent Announcements
Recent Announcements
Recorded Future
Recorded Future
The Cloudflare Blog
有赞技术团队
有赞技术团队
博客园_首页
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
B
Blog
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
F
Fortinet All Blogs
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
爱范儿
爱范儿
D
DataBreaches.Net
F
Full Disclosure
M
MIT News - Artificial intelligence
博客园 - 司徒正美
H
Help Net Security

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 Programmatic webhooks Email page views Tag statistics Discord webhook formatting Automatic subscriber cleanup RSS subscriber count Weekly subscriber reports More list columns Customizable list views How Max Voltar turned a side gig into a trusted keyboard resource How Nick Disabato runs two newsletters from one design consultancy Made-for-you share images Automation improvements End-of-email surveys Filter by date Survey-triggered automations More automation functionality New webhooks How France Insider built a news service with paid subscribers Email as primary key How John Willshire unites two businesses in one newsletter Confirmation reminders Email churned subscribers Email-to-draft Subscriber metadata columns ChatGPT integration Faster web archives Referral program Better search results TikTok embeds Subscriber timeline Spotify embeds Improved RSS-to-email Subscribe page OG image New analytics page Google Tag Manager Even more subscriber types Integrating Duda with Buttondown Linktree integration guide Advanced and enterprise plans Framer integration guide API requests page Team collaboration In-email surveys Better CSS settings Better RSS automation fetching! Editor toolbar improvements Smart filters Faster emails page RSS automations Faster email analytics Zapier error codes Image accessibility checks Tags vs newsletters OG image picker Image editor improvements API bulk actions Improved OpenAPI spec Mastodon support Better subscriber filtering Better subscriber validation Hotkey support! Programmatic access to analytics Stronger bulk actions Faster archive page Custom canonical URLs Email slug and metadata Improved writing interface Generating a Typescript router in Django Filter emails by source
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!