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

推荐订阅源

月光博客
月光博客
Martin Fowler
Martin Fowler
Last Week in AI
Last Week in AI
罗磊的独立博客
阮一峰的网络日志
阮一峰的网络日志
博客园 - 【当耐特】
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
博客园_首页
人人都是产品经理
人人都是产品经理
量子位
美团技术团队
The Cloudflare Blog
小众软件
小众软件
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net
博客园 - Franky

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.