Short link clicks
This page shows how many times people clicked the short links you added to your posts.
Why it helps
It tells you which posts and links actually got people to tap through, not just see them. That way you know what to share more of.
Step by step
Open Analytics
Go to Analytics in the left menu and open the short link section.
Read your total clicks
The top of the page shows the total number of clicks across all your short links for the selected dates.
Find your best links
Look at the list of top links, sorted from most clicks to fewest. The ones at the top are your best performers.
Adjust the dates
Change the date range to compare a busy week with a quiet one, or to focus on a single campaign.
TIP
Use the same short link across a campaign so all the clicks add up in one place and are easy to read.
Good to know
- Clicks are counted for about the last 30 days by default; you can change the date range.
- You can see roughly which countries people clicked from and which apps or sites sent them.
- You can also see whether people clicked on phones, tablets, or computers.
- We keep this private: we do not store the exact identity of each person who clicked.
Related
For developers
Summary rollup: GET /api/v1/analytics/short-links-summary?from=&to=&campaign= returns workspace-level totals (total clicks, top links, top countries, top referrers, device breakdown). Per-link drill-down: GET /api/v1/short-links/:slug/stats returns the click time series for one short URL.
Each redirect logs a click record with short_link_id, ts, IP-derived country, referrer, device, and a hashed user_agent_hash. Raw IPs and raw user agents are not retained. Filters: from/to (ISO-8601, default 30 days) and a single campaign ID.