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