OBJECT
SalesTrendsByCountry
User Sales Trends By Country Code
link GraphQL Schema definition
- type SalesTrendsByCountry implements SalesTrend {
- # Number of album sales
- : Float
- # Asset type associated with the report
- : String!
- # Country code associated with the report
- : AnalyticsCountryCode!
- # Country name associated with the report
- : String!
- # Gross revenue for the month
- : Float!
- # Objects Identifier
- : ID!
- # Media type associated with the report
- : String!
- # Net revenue for the month
- : Float!
- # Number of streams
- : Int!
- # Number of track sales
- : Float!
- }
link Require by
This element is not required by anyone