Struct google_adexchangebuyer1d4::AccountBidderLocation [] [src]

pub struct AccountBidderLocation {
    pub url: Option<String>,
    pub region: Option<String>,
    pub bid_protocol: Option<String>,
    pub maximum_qps: Option<i32>,
}

Your bidder locations that have distinct URLs.

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

Fields

The URL to which the Ad Exchange will send bid requests.

The geographical region the Ad Exchange should send requests from. Only used by some quota systems, but always setting the value is recommended. Allowed values:
- ASIA - EUROPE - US_EAST - US_WEST

The protocol that the bidder endpoint is using. OpenRTB protocols with prefix PROTOCOL_OPENRTB_PROTOBUF use proto buffer, otherwise use JSON. Allowed values:
- PROTOCOL_ADX - PROTOCOL_OPENRTB_2_2 - PROTOCOL_OPENRTB_2_3 - PROTOCOL_OPENRTB_2_4 - PROTOCOL_OPENRTB_2_5 - PROTOCOL_OPENRTB_PROTOBUF_2_3 - PROTOCOL_OPENRTB_PROTOBUF_2_4 - PROTOCOL_OPENRTB_PROTOBUF_2_5

The maximum queries per second the Ad Exchange will send.

Trait Implementations

impl Default for AccountBidderLocation
[src]

[src]

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

impl Clone for AccountBidderLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AccountBidderLocation
[src]

[src]

Formats the value using the given formatter.

impl NestedType for AccountBidderLocation
[src]

impl Part for AccountBidderLocation
[src]