[][src]Struct google_adexchangebuyer2_v2_beta1::AdTechnologyProviders

pub struct AdTechnologyProviders {
    pub has_unidentified_provider: Option<bool>,
    pub detected_provider_ids: Option<Vec<String>>,
}

Detected ad technology provider information.

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

Fields

has_unidentified_provider: Option<bool>

Whether the creative contains an unidentified ad technology provider.

If true for a given creative, any bid submitted with that creative for an impression that will serve to an EEA user will be filtered before the auction.

detected_provider_ids: Option<Vec<String>>

The detected ad technology provider IDs for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider.

If the creative contains provider IDs that are outside of those listed in the BidRequest.adslot.consented_providers_settings.consented_providers field on the (Google bid protocol)[https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto] and the BidRequest.user.ext.consented_providers_settings.consented_providers field on the (OpenRTB protocol)[https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto], and a bid is submitted with that creative for an impression that will serve to an EEA user, the bid will be filtered before the auction.

Trait Implementations

impl Part for AdTechnologyProviders[src]

impl Default for AdTechnologyProviders[src]

impl Clone for AdTechnologyProviders[src]

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

Performs copy-assignment from source. Read more

impl Debug for AdTechnologyProviders[src]

impl Serialize for AdTechnologyProviders[src]

impl<'de> Deserialize<'de> for AdTechnologyProviders[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]