OBJECT
AnalyticsTopContent
A top media with its analytics
link GraphQL Schema definition
- type AnalyticsTopContent {
- # downloads metric
- : [AnalyticsMetric!]!
- : ID!
- : Media!
- # streams metric
- : [AnalyticsMetric!]!
- # total for downloads for all networks for all dates
- : Int
- # total for streams for all networks for all dates
- : Int!
- }