// How it works

One pixel. Real identities. Five minutes.

No SDK, no tag manager gymnastics, no waiting for a data team. Here is the exact pipeline that runs every time a human visits your site.

01

Drop the pixel

Paste one async <script> in your <head>. 1.4kb gzipped, zero blocking, no cookies set on your domain. Most teams ship it in under 5 minutes — no engineering ticket.

02

Capture the signal

When a real visitor hits your site we hash signals (IP, UA, behavioral fingerprint, consented co-op IDs) and pass them to the identity graph. Nothing PII ever lands in your browser.

03

Resolve against the graph

We match against a 500M+ work-identity graph (B2B) and a 280M+ consented consumer graph (B2C). Sub-200ms p95 — the result is back before your next pageview.

04

Score the match

Every identity ships with a 0.00–1.00 confidence score. You set the minimum per destination — loose for ads, strict for outbound.

05

Ship to your stack

Webhook, Slack, HubSpot, Salesforce, Segment, Customer.io, S3 — same payload, your filters. New identities show up in your tools within seconds.

// what makes it different

B2B and B2C in the same pixel.

Most competitors force you to choose: identify the buying committee, or identify the shopper. We resolve both off one tag — then route by intent.

  • Same script, two graphs
  • Per-destination confidence thresholds
  • Flat pricing — never billed per match
  • GDPR / CCPA compliant by default
POST /webhooks/pixelyeah
{
  "audience": "b2b",
  "confidence": 0.91,
  "person": {
    "email": "sarah@figma.com",
    "name": "Sarah Mitchell",
    "title": "VP Growth",
    "linkedin": "in/sarahmitchell"
  },
  "company": {
    "domain": "figma.com",
    "employees": "1000-5000"
  },
  "session": {
    "pages": ["/pricing", "/enterprise"],
    "first_seen": "2026-06-23T20:14:02Z"
  }
}

Ready in the time it takes to make coffee.