Analytics
Shrinkr tracks every click on your short links. View analytics from the dashboard or use the API to pull metrics into your own tools.
Dashboard Analytics
Click on any link in My Links and select View Stats to see:
- Total clicks — all-time click count
- Click chart — daily clicks over the last 30 days
- Recent clicks — timestamp of recent visits
Metrics Tracked
For each click, Shrinkr records:
| Metric | Description |
|---|---|
| Timestamp | When the click occurred (UTC) |
| Country | Visitor's country (from IP geolocation) |
| Referrer | Where the visitor came from |
API Access
The click count is included in link responses:
json
{
"short_code": "my-link",
"click_count": 142,
"is_active": true
}Plan Differences
| Feature | Free | Pro |
|---|---|---|
| Click count | ✓ | ✓ |
| 30-day chart | ✓ | ✓ |
| Country breakdown | — | ✓ |
| Referrer tracking | — | ✓ |
Data Retention
Click data is retained indefinitely for all plans. If you delete a link, its click data is also permanently removed.
Privacy
- Shrinkr does not track individual users across links
- IP addresses are used only for geolocation and are not stored
- No cookies or tracking pixels are added to redirects
- Analytics are only visible to the link owner