Struct gapi_grpc::google::ads::googleads::v5::resources::DetailPlacementView[][src]

pub struct DetailPlacementView {
    pub resource_name: String,
    pub placement: Option<String>,
    pub display_name: Option<String>,
    pub group_placement_target_url: Option<String>,
    pub target_url: Option<String>,
    pub placement_type: i32,
}

A view with metrics aggregated by ad group and URL or YouTube video.

Fields

resource_name: String

Output only. The resource name of the detail placement view. Detail placement view resource names have the form:

customers/{customer_id}/detailPlacementViews/{ad_group_id}~{base64_placement}

placement: Option<String>

Output only. The automatic placement string at detail level, e. g. website URL, mobile application ID, or a YouTube video ID.

display_name: Option<String>

Output only. The display name is URL name for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.

group_placement_target_url: Option<String>

Output only. URL of the group placement, e.g. domain, link to the mobile application in app store, or a YouTube channel URL.

target_url: Option<String>

Output only. URL of the placement, e.g. website, link to the mobile application in app store, or a YouTube video URL.

placement_type: i32

Output only. Type of the placement, e.g. Website, YouTube Video, and Mobile Application.

Implementations

impl DetailPlacementView[src]

pub fn placement_type(&self) -> PlacementType[src]

Returns the enum value of placement_type, or the default if the field is set to an invalid enum value.

pub fn set_placement_type(&mut self, value: PlacementType)[src]

Sets placement_type to the provided enum value.

Trait Implementations

impl Clone for DetailPlacementView[src]

impl Debug for DetailPlacementView[src]

impl Default for DetailPlacementView[src]

impl Message for DetailPlacementView[src]

impl PartialEq<DetailPlacementView> for DetailPlacementView[src]

impl StructuralPartialEq for DetailPlacementView[src]

Auto Trait Implementations

impl RefUnwindSafe for DetailPlacementView

impl Send for DetailPlacementView

impl Sync for DetailPlacementView

impl Unpin for DetailPlacementView

impl UnwindSafe for DetailPlacementView

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]