OBJECT

AudioAnalyticsByAgegroup

Audio Analytics By Age Group

link GraphQL Schema definition

  • type AudioAnalyticsByAgegroup {
  • # age group
  • age_group: String!
  • id: ID!
  • # number of downloads
  • total_downloads: Int
  • # number of streams
  • total_streams: Int!
  • }