Privacy
Set collection level, name visibility, and optional benchmarks.
Collection policy
Controls what leaves developer laptops, what the ingest API accepts, and which assessment dimensions are evaluated.
Data retention
Raw ingest events older than 400 days (and safely past the aggregation watermark) are purged on each nightly retention run. Aggregated metrics (actor weeks, sessions) are kept indefinitely.
Visibility
Control whether individual developer names appear on Champions and related views.
Advanced: Benchmarks
Opt-in anonymized cross-install telemetry. Aggregate-only — org size band, stage distribution, and gap rates. Never actor names, teams, or repos. Off by default.
Opt-in
The preview below is the feature — review exactly what would leave this install
before enabling. Submissions go to
https://demo.cliqqi.com/v1/benchmarks/submit.
- Anonymous install id
- assigned on first opt-in
- Size band (preview)
- 11-50
- Last submitted week
- never
- Hub peer count
- — · ribbon at n≥5
Deployment notes
This install’s local hub is in use — set BENCHMARKS_HUB_URL to point at a shared hub.
Payload preview
Exact JSON that would be submitted for
2026-08-24.
No org name, actors, or teams.
{
"schema_version": 1,
"install_id": "00000000-0000-4000-8000-000000000000",
"week_start": "2026-08-24",
"size_band": "11-50",
"stage_rates": {
"not_using": 0.36,
"activated": 0.36,
"habitual": 0.12,
"deep": 0.12,
"multiplying": 0.04
},
"gap_rates": {
"not_using": 0.36,
"shallow": 0.48,
"poor": 0
}
}