Struct google_adexchangebuyer2_v2_beta1::BidMetricsRow[][src]

pub struct BidMetricsRow {
    pub impressions_won: Option<MetricValue>,
    pub row_dimensions: Option<RowDimensions>,
    pub billed_impressions: Option<MetricValue>,
    pub viewable_impressions: Option<MetricValue>,
    pub bids_in_auction: Option<MetricValue>,
    pub measurable_impressions: Option<MetricValue>,
    pub bids: Option<MetricValue>,
}

The set of metrics that are measured in numbers of bids, representing how many bids 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 bids that won an impression.

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

The number of bids for which the buyer was billed.

The number of bids for which the corresponding impression was viewable (as defined by Active View).

The number of bids that were permitted to compete in the auction.

The number of bids for which the corresponding impression was measurable for viewability (as defined by Active View).

The number of bids that Ad Exchange received from the buyer.

Trait Implementations

impl Default for BidMetricsRow
[src]

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

impl Clone for BidMetricsRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BidMetricsRow
[src]

Formats the value using the given formatter. Read more

impl Part for BidMetricsRow
[src]

Auto Trait Implementations