OBJECT

AudioAnalyticsByCountry

Audio Analytics By Country

link GraphQL Schema definition

  • type AudioAnalyticsByCountry {
  • # country
  • country: AnalyticsCountry!
  • id: ID!
  • # listeners metric
  • listeners: [AnalyticsMetric!]!
  • # streams metric
  • streams: [AnalyticsMetric!]!
  • # total listeners for a given network
  • total_listeners: Int
  • # total streams for a given network
  • total_streams: Int!
  • }