Big Data Analytics

The Big Data Analytics (BDA) API lets your server query the same analytics data you see in your Ezoic dashboard: traffic, engagement, site speed, and revenue, broken down by any dimension Ezoic tracks.

The current version is v2 lives in the official API docs:

BDA API v2 Reference

See API for how to enable the service and get your API key. Every request sends the key in the X-API-Key header.

Coming From v1?

v2 replaces the v1 endpoints (getdata, getCustomData, saved custom reports, and segments) with the single POST /query endpoint. See the v1 to v2 migration guide for a full mapping.

The original v1 documentation remains available for existing integrations:

Legacy v1 Docs