TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Story about a company using 404s to demonstrate customer demand?

6 pointsby myinitialsaretkalmost 8 years ago
I have a distant recollection of hearing some big name company that had done this with a lot of success.<p>From what I recall, it may have been a travel company that would add a call to action link to some new area of business that would go to a 404 page. Then they judged demand based on how many users click to that page and used that data to justify building $new_area_of_business<p>Does anyone know the story I&#x27;m thinking of or have any other successful examples of a similar technique being used?<p>Thanks!

5 comments

shaneclevelandalmost 8 years ago
I&#x27;ve done this on some small sites, and it doesn&#x27;t have to be a 404. Though that could work. I also do not recall the origin, but I definitely stole the idea.<p>I tend to use a &quot;call to action&quot; – &quot;Sign Up&quot;, &quot;Register,&quot; etc. And then link to a landing page with a &quot;Coming soon ... &quot; message. I have also had an option to submit an email to get updates. So I could track both hits to the page and compare to how many also submit an email.<p>I am not sure which is better. A 404 may detract from confidence of the site, and it may also lead to a single user refreshing the page or visiting multiple times, thereby skewing the results. Though, a landing page may also be annoying for the user.<p>I do think it can be done in a way that can both test actual interest without abusing the user.
notpeteralmost 8 years ago
I remember reading that the authors of Django framework (Lawrence Journal) used some thing like this in the early days. Basically a 404s without a referrer header but under another valid url were likely a case where someone edited the url (think &#x2F;list&#x2F;export&#x2F;csv -&gt; list&#x2F;export&#x2F;json) and they used that to demonstrate demand for a particular feature.
myinitialsaretkalmost 8 years ago
Thanks for the great other examples. For anyone else curious, I found the original I was thinking of, it was Stephen Kaufer from TripAdvisor.<p><a href="https:&#x2F;&#x2F;techcrunch.com&#x2F;2011&#x2F;12&#x2F;22&#x2F;founder-stories-tripadvisors-kaufer-discusses-the-logic-behind-running-404-tests&#x2F;" rel="nofollow">https:&#x2F;&#x2F;techcrunch.com&#x2F;2011&#x2F;12&#x2F;22&#x2F;founder-stories-tripadviso...</a>
siquickalmost 8 years ago
Mixcloud.com have done similar to gauge demand in new product features, explained in this interview with the CTO<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=HtAIkEWebBA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=HtAIkEWebBA</a>
jamestimminsalmost 8 years ago
Bill Gross of Idea Lab has discussed doing this with whole businesses. The example I heard him give was a website that allowed you to purchase cars online.