[][src]Struct google_adexchangebuyer2_v2_beta1::BidMetricsRow

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

impressions_won: Option<MetricValue>

The number of bids that won an impression.

row_dimensions: Option<RowDimensions>

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

billed_impressions: Option<MetricValue>

The number of bids for which the buyer was billed.

viewable_impressions: Option<MetricValue>

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

bids_in_auction: Option<MetricValue>

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

measurable_impressions: Option<MetricValue>

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

bids: Option<MetricValue>

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

Trait Implementations

impl Part for BidMetricsRow[src]

impl Default for BidMetricsRow[src]

impl Clone for BidMetricsRow[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for BidMetricsRow[src]

impl Serialize for BidMetricsRow[src]

impl<'de> Deserialize<'de> for BidMetricsRow[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]