OBJECT

TopMedia

A top media with its earnings information

link GraphQL Schema definition

  • type TopMedia {
  • client_downloads_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • client_downloads_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • client_gross_revenue_cumulative: Float!
  • client_net_revenue_cumulative: Float!
  • client_streams_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • client_streams_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • client_top_geocountry_net_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • downloads_net_revenue_cumulative: Float!
  • downloads_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • gross_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • id: ID!
  • media: Media!
  • net_revenue_cumulative: Float!
  • # revenue for networks
  • #
  • # Arguments
  • # input: [Not documented]
  • network_revenues(input: NetworkRevenuesCursorInput): [NetworkRevenue!]!
  • streams_net_revenue_cumulative: Float!
  • streams_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • top_geocountry: Geocountry!
  • top_geocountry_revenue_cumulative: Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • total_top_geocountry_net_revenue_cumulative: Float!
  • }