What is Agentic Pixel?
Agentic Pixel is Scavio's drop-in JS snippet (and server-side counterpart) that detects and classifies incoming visits as human, classic bot, or LLM agent. It reads user-agent, behavioral fingerprint, and Scavio's maintained signature database to attribute visits to specific agents (ChatGPT Agent, Claude Computer Use, Perplexity crawler, OpenAI Operator). Results feed directly into GA4, Segment, or warehouse pipelines for the new agentic-traffic analytics segment.
Example Response
{ "visit_id": "v_22", "classification": "llm_agent", "agent_name": "chatgpt_agent", "confidence": 0.94 }Use Cases
- Agentic traffic analytics on marketing sites
- Differential serving for human versus agent visitors
- Robots.txt and throttling policy inputs
- AEO attribution models
Why Agentic Pixel Matters
Classic analytics cannot distinguish an LLM agent from a human; agentic pixel is the measurement layer every marketing team will need as agentic traffic grows past 10% of visits.