- —Retail · Ad recall +18% · Consideration +10%
- —Insurance · Ad recall +19% · Consideration +15%
- —FMCG · Ad recall +19% · Consideration +15%
The first complete record of where humanity actually looks online.
Real attention data — gaze, fixations, saccades — joined to every behaviour, channel and audience. Directly observed, not modeled. Not inferred. Not self-reported. A shared, auditable database that media, AI and the marketing industry can build on, compare against, and trust.
Every decision you've ever made was built on incomplete data.
None of today's sources show you the full human journey. You've been making billion-dollar decisions in the dark — not because you didn't try, but because the complete picture simply didn't exist.
- Platform data30% coverage
Tells you what happened on that platform. Nothing about the rest of the day.
- Surveys45% coverage
Tell you what people think they did. Memory is unreliable.
- Cookies60% coverage
Fragments of a journey that spans dozens of surfaces — and break the moment a user opens a new app.
- ATTEX — directly observed100% coverage
The complete digital life of a panelist — passively captured, auditable, ready to query.
Two decades of eye-tracking science. Now a media panel.
ATTEX is a Tobii spin-off. The hardware, the calibration, the gaze models — all of it comes from the company that has defined eye-tracking for more than twenty years. This isn't new science. It's research-grade technology, productized for the way attention is bought and sold.
Panelists install once. Then we observe — silently, continuously, passively. No tasks. No surveys. No friction. Just real behaviour against verified gaze.
- 20+years
of world-leading eye-tracking research at Tobii
- Proventech
across clinical, automotive and assistive industries
- 2024spin-off
engineered into a media-grade panel
Mobile
Passive background collection across every app on the device — social, video, browsers, audio, AI agents. Gaze captured via the front camera where supported.
Desktop
Tobii eye-tracking hardware paired with a Chrome extension. Full-context capture across browser tabs, search, AI chat and the open web — all on the same panelist.
Not modeled. Not inferred. Not reported. Directly observed.
Understanding attention is key to building better advertising and consumer experiences. ATTEX Data's unique technology and Tobii's heritage in eye tracking make this a game changer for how we plan, optimize, and measure media.
See what the data can actually do.
Five interactive views on the ATTEX dataset. Numbers are illustrative. Not every view is in the public API today — but it's all in the data we're already collecting.
Drive a heatmap with your cursor.
Drag your finger or mouse over the creative — we treat each motion as a fixation and compute total attention time, dwell-per-zone and a modeled recall lift in real time. Same shape as the real Tobii panel.
Range that doesn't blink.
520 km on a single charge. Reserve before May 31 and we'll cover your home charger — €1,200 included.
- Brand mark0.0s
- Headline0.0s
- Product hero0.0s
- CTA0.0s
- Legal / disclaimer0.0s
With a real Tobii panel, every blob is millisecond-accurate gaze. Your cursor is just a stand-in — the metrics, joins and outputs are exactly the same.
One layer of attention data already drove measurable results for every tier of the industry.
Holding groups, performance agencies, brands and ad-tech platforms have already used ATTEX attention data on live campaigns. That was with one metric. Now we measure every layer — and join them.
- —Performance campaign — adding attention as a parameter improved the quality of click optimisation.
- —Same creative, different surfaces — measured against verified gaze.
- —Performance campaign — adding attention as a parameter improved the quality of click optimisation.
- —Optimised to drive time with the target group — fixation time as the success metric.
One database. Plug it into your stack.
We are not a dashboard vendor. ATTEX is the shared foundation — a transparent, auditable database that media, AI and the marketing industry can build on, compare against, and trust.
Stream to S3, BigQuery or Snowflake — or query the JSON API directly. Same schema either way.
Push events into your bidder, MMM, MTA model or LLM training set as they happen.
Stable panelist IDs, creative IDs, surface and content IDs — built to join with your stack.
Consented panel, GDPR-grade documentation. Auditable lineage on every metric.
// Pull verified attention + behaviour for a creative
const r = await attex.query({
audience: { age: [25, 44], gender: "female", market: "SE" },
surface: ["ig_feed", "tiktok", "ctv"],
creative: "volvo_ex30_q2_15s",
metrics: ["attention_rate", "fixation_ms", "co_exposure"],
window: "last_14d",
});
// → joinable to your DSP, MMM, brand-lift study, ID graph or LLM
attex.streamTo(s3 ?? bigquery ?? snowflake);
Same calls, same schema — whether you stream raw events, batch-export to your warehouse or query the JSON API.