Struct google_adexchangebuyer1d4::PublisherProfileApiProto[][src]

pub struct PublisherProfileApiProto {
    pub google_plus_link: Option<String>,
    pub media_kit_link: Option<String>,
    pub name: Option<String>,
    pub publisher_provided_forecast: Option<PublisherProvidedForecast>,
    pub overview: Option<String>,
    pub buyer_pitch_statement: Option<String>,
    pub is_parent: Option<bool>,
    pub top_headlines: Option<Vec<String>>,
    pub audience: Option<String>,
    pub publisher_profile_id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub programmatic_contact: Option<String>,
    pub publisher_domains: Option<Vec<String>>,
    pub exchange: Option<String>,
    pub rate_card_info_link: Option<String>,
    pub is_published: Option<bool>,
    pub seller: Option<Seller>,
    pub direct_contact: Option<String>,
    pub sample_page_link: Option<String>,
    pub state: Option<String>,
    pub logo_url: Option<String>,
    pub profile_id: Option<i32>,
}

There is no detailed description.

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

Fields

Link to publisher's Google+ page.

The url for additional marketing and sales materials.

no description provided

Publisher provided forecasting information.

Publisher provided overview.

A pitch statement for the buyer

True, if this is the parent profile, which represents all domains owned by the publisher.

Publisher provided key metrics and rankings.

Publisher provided info on its audience.

Unique Id for publisher profile.

Deprecated: use the seller.account_id. The account id of the seller.

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto".

Programmatic contact for the publisher profile.

The list of domains represented in this publisher profile. Empty if this is a parent profile.

Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...

Link to publisher rate card

True, if this profile is published. Deprecated for state.

Seller of the publisher profile.

Direct contact for the publisher profile.

Link for a sample content page.

State of the publisher profile.

The url to the logo for the publisher.

The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher.

Trait Implementations

impl Default for PublisherProfileApiProto
[src]

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

impl Clone for PublisherProfileApiProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PublisherProfileApiProto
[src]

Formats the value using the given formatter. Read more

impl Part for PublisherProfileApiProto
[src]

Auto Trait Implementations