Statistics

The Statistics Endpoint allows you to query all statistical Data from all nexxOMNIA/nexxPLAY Environments by API. All Endpoints return an Object with "day" as Key and "KPI" as Value, unless otherwise indicated.

Please notice, that this Endpoint uses a different Set of Parameters as the usual Media Endpoints. Please make sure, that the mandatory Parameters are set.

You will find the full List of Parameters for all Statistic Endpoints at the End of this Section.

Media Performance

/displaysbyday

GET https://api.nexx.cloud/v3.1/statistics/displaysbyday

/playerstartsbyday

GET https://api.nexx.cloud/v3.1/statistics/playerstartsbyday

/viewsbyday

GET https://api.nexx.cloud/v3.1/statistics/viewsbyday

/downloadsbyday

GET https://api.nexx.cloud/v3.1/statistics/downloadsbyday

/clicksbyday

GET https://api.nexx.cloud/v3.1/statistics/clicksbyday

You can replace "byday" for Displays, PlayerStarts, Views, Downloads and Clicks with "byhour" or "byweekday" if you need the Results to be grouped by the respective timeframe.

/viewsexternalbyday

GET https://api.nexx.cloud/v3.1/statistics/viewsexternalbyday

/viewtimebyday

GET https://api.nexx.cloud/v3.1/statistics/viewtimebyday

the returned KPI is the absolute View Time (in Minutes)

/viewtimeaveragebyday

GET https://api.nexx.cloud/v3.1/statistics/viewtimeaveragebyday

the returned KPI is the average View Time (in Minutes)

/viewprogressbyday

GET https://api.nexx.cloud/v3.1/statistics/viewprogressbyday

the returned KPI is an Object with the predefined Progress Slides per Day

/itemlist

GET https://api.nexx.cloud/v3.1/statistics/itemlist

the returned KPI is an Object with Media ID as Key and KPI Value as Value. The Result Set will include all Media Items, that had a Performance > 0 on that KPI of the given Period.

Path Parameters

Charts

The Chart Endpoints return an Object with Media ID as Key and KPI as Value.

/chartsbydisplays

GET https://api.nexx.cloud/v3.1/statistics/chartsbydisplays

/chartsbyplayerstarts

GET https://api.nexx.cloud/v3.1/statistics/chartsbyplayerstarts

/chartsbyviews

GET https://api.nexx.cloud/v3.1/statistics/chartsbyviews

/chartsbyviewsexternal

GET https://api.nexx.cloud/v3.1/statistics/chartsbyviewsexternal

/chartsbyviewtime

GET https://api.nexx.cloud/v3.1/statistics/chartsbyviewtime

/chartsbyviewtimeaverage

GET https://api.nexx.cloud/v3.1/statistics/chartsbyviewtimeaverage

/chartsbycompletion

GET https://api.nexx.cloud/v3.1/statistics/chartsbycompletion


/chartsbydownloads

GET https://api.nexx.cloud/v3.1/statistics/chartsbydownloads

/chartsbyclicks

GET https://api.nexx.cloud/v3.1/statistics/chartsbyclicks

Path Parameters

Distribution

The Distribution Endpoints return an Object with Distribution Item (for exmaple, Country Code) as Key and Number of Occurences as Value.

/distributionbygateway

GET https://api.nexx.cloud/v3.1/statistics/distributionbygateway

/distributionbydevice

GET https://api.nexx.cloud/v3.1/statistics/distributionbydevice

/distributionbyos

GET https://api.nexx.cloud/v3.1/statistics/distributionbyos

/distributionbybrowser

GET https://api.nexx.cloud/v3.1/statistics/distributionbybrowser

/distributionbydeliverydomain

GET https://api.nexx.cloud/v3.1/statistics/distributionbydeliverydomain

/distributionbyslug

GET https://api.nexx.cloud/v3.1/statistics/distributionbyslug

/distributionbypodcastapp

GET https://api.nexx.cloud/v3.1/statistics/distributionbypodcastapp

/distributionbycountry

GET https://api.nexx.cloud/v3.1/statistics/distributionbycountry

/distributionbychannel

GET https://api.nexx.cloud/v3.1/statistics/distributionbychannel

/distributionbyformat

GET https://api.nexx.cloud/v3.1/statistics/distributionbyformat

/distributionbylicensor

GET https://api.nexx.cloud/v3.1/statistics/distributionbylicensor

RealTime Performance

The RealTime Endpoints will return an Object with Performance KPIs per Gateway (or per Media ID in case of the RealTime Chart Endpoints) for the given Period.

The RealTime Endpoints will not respect any of the given Standard Statistics Parameters below (except "streamtype").

/realtime

GET https://api.nexx.cloud/v3.1/statistics/realtime

Query Parameters

/realtimeexternal

GET https://api.nexx.cloud/v3.1/statistics/realtimeexternal

Query Parameters

/realtimecharts

GET https://api.nexx.cloud/v3.1/statistics/realtimecharts

Query Parameters

/realtimechartsexternal

GET https://api.nexx.cloud/v3.1/statistics/realtimechartsexternal

Query Parameters

Ad Performance

/adrequestsbyday

GET https://api.nexx.cloud/v3.1/statistics/adrequestsbyday

/adimpressionsbyday

GET https://api.nexx.cloud/v3.1/statistics/adimpressionsbyday

/adclicksbyday

GET https://api.nexx.cloud/v3.1/statistics/adclicksbyday

/aderrorsbyday

GET https://api.nexx.cloud/v3.1/statistics/aderrorsbyday

You can replace "byday" in all Cases with "byhour" or "byweekday" if you need the Results to be grouped by the respective timeframe.

User / Session Performance

/registrationsbyday

GET https://api.nexx.cloud/v3.1/statistics/registationsbyday

Query Parameters

/loginsbyday

GET https://api.nexx.cloud/v3.1/statistics/loginsbyday

Query Parameters

Payment Performance

/revenuebyday

GET https://api.nexx.cloud/v3.1/statistics/revenuebyday

Query Parameters

/subscriptionsbyday

GET https://api.nexx.cloud/v3.1/statistics/subscriptionsbyday

the returned KPI is "active Subscriptions" (total) on any given Day

Query Parameters

/subscriptionterminationsbyday

GET https://api.nexx.cloud/v3.1/statistics/subscriptionterminationsbyday

Query Parameters

Special Parameters

Last updated