Web analytics
Realtime visitors, pages, referrers, browsers, operating systems, UTM campaigns, goals, Web Vitals, and reusable filters.
TraceIQ turns page views, custom events, API response data, and errors into a clear map of how your software really works.
Start with visitors and referrers, follow real session paths, then connect conversion behavior to errors, API latency, feature flags, and alerts.
TraceIQ fits into the tools you already use. Add a few lines, ship with confidence, and keep the signal close to the code.
import { traceiq } from 'traceiq-sdk-js'
traceiq.initialize({
projectId: 'YOUR_PROJECT_ID',
writeKey: 'YOUR_WRITE_KEY',
})
traceiq.track('checkout_started', {
cartValue: 4200,
currency: 'USD',
})TraceIQ ships a permission-scoped MCP server, so compatible assistants can read funnels, retention, users, errors, and API health—and perform only the mutations your token permits.
{
"mcpServers": {
"traceiq": {
"command": "npx",
"args": ["-y", "traceiq-mcp-server"],
"env": {
"TRACEIQ_API_KEY": "tiq_pat_your_token"
}
}
}
}Explore representative browser calls and simulate their payload lifecycle locally. This demo does not send data to a TraceIQ project.
The core workflows already available today—from acquisition and journeys to application health and controlled collaboration.
Realtime visitors, pages, referrers, browsers, operating systems, UTM campaigns, goals, Web Vitals, and reusable filters.
Measure conversion and retention, then inspect real session-to-session page transitions instead of illustrative paths.
Connect anonymous activity to identified users, inspect chronological timelines, and reuse behavioral cohorts.
Group exceptions, inspect affected users, and rank endpoints by traffic, error rate, average latency, and p95 latency.
Run deterministic rollouts, target segments, attach remote configuration, and notify teams through email or webhooks.
Create permission-scoped public dashboards, forward signed events, or export your raw data as CSV and JSON.
TraceIQ keeps your team in the flow by connecting the tiny details to the big picture.
Explore the platformDrop in our SDK and start collecting rich, structured telemetry.
See events, users, and performance errors as one connected system.
Turn context into action with answers your team can trust.
TraceIQ collects the page views and custom events you configure, plus session, device, and error context used to explain product behavior. Optional request capture records API timing and status data.