Struct gapi_grpc::google::ads::googleads::v5::resources::ClickView [−][src]
A click view with metrics aggregated at each click level, including both valid and invalid clicks. For non-Search campaigns, metrics.clicks represents the number of valid and invalid interactions. Queries including ClickView must have a filter limiting the results to one day and can be requested for dates back to 90 days before the time of the request.
Fields
resource_name: String
Output only. The resource name of the click view. Click view resource names have the form:
customers/{customer_id}/clickViews/{date (yyyy-MM-dd)}~{gclid}
gclid: String
Output only. The Google Click ID.
area_of_interest: Option<ClickLocation>
Output only. The location criteria matching the area of interest associated with the impression.
location_of_presence: Option<ClickLocation>
Output only. The location criteria matching the location of presence associated with the impression.
page_number: i64
Output only. Page number in search results where the ad was shown.
ad_group_ad: String
Output only. The associated ad.
campaign_location_target: String
Output only. The associated campaign location target, if one exists.
user_list: String
Output only. The associated user list, if one exists.
Trait Implementations
impl Clone for ClickView
[src][+]
impl Debug for ClickView
[src][+]
impl Default for ClickView
[src][+]
impl Message for ClickView
[src][+]
impl PartialEq<ClickView> for ClickView
[src][+]
impl StructuralPartialEq for ClickView
[src]
Auto Trait Implementations
impl RefUnwindSafe for ClickView
impl Send for ClickView
impl Sync for ClickView
impl Unpin for ClickView
impl UnwindSafe for ClickView
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>,