Skip to main content

Overview

The Bouncy.ai API provides detailed analytics for individual links, bio websites, and aggregate data across your entire account. Track:
  • Views and clicks - Total views, tracked clicks, and time-series trends
  • Website button clicks - Per-button click totals and daily click counts for bio pages
  • Geographic data - Country-level location
  • Device information - Mobile vs desktop and platform breakdowns
  • Referrer sources - Where your traffic comes from
  • Time series data - Clicks over time with hourly/daily granularity
  • Adult confirmations - Confirmation count and rate for adult-gated links
Retrieve detailed analytics for a specific link or bio website. For websites, use the website document ID, custom slug, or custom domain:

Response

Website Button Click Analytics

Bio website button clicks are included in the same endpoint under clicksByLink. Each item represents one tracked button or social link and includes:
  • id - Stable button/link ID
  • title - Button title shown on the page
  • url - Destination URL
  • count and totalClicks - Total clicks in the selected range
  • dailyClicks - Per-day click counts for that button

Filter Analytics by Date Range

Add query parameters to filter by date:

Get Summary Analytics

Get aggregated analytics across all your links:

Response

Filter Summary by Tags

Get analytics for links with a specific tag:
This is perfect for tracking campaign performance!

Real-World Use Cases

Campaign Performance Dashboard

Build a custom dashboard showing performance across campaigns:

Automated Reporting

Send weekly email reports with link performance:

A/B Testing

Compare performance of different link variations:

Analytics Best Practices

Analytics don’t change instantly - cache results for a few minutes:
When querying large date ranges, the API processes more data. For better performance, query smaller date ranges:
Always tag your links by campaign so you can filter analytics later:

Next Steps

Create Links

Create links to start tracking analytics

Organize with Tags

Use tags to group links by campaign

API Reference

Full analytics endpoint documentation

Webhooks

Get notified when links reach milestones (coming soon)