OBJECT
AudioAnalyticsByCountry
Audio Analytics By Country
link GraphQL Schema definition
- type AudioAnalyticsByCountry {
- # country
- AnalyticsCountry! :
- ID! :
- # listeners metric
- AnalyticsMetric!]! : [
- # streams metric
- AnalyticsMetric!]! : [
- # total listeners for a given network
- Int :
- # total streams for a given network
- Int! :
- }