Alerts
Create alert rules for traffic anomaly detection with email, Slack, or webhook notifications, plus alert history and statistics
Create alert rules for traffic anomaly detection with email, Slack, or webhook notifications, plus alert history and statistics
Answers to common API integration questions — account_id vs site_id, event-level conversions, JWT scopes, and working /exports/stream examples.
REST API reference for Sealmetrics — query analytics stats and manage sites, exports, and alerts with API key or JWT authentication
Create and manage read-only personal API tokens with scoped permissions, optional account restrictions, and automatic expiration
Guide for data analysts moving from the legacy Sealmetrics API v1.0 (Postman collection) to the current REST API — host, auth, pagination, and endpoint-by-endpoint mapping.
Query the audit trail of mutating actions across your organization, filterable by action type, resource, author, and date range
Session management, password reset, and two-factor authentication reference — list active sessions and terminate them per device
How to authenticate with the Sealmetrics API using read-only API keys (X-API-Key header) or JWT bearer tokens from login
Execute multiple analytics queries in one HTTP request with dependency ordering, parallel limits, and per-query timing options
Sync Sealmetrics analytics to Google BigQuery with hourly or daily schedules, backfill options, and BI tool integration
Manage plans, subscriptions, invoices, usage, coupons, and the Seal AI Private add-on through the cookie-authenticated billing proxy
Inspect bot detection signals — suspicion score distribution, top flag reasons, daily trends, and drill-down into suspicious sessions
Learn how to exclude payment gateways and external domains from being counted as referrers in Sealmetrics.
Manage GA4-style channel classification rules that match utm_source, medium, and campaign via regex with priority ordering
Schedule daily, weekly, or monthly email reports with selectable sections and delivery at a fixed hour in a chosen timezone
Endpoints for the post-registration email confirmation flow — check status, resend the verification email, and verify with auto-login
Every error code the Sealmetrics API can return, with its HTTP status, what it means, and whether the request is safe to retry.
Create and download bulk exports of analytics data in CSV or JSON, covering pages, sources, conversions, devices, and time series
Explore the complete feature set of Sealmetrics - from core analytics reports to API access, conversion tracking, and privacy-first capabilities.
Everything an AI agent or LLM tool needs to use the Sealmetrics API — OpenAPI spec, hosted MCP server, OAuth 2.1, batch queries, async export jobs, rate-limit headers and error codes, on one page.
Restrict API and dashboard access to allowed IPs or CIDR ranges, with bulk import/export and audit logging (Enterprise plans)
Block individual IPs or CIDR ranges from tracking to exclude internal traffic, known bots, competitors, or test infrastructure
REST API reference for LENS: insights, settings and usage, weekly and monthly reports, and AI assistant chat endpoints with Bearer authentication.
Manage per-user Bring-Your-Own-Key LLM configs for LENS AI — store, test, and set default keys for OpenAI, Anthropic, Gemini, or DeepSeek
Connect Claude, ChatGPT, Cursor, Codex, and other AI assistants to your SealMetrics analytics using the Model Context Protocol (MCP) — either the hosted remote server (one URL, no install) or the local npx server.
Flexible query endpoint to cross any combination of dimensions and metrics. Ideal for custom reports, data warehouses, and BigQuery exports.
Portfolio-level analytics — aggregate traffic, conversions, pages, sources, geo, and devices across multiple sites in a single query
Connect a third-party app or AI assistant to someone else's Sealmetrics account using OAuth 2.1 — discovery metadata, dynamic client registration, authorization code with PKCE, refresh tokens and revocation.
Public endpoints for accepting organization invitations — the token is the credential, with auto-login for newly created users
Manage organizations, team members, roles, invitations, and site-level access in the SealMetrics multi-tenancy model
Reference for pagination, sorting, and advanced filters across API endpoints, including page_size limits and consistent response format
Register booking engines, payment gateways, and other domains that preserve session attribution instead of creating a new referral
Compare analytics between time periods with the compare parameter — previous period or year-over-year deltas on any stats endpoint
Create a free-tier Sealmetrics account from code with POST /provision — no card, no dashboard login, no browser. Built for AI agents and installers.
Design reference for the Sealmetrics Python SDK — not yet published to PyPI. Use the OpenAPI spec, the REST API or the MCP server today.
Get your first Sealmetrics API call working in 5 minutes — generate a token, find your Site ID, and pull traffic data via REST in three steps.
Per-plan API rate limits, X-RateLimit response headers, and 429 handling with the Retry-After header when the limit is exceeded
Map referrer domains to UTM values so untagged partner and vendor traffic is attributed correctly, with priority-ordered matching rules
Learn how to map known referrer domains to specific source, medium, and campaign values so traffic from partners, affiliates, or internal domains is attributed correctly in SealMetrics.
Save reusable pixel configurations for pageviews, conversions, and microconversions, then generate install code for JavaScript, GTM, or Tealium
Documentation for Sealmetrics — consentless analytics that captures 100% of traffic without cookies or consent banners. GDPR compliant by design.
Create reusable saved filter configurations, apply them consistently across all analytics endpoints, and share segments with your team
Create public or password-protected shareable dashboards with share tokens, embed configs, allowed domains, and expiration dates
Create and manage analytics sites, configure authorized domains and UTM mappings, and generate and verify pixel installation
Advanced analytics endpoints for the UTM hierarchy — mediums, sources, campaigns, terms — plus landing pages, channels, and microconversions
Analytics data endpoints for retrieving traffic, conversion, and engagement metrics.
Check an organization's subscription state — plan tier, trial end, billing period, and paywall block status from a single endpoint
Complete API reference for the SealMetrics JavaScript tracker. Includes all methods, parameters, and payload specifications.
Manage the user's TOTP-based second factor — enable, verify at login, disable, and regenerate backup codes.
Manage the current user's profile and password via /users/me — most other user CRUD endpoints are superadmin-only
Receive real-time HTTP callbacks for alerts and export events, signed with HMAC-SHA256 and retried up to 5 attempts on failure
Send real-time Sealmetrics events to your own services via HTTP callbacks, configured through the API.