
- —Retail · Ad recall +18% · Consideration +10%
- —Insurance · Ad recall +19% · Consideration +15%
- —FMCG · Ad recall +19% · Consideration +15%
Directly observed behaviour, engagement and attention — the whole digital day, with real eye-tracking at its core. A shared, auditable database that media, AI and the marketing industry can build on, compare against, and trust.







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.
Tells you what happened on that platform. Nothing about the rest of the day.
Tell you what people think they did. Memory is unreliable.
Fragments of a journey that spans dozens of surfaces — and break the moment a user opens a new app.
The complete digital life of a panelist — passively captured, auditable, ready to query.
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.
of world-leading eye-tracking research at Tobii
across clinical, automotive and assistive industries
engineered into a media-grade panel
Passive background collection across every app on the device — social, video, browsers, audio, AI agents. Gaze captured via the front camera where supported.
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.
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.
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.
520 km on a single charge. Reserve before May 31 and we'll cover your home charger — €1,200 included.
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.
Want to look at the real thing? One day of impressions, gaze and accessibility tree — yours after a 3-field form.
Two reference workflows built on ATTEX data. The tools themselves aren't shipping products — they show what your team could build on top of the API.
Upload a campaign plan, see what actually drove the attention. Placement, creative and context — decomposed.
Ask a strategic question. We answer it with what your audience actually does — not what they say.
Interested in building your own use case on the ATTEX API? Talk to us about access →
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.








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.