OBJECT

AnalyticsTopGeocountry

A top media with its analytics

link GraphQL Schema definition

  • type AnalyticsTopGeocountry {
  • artist: Artist!
  • country: AnalyticsCountry!
  • # downloads metric
  • downloads: [AnalyticsMetric!]!
  • id: ID!
  • media: Media!
  • # saves metric
  • saves: [AnalyticsMetric!]!
  • # skips metric
  • skips: [AnalyticsMetric!]!
  • # streams metric
  • streams: [AnalyticsMetric!]!
  • # total for downloads for all networks for all dates
  • total_downloads: Int
  • # total for saves for all networks for all dates
  • total_saves: Int
  • # total for skips for all networks for all dates
  • total_skips: Int
  • # total for streams for all networks for all dates
  • total_streams: Int!
  • }