Struct google_adexchangebuyer1d4::Account [] [src]

pub struct Account {
    pub kind: Option<String>,
    pub maximum_total_qps: Option<i32>,
    pub maximum_active_creatives: Option<i32>,
    pub bidder_location: Option<Vec<AccountBidderLocation>>,
    pub cookie_matching_nid: Option<String>,
    pub number_active_creatives: Option<i32>,
    pub id: Option<i32>,
    pub cookie_matching_url: Option<String>,
}

Configuration data for an Ad Exchange buyer account.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Resource type.

The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.

The maximum number of active creatives that an account can have, where a creative is active if it was inserted or bid with in the last 30 days. Please contact your technical account manager if you need to change this.

Your bidder locations that have distinct URLs.

The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.

The number of creatives that this account inserted or bid with in the last 30 days.

Account id.

The base URL used in cookie match requests.

Trait Implementations

impl Default for Account
[src]

[src]

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

impl Clone for Account
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Account
[src]

impl Resource for Account
[src]

impl ResponseResult for Account
[src]