Struct gapi_grpc::google::ads::googleads::v6::resources::ClickView[][src]

pub struct ClickView {
    pub resource_name: String,
    pub gclid: String,
    pub area_of_interest: Option<ClickLocation>,
    pub location_of_presence: Option<ClickLocation>,
    pub page_number: i64,
    pub ad_group_ad: String,
    pub campaign_location_target: String,
    pub user_list: String,
}

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]

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]