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 returns workspace-level total_clicks, total_links and the five most-clicked links. It takes no date or campaign filter. The totals are counted in the database over every link in the workspace — an earlier version summed the first 50 in memory, which quietly under-reported any workspace with more than that.
Each short link keeps a click_count and last_clicked_at. Per-visit records (country, referrer, device) are not collected, so no raw IP or user agent is stored anywhere.