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

推荐订阅源

B
Blog
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Jina AI
Jina AI
雷峰网
雷峰网
博客园_首页
WordPress大学
WordPress大学
博客园 - 司徒正美
爱范儿
爱范儿
博客园 - 聂微东
IT之家
IT之家
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
博客园 - Franky
V
V2EX
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志

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
sniperl.ink, our free tool for improving subscription rate
Justin Duke · 2023-10-06 · via Buttondown's blog

Our free tool can help you get more subscribers. Did we mention that it's free?

Justin Duke

Justin Duke

October 6, 2023

Earlier this year, I came across an article entitled Sniper Links: How To Increase Your Email Confirmation Rates from the folks over at growth.design. It sounds a little clickbait-y, but it's both benign and brilliant: when asking folks to confirm their email, try and figure out what email provider they're using (gmail, outlook, and so on) and give them a deep link that opens up the search functionality in those apps.

A few months ago, we shipped this functionality as a little test to see if it was in fact useful.

It was! We saw statistically significant uplift — around 6% — in double opt-in for folks shown the sniper link.

We were so happy with this that we decided to release it as a free tool: sniperl.ink (I was a sucker for the clever domain name). It's totally free.

You can use it either as an API call to get a magic URL:

fetch(`https://sniperl.ink/v1/render?recipient=${
    recipient
  }&sender=justin@buttondown.email`)

Or as a web component:

<sniper-link
  recipient="you@example.com"
  from="justin@buttondown.email"
/>
<script src="https://sniperl.ink/v1/sniper-link.js" defer></script>

We support Gmail, Yahoo, Proton, iCloud, Outlook, HEY, AOL, and Mail.ru, which counts for over 85% of the traffic we've seen thus far.

That's it! I hope you like it, and shoot us an email if you have any questions or feature requests.