Struct google_adexchangebuyer2_v2_beta1::api::PublisherProfile[][src]

pub struct PublisherProfile {
Show 17 fields pub audience_description: Option<String>, pub buyer_pitch_statement: Option<String>, pub direct_deals_contact: Option<String>, pub display_name: Option<String>, pub domains: Option<Vec<String>>, pub google_plus_url: Option<String>, pub is_parent: Option<bool>, pub logo_url: Option<String>, pub media_kit_url: Option<String>, pub mobile_apps: Option<Vec<PublisherProfileMobileApplication>>, pub overview: Option<String>, pub programmatic_deals_contact: Option<String>, pub publisher_profile_id: Option<String>, pub rate_card_info_url: Option<String>, pub sample_page_url: Option<String>, pub seller: Option<Seller>, pub top_headlines: Option<Vec<String>>,
}
Expand description

Note: this resource requires whitelisting for access. Please contact your account manager for access to Marketplace resources. Represents a publisher profile (https://support.google.com/admanager/answer/6035806) in Marketplace. All fields are read only. All string fields are free-form text entered by the publisher unless noted otherwise.

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

audience_description: Option<String>

Description on the publisher’s audience.

buyer_pitch_statement: Option<String>

Statement explaining what’s unique about publisher’s business, and why buyers should partner with the publisher.

direct_deals_contact: Option<String>

Contact information for direct reservation deals. This is free text entered by the publisher and may include information like names, phone numbers and email addresses.

display_name: Option<String>

Name of the publisher profile.

domains: Option<Vec<String>>

The list of domains represented in this publisher profile. Empty if this is a parent profile. These are top private domains, meaning that these will not contain a string like “photos.google.co.uk/123”, but will instead contain “google.co.uk”.

google_plus_url: Option<String>

URL to publisher’s Google+ page.

is_parent: Option<bool>

Indicates if this profile is the parent profile of the seller. A parent profile represents all the inventory from the seller, as opposed to child profile that is created to brand a portion of inventory. One seller should have only one parent publisher profile, and can have multiple child profiles. Publisher profiles for the same seller will have same value of field google.ads.adexchange.buyer.v2beta1.PublisherProfile.seller. See https://support.google.com/admanager/answer/6035806 for details.

logo_url: Option<String>

A Google public URL to the logo for this publisher profile. The logo is stored as a PNG, JPG, or GIF image.

media_kit_url: Option<String>

URL to additional marketing and sales materials.

mobile_apps: Option<Vec<PublisherProfileMobileApplication>>

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

overview: Option<String>

Overview of the publisher.

programmatic_deals_contact: Option<String>

Contact information for programmatic deals. This is free text entered by the publisher and may include information like names, phone numbers and email addresses.

publisher_profile_id: Option<String>

Unique ID for publisher profile.

rate_card_info_url: Option<String>

URL to a publisher rate card.

sample_page_url: Option<String>

URL to a sample content page.

seller: Option<Seller>

Seller of the publisher profile.

top_headlines: Option<Vec<String>>

Up to three key metrics and rankings. Max 100 characters each. For example “#1 Mobile News Site for 20 Straight Months”.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.