OBJECT

SalesTrendsByNetwork

Sales Trends By Network

link GraphQL Schema definition

  • type SalesTrendsByNetwork implements SalesTrend {
  • # Number of album sales
  • album_sales: Float
  • # Asset type associated with the report
  • asset_type: String!
  • # Gross revenue for the month
  • gross_revenue: Float!
  • # Objects Identifier
  • id: ID!
  • # Media type associated with the report
  • media_type: String!
  • # Net revenue for the month
  • net_revenue: Float!
  • # Network associated with the report
  • network: Network!
  • # Number of streams
  • streams: Int!
  • # Number of track sales
  • track_sales: Float!
  • }

link Require by

This element is not required by anyone