For developers
Ship a launch. Know which pieces got traction.
Short links with per-campaign analytics. Tag every link in your launch announcement, release notes, or deploy post, then see which pieces actually got clicks.
API in 3 lines
# Create a short link with a tag
curl -X POST https://trak.sh/api/v1/links \
-H "Authorization: Bearer $TRAK_KEY" \
-d '{"url":"https://yourapp.com/launch","customSlug":"v2","tag":"launch-v2"}'
# Find all links from this batch
curl "https://trak.sh/api/v1/links?search=launch-v2" \
-H "Authorization: Bearer $TRAK_KEY"
# Pull analytics for a specific link
curl https://trak.sh/api/v1/links/v2/analytics \
-H "Authorization: Bearer $TRAK_KEY"
Built for shipping cadence
- UTM presets — tag every link in a release without copy-pasting UTMs
- REST API — create, list, update, delete links programmatically
- CSV export — pull click data for your own dashboards
- Custom domains — links.yourapp.com/v2 instead of trak.sh/v2
- Public stats pages — shareable analytics per link
- Keyboard shortcuts throughout the dashboard