See who clicked your link

Total clicks, scans, geography, devices, browsers, sources. Where each number lives in the dashboard.

Every BlinkLink redirect writes a row server-side. No client-side pixel, no script for the visitor to block; you get the count regardless of ad-blockers. Here's where the numbers surface.

The Overview tab

  • Total clicks (24h / 7d / 30d / 90d on Pro): every redirect.
  • QR scans: the subset where the URL was tagged ?qr=1 (our generator adds this) or the user-agent looks like a barcode scanner.
  • Active links: count of links that aren't paused or expired.
  • Avg redirect: the median latency of our redirect handler. Worth bragging about.

The per-link chart

  • All links → ⋯ on a card → View click history.
  • Opens a chart popover with clicks + scans per day for the selected window.
  • Hover any day to see the exact count.

The Audience tab

  • Top countries: derived from the visitor's IP at edge time (we coarsen before storing). Never the raw IP.
  • Top devices: mobile / desktop / tablet, parsed from the user-agent.
  • Top browsers: Chrome / Safari / Firefox / Edge / Other.
  • Top referrers: where the click came from. Direct (no Referer header) often wins, especially for QR scans.
  • Hour-of-day heatmap: when your audience is awake.

Free accounts see the last 30 days. Pro extends to 90 days. The data is rolled up nightly, so today's numbers are accurate to the minute and yesterday's are accurate to the day.

Export to CSV

  • Dashboard → All links → CSV button (top right of the toolbar).
  • Downloads every link with its lifetime counts, destination, tags.
  • For per-click rows, use the API; see the API quickstart guide.