# Tenjin – Why GSC and Referrer Analytics Never Agree on AI-Driven Traffic

> Tenjin – Why GSC and Referrer Analytics Never Agree on AI-Driven Traffic is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves a paid article explaining the attribution blind spots that cause Google Search Console and referrer analytics tools to permanently disagree on AI-assistant-driven traffic.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/athoughts/why-gsc-and-referrer-analytics-never-agree-on-ai-driven-traffic
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-why-gsc-and-referrer-analytics-never-agree-on-ai-driven-traffic-29620826
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DblaO9dp5u6g1-WjN0QYY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-why-gsc-and-referrer-analytics-never-agree-on-ai-driven-traffic-29620826
```

Example prompt: Can you fetch the Tenjin article on why Google Search Console and referrer tools like Plausible and Vercel Analytics never agree on AI-driven traffic — the one about attribution blind spots from AI Overviews and the Gemini app?

## When to prefer this

Choose this endpoint when you need a detailed, expert explanation of why AI-driven web traffic creates permanent disagreements between Google Search Console and referrer-based analytics tools like Plausible or Vercel Analytics. Best suited for SEOs, web analysts, or product teams investigating attribution gaps caused by AI Overviews, the Gemini app, and referrer-stripping behaviors as of mid-2026.

## Known failure modes

- Payment not processed or insufficient USDC balance — endpoint returns 402 Payment Required
- Invalid handle or slug — returns 404 if the article path does not resolve
- Network timeout if the content delivery is slow
- Article may have been unpublished or moved, returning 404 or redirect

## How this service works

The attribution blind spots that make Google Search Console and referrer tools (Vercel Analytics, Plausible) permanently disagree for AI-assistant-driven discovery: AI Overviews blended into ordinary Performance data, the Gemini app as a separate host GSC never sees, and referrer-stripped AI traffic silently landing in 'Direct'. As-of 2026-07-13.

## Output

The full text content of the Tenjin article detailing the three main attribution blind spots: AI Overviews blended into ordinary GSC Performance data, the Gemini app operating as a separate host invisible to GSC, and referrer-stripped AI traffic silently classified as Direct traffic in referrer-based analytics tools.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-why-gsc-and-referrer-analytics-never-agree-on-ai-driven-traffic-29620826/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
