# TinyTrack ## Docs - [TinyTrack: Privacy-First Analytics, No Cookies Needed](https://docs.tinytrack.io/introduction.md): TinyTrack is a cookie-free analytics platform with real-time pageviews, visitor counts, goals, and funnels in a 1 KB script — no consent banner required. - [Install TinyTrack and Get Real-Time Analytics Today](https://docs.tinytrack.io/quickstart.md): Learn how to install TinyTrack on your website and start seeing real-time analytics in under five minutes — no credit card required. - [TinyTrack Account Setup: Add Sites and Manage Settings](https://docs.tinytrack.io/account-setup.md): Create your TinyTrack account, add websites to track, manage team access, and configure your profile and notification preferences. - [Privacy by Default: How TinyTrack Handles Visitor Data](https://docs.tinytrack.io/concepts/privacy.md): TinyTrack counts visitors without storing personal data. No cookies, no fingerprinting, no consent banner — built for GDPR, CCPA, and PECR compliance. - [How TinyTrack Events Work: Types, Properties, Limits](https://docs.tinytrack.io/concepts/events.md): Events are the core unit of measurement in TinyTrack. Learn how pageviews, custom events, payment events, and AI visits are tracked and counted. - [TinyTrack Dashboard: Metrics, Filters, and Date Ranges](https://docs.tinytrack.io/concepts/dashboard.md): The TinyTrack dashboard shows real-time visitors, total pageviews, traffic sources, top pages, goals, and funnel performance — all on one screen. - [Install the TinyTrack Tracking Script on Your Site](https://docs.tinytrack.io/tracking/script-installation.md): Add the 1 KB TinyTrack script to your website's HTML head to start tracking pageviews and events. Works with any framework or static site. - [Automatic Pageview Tracking: How TinyTrack Counts Visits](https://docs.tinytrack.io/tracking/pageviews.md): TinyTrack automatically records a pageview event for every page load. Learn how pageviews are counted, deduplicated, and displayed in your dashboard. - [Track Custom Events and User Interactions with TinyTrack](https://docs.tinytrack.io/tracking/custom-events.md): Use TinyTrack's JavaScript API to track button clicks, form submissions, sign-ups, purchases, and any other user interaction beyond pageviews. - [Track Payment Events and Revenue Attribution in TinyTrack](https://docs.tinytrack.io/tracking/payments.md): TinyTrack lets you record payment events to see when purchases happen and which traffic source drove each transaction — no backend required. - [Detect and Analyze AI Provider Traffic with TinyTrack](https://docs.tinytrack.io/tracking/ai-traffic.md): TinyTrack automatically detects visits from AI providers like crawlers and LLM agents, separating them from real human traffic in your dashboard. - [Set Up Conversion Goals to Measure Actions in TinyTrack](https://docs.tinytrack.io/goals/goals-overview.md): Goals let you measure when visitors complete key actions — sign-ups, purchases, downloads — and see your conversion rate in the TinyTrack dashboard. - [Analyze Drop-Off with Conversion Funnels in TinyTrack](https://docs.tinytrack.io/goals/funnels.md): Funnels in TinyTrack show you how many visitors complete each step of a multi-step flow — revealing exactly where users drop off before converting. - [Share a Live Read-Only Analytics Dashboard with Anyone](https://docs.tinytrack.io/sharing/shareable-dashboards.md): Generate a read-only public link to your TinyTrack dashboard to share live analytics with your team, clients, or investors — no login required. - [Connect Google Search Console to Your TinyTrack Dashboard](https://docs.tinytrack.io/sharing/search-console.md): Link Google Search Console to your TinyTrack Pro account to see search queries, impressions, and click-through rates alongside your pageview data. - [Track X (Twitter) Mentions Alongside Your Analytics](https://docs.tinytrack.io/sharing/x-mentions.md): TinyTrack Pro surfaces mentions of your site on X (formerly Twitter) so you can see social buzz alongside your real-time traffic spikes. - [TinyTrack Plan Comparison: Starter and Pro Features](https://docs.tinytrack.io/account/plans.md): Compare TinyTrack's Starter ($9/mo) and Pro ($19/mo) plans. Both include 10k monthly events, a real-time dashboard, and a 14-day free trial. - [Manage Your TinyTrack Billing and Subscription Settings](https://docs.tinytrack.io/account/billing.md): View invoices, update your payment method, switch between monthly and annual billing, upgrade your plan, or cancel your TinyTrack subscription. - [How to Export Your TinyTrack Analytics Data to CSV](https://docs.tinytrack.io/account/data-export.md): Download your TinyTrack analytics as a CSV from the dashboard, or automate exports with the Pro API. Your data is always yours to keep and take with you. - [TinyTrack REST API: Programmatic Analytics Access Guide](https://docs.tinytrack.io/api-reference/overview.md): The TinyTrack REST API lets Pro users query pageview stats, list sites, and ingest custom events programmatically over HTTPS with JSON responses. - [Authenticate Your TinyTrack API Requests with API Keys](https://docs.tinytrack.io/api-reference/authentication.md): Generate an API key in your TinyTrack dashboard and pass it as a Bearer token in the Authorization header on every API request you make. - [Sites API: List and Retrieve Your Tracked TinyTrack Sites](https://docs.tinytrack.io/api-reference/sites.md): GET /v1/sites returns the list of websites registered in your TinyTrack account, including domain, creation date, and tracking status. - [Stats API: Query Pageview and Visitor Analytics Data](https://docs.tinytrack.io/api-reference/stats.md): GET /v1/stats returns aggregated pageviews, unique visitors, and top pages for a given site and date range. Available on the Pro plan. - [Events API: Ingest Custom Server-Side Events into TinyTrack](https://docs.tinytrack.io/api-reference/events.md): POST /v1/events lets you send custom events to TinyTrack from your backend or any server-side environment without loading the browser script.