# JubJub Content Performance Analytics

> JubJub Content Performance Analytics is a paid API for AI agents from api.jubjubapp.com, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-14).

Returns cross-platform performance analytics for a specific content item, including views, engagement, watch time, on-chain streaming revenue, and token-holder data.

## Facts

- Endpoint: POST https://api.jubjubapp.com/v2/paid/get_content_analytics
- Price: $0.005000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-jubjubapp-com-01fa7609
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q9dO6DyQJ_HMbTf8wRPOw

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 api-jubjubapp-com-01fa7609 -d '<json body>'
```

Example prompt: Pull up the full performance analytics for my JubJub content item abc123 — I want to see views, engagement, watch time across all platforms, plus any on-chain streaming revenue and who the token holders are.

## When to prefer this

Use this endpoint when you need a unified, single-call view of how a specific content item is performing across all platforms simultaneously, especially when you also need on-chain revenue and token-holder context. Prefer this over platform-specific analytics APIs or separate revenue endpoints when you want all performance signals in one response for a single piece of content.

## Known failure modes

- Content ID not found or not owned by the requesting wallet — 404 or authorization error
- Invalid or missing content identifier in request body — 400 bad request
- On-chain data unavailable or contract not yet deployed — partial data returned or error
- Insufficient USDC balance to cover the $0.005 per-call fee — payment failure
- Rate limiting or quota exceeded — 429 too many requests

## How this service works

Performance analytics for a specific piece of content across all platforms — views, engagement, watch time, plus on-chain streaming revenue and token-holder data.

## Output

Returns aggregated cross-platform performance data for the requested content item: view counts, engagement rates, watch time, per-platform breakdowns, cumulative on-chain USDC streaming revenue, and token-holder addresses with their basis-point allocations.

## Example request

```json
{
 "platform": "all",
 "content_id": "abc123",
 "time_period": "30d"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-jubjubapp-com-01fa7609/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jubjubapp.com](https://www.zero.xyz/host/api.jubjubapp.com/llms.txt)
