metric property

String? metric
getter/setter pair

Sort by the specified metric. Possible string values are:

  • "METRIC_UNSPECIFIED" : Default value for an unset field. Do not use.
  • "AD_REQUESTS" : The number of requests. The value is an integer.
  • "CLICKS" : The number of times a user clicks an ad. The value is an integer.
  • "ESTIMATED_EARNINGS" : The estimated earnings of the AdMob publisher. The currency unit (USD, EUR, or other) of the earning metrics are determined by the localization setting for currency. The amount is in micros. For example, $6.50 would be represented as 6500000. Estimated earnings per mediation group and per ad source instance level is supported dating back to October 20, 2019. Third-party estimated earnings will show 0 for dates prior to October 20, 2019.
  • "IMPRESSIONS" : The total number of ads shown to users. The value is an integer.
  • "IMPRESSION_CTR" : The ratio of clicks over impressions. The value is a double precision (approximate) decimal value.
  • "MATCHED_REQUESTS" : The number of times ads are returned in response to a request. The value is an integer.
  • "MATCH_RATE" : The ratio of matched ad requests over the total ad requests. The value is a double precision (approximate) decimal value.
  • "OBSERVED_ECPM" : The third-party ad network's estimated average eCPM. The currency unit (USD, EUR, or other) of the earning metrics are determined by the localization setting for currency. The amount is in micros. For example, $2.30 would be represented as 2300000. The estimated average eCPM per mediation group and per ad source instance level is supported dating back to October 20, 2019. Third-party estimated average eCPM will show 0 for dates prior to October 20, 2019.

Implementation

core.String? metric;