How RMNs Use SignIQ Data

We measure the audience. You verify the impression.

SignIQ provides the calibrated audience signal — OTS, dwell, attention. Your RMN or CMS joins it with proof-of-play to compute verified impressions, campaign reporting, and billing.

SignIQ = Audience Measurement Layer

We own the audience signal.

SignIQ measures who was in the space, how they moved, and what they noticed. Calibrated OTS, dwell time, attention events, zone analytics, historical data, and audience forecasting — all anchored to screen geometry and camera pose.

SignIQ provides
  • Calibrated OTS per zone and screen
  • Dwell time distributions
  • Attention events with confidence scoring
  • Historical audience data (90 days)
  • Predictive audience forecasting
  • Event lineage: model_version, calibration_version, quality_flags
RMN / CMS = Impression Accounting

You own the impression.

Your platform owns proof-of-play, campaign logic, impression calculation, billing, and reporting. You join SignIQ’s audience data with your playlogs to create verified impressions — the complete picture of what played and who saw it.

RMN / CMS provides
  • Proof-of-play (what content played, when)
  • Campaign scheduling and logic
  • Impression calculation (audience + play = impression)
  • Advertiser billing and reporting
  • Creative management and targeting
  • Programmatic DSP integration

From audience signal to verified impression.

Three steps: SignIQ measures, the API delivers, and your platform computes the verified impression.

1

SignIQ Measures the Audience

The edge device processes camera input locally, calibrates against screen geometry and zone mapping, and produces audience metrics: OTS count, dwell distribution, attention events, and confidence scores.

SignIQ Audience API Response
{
  "zone_id": "zone_lobby_east",
  "window": "2026-03-25T14:00:00Z/PT1H",
  "ots_count": 847,
  "avg_dwell_seconds": 14.3,
  "attention_rate": 0.64,
  "confidence": 0.94,
  "calibration_version": "2.4.1",
  "model_version": "yolov8n-1.2.0",
  "quality_flags": []
}
2

RMN Joins with Proof-of-Play

Your RMN or CMS queries SignIQ’s Audience API for the same time window as a proof-of-play event. The platform knows what content played; SignIQ knows who was there and how they engaged.

Proof-of-Play (RMN)
campaign_a_15s played at 14:02:15 on screen_lobby_1
JOIN on time window + zone
Audience Signal (SignIQ)
847 OTS, 64% attention, 14.3s avg dwell @ 14:00-15:00
Result: Verified Impression
campaign_a: 847 OTS, 542 attentive viewers, 1.82s avg attention
3

Report with Confidence

The RMN now has a verified impression — a record that the content was played and an audience was present with measured attention. This powers campaign reporting, billing, and programmatic DOOH transactions.

Campaign Report (RMN Output)
CampaignSummer Sale 2026
Screens50 locations
Duration7 days
Total plays (CMS)12,400
Total OTS (SignIQ)34,590
Attentive viewers (SignIQ)22,138
Avg attention (SignIQ)1.82s
Calibration confidence94%

Query audience data via the API.

Pull calibrated audience data directly into your RMN, CMS, or programmatic stack. Every response includes model version, calibration version, confidence, and quality flags for full traceability.

Read the API documentation →
GET /v1/audience/{zone_id}/ots
curl -X GET https://api.signiq.cloud/v1/audience/zone_lobby/ots \
  -H "Authorization: Bearer sk_live_..." \
  -d '{"window": "2026-03-25T14:00:00Z/PT1H"}'

{
  "ots_count": 847,
  "avg_dwell_seconds": 14.3,
  "attention_rate": 0.64,
  "confidence": 0.94,
  "calibration_version": "2.4.1",
  "model_version": "yolov8n-1.2.0"
}

Start delivering audience data
your partners can trust.

Calibrated audience measurement that powers verified impressions for any RMN or CMS.