Struct gapi_grpc::google::ads::googleads::v4::resources::DetailPlacementView [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,