All articles
Feature guides7 min read

Click Limits: Stop a Link Automatically After N Clicks

Cap a link at a fixed number of clicks and send everyone after that to a fallback page. Perfect for first-100 promos, limited drops and controlled access.

By The 302.sh team


“First 100 customers get 30% off.” It’s one of the oldest and most effective plays in marketing — and one of the most awkward to actually run. What happens when customer 101 clicks the link? Most teams either honor the discount long past the limit (and quietly eat the margin), or scramble to kill the link by hand and leave latecomers staring at a broken page. A click limit solves this mechanically: the link counts its own clicks and retires itself the moment the cap is reached.

This guide covers what click-limited links are, why enforced scarcity beats claimed scarcity, the situations where a cap earns its keep, and how to set one up on 302.sh in about a minute.

What is a click limit?

A click limit is a per-link cap on how many times a short link will redirect. You pick a maximum — any whole number from 1 up — and optionally a fallback URL. The first N visitors sail through to the destination as normal. Everyone after that is redirected to the fallback instead — a waitlist, a “you missed it” page, your homepage — or, if you didn’t set one, the link answers with 410 Gone, the HTTP status that tells browsers and search engines the link was retired on purpose.

The counting and the cutoff happen on the link itself, at redirect time. There’s no script to install on your landing page, no cron job to remember, and no window where click 150 slips through because someone forgot to flip a switch on Friday evening.

Claimed scarcity vs enforced scarcity

Scarcity works because it’s a deadline with teeth — but only if the teeth are real. Audiences have learned to discount “limited time only” banners that never come down and “only 50 spots” offers that mysteriously always have room for one more. That skepticism is expensive: it blunts the very urgency the offer was designed to create.

An enforced cap changes the dynamics on both sides. Your audience learns your limits are genuine, which makes the next campaign more urgent, not less. And your team gets a guarantee: the promotion cannot overshoot its budget, because the link physically stops redirecting at the number you chose.

A click limit turns “first 100 people” from a promise your team has to police into a property of the link itself.

Where click limits earn their keep

Cap by count, cap by date, or no cap?

Click limits are one of three lifecycle tools, and picking the right one depends on what actually bounds your offer:

 Click limitExpiration dateNo cap
Bounded byA number of clicksA date & timeNothing
Best forStock, seats, budgetsDeadlines, seasons, embargoesEvergreen links
After the limitFallback URL or 410410 Gone
Example“First 100 orders”“Ends Sunday midnight”Docs, bio links

If your constraint is a calendar — a sale that ends Sunday, a registration deadline — reach for link expiration instead. The two compose, too: a drop can be capped at 500 clicks and expire Friday, whichever comes first.

The fallback URL is where latecomers convert

The single most valuable decision in a capped campaign is what happens to visitor N+1. Without a fallback, they get 410 Gone — honest, but a dead end. With one, the demand your scarcity created has somewhere to go:

Latecomers are your warmest non-buyers: they clicked. A fallback page is how you keep them.

Setting a click limit on 302.sh

Capping a link takes four steps:

The cap is enforced on every path — including password-protected links, so a capped, password-gated link can’t be drained through the password page. And it stays editable: raise the cap mid-drop if you find more stock, remove it when the campaign goes evergreen, or swap the fallback as the next offer changes. The short URL itself never changes, so the link on your printed flyer or A/B-tested ad keeps working through every edit.

Every click up to the cap is recorded in your analytics — country, device, referrer — with 90-day history on every plan, so you can see exactly how fast the offer sold out and where the demand came from. Click limits themselves are part of the Business plan.

Frequently asked questions

What happens after a link hits its click limit?

If you set a fallback URL, every visitor after the cap is redirected there — a waitlist page, a “you missed it” notice, or your main site. If you didn’t set a fallback, the link answers with HTTP 410 Gone, which tells both people and search engines the link has been intentionally retired.

Is a click limit the same as my plan’s analytics limit?

No. Plan quotas on 302.sh are soft caps on analytics events — when you exceed one, your links keep redirecting and only the analytics write is skipped. A click limit is the opposite: an intentional, per-link cap you choose yourself. Redirects are unlimited on every plan unless you deliberately cap a specific link.

Can I raise or remove a click limit later?

Yes. A click limit is editable at any time: raise the cap to extend a promotion, remove it entirely, or swap the fallback URL. The short URL itself never changes, so anything already printed or published keeps working.

What should I put on the fallback page?

Give latecomers a next step instead of a dead end: a waitlist signup, an invitation to the next drop, a related offer, or simply your homepage. A good fallback converts the demand your capped offer generated instead of discarding it.

Keep reading