Struct google_adexchangebuyer2_v2_beta1::ImpressionMetricsRow[][src]

pub struct ImpressionMetricsRow {
    pub available_impressions: Option<MetricValue>,
    pub responses_with_bids: Option<MetricValue>,
    pub row_dimensions: Option<RowDimensions>,
    pub successful_responses: Option<MetricValue>,
    pub inventory_matches: Option<MetricValue>,
    pub bid_requests: Option<MetricValue>,
}

The set of metrics that are measured in numbers of impressions, representing how many impressions with the specified dimension values were considered eligible at each stage of the bidding funnel.

This type is not used in any activity, and only used as part of another schema.

Fields

The number of impressions available to the buyer on Ad Exchange. In some cases this value may be unavailable.

The number of impressions for which Ad Exchange received a response from the buyer that contained at least one applicable bid.

The values of all dimensions associated with metric values in this row.

The number of impressions for which the buyer successfully sent a response to Ad Exchange.

The number of impressions that match the buyer's inventory pretargeting.

The number of impressions for which Ad Exchange sent the buyer a bid request.

Trait Implementations

impl Default for ImpressionMetricsRow
[src]

Returns the "default value" for a type. Read more

impl Clone for ImpressionMetricsRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImpressionMetricsRow
[src]

Formats the value using the given formatter. Read more

impl Part for ImpressionMetricsRow
[src]

Auto Trait Implementations