OBJECT

SalesTrendsByCountry

User Sales Trends By Country Code

link GraphQL Schema definition

  • type SalesTrendsByCountry implements SalesTrend {
  • # Number of album sales
  • album_sales: Float
  • # Asset type associated with the report
  • asset_type: String!
  • # Country code associated with the report
  • country_code: AnalyticsCountryCode!
  • # Country name associated with the report
  • country_name: 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!
  • # Number of streams
  • streams: Int!
  • # Number of track sales
  • track_sales: Float!
  • }

link Require by

This element is not required by anyone