Struct gapi_grpc::google::ads::googleads::v7::resources::UserLocationView[][src]

pub struct UserLocationView {
    pub resource_name: String,
    pub country_criterion_id: i64,
    pub targeting_location: bool,
}

A user location view.

User Location View includes all metrics aggregated at the country level, one row per country. It reports metrics at the actual physical location of the user by targeted or not targeted location. If other segment fields are used, you may get more than one row per country.

Fields

resource_name: String

Output only. The resource name of the user location view. UserLocation view resource names have the form:

customers/{customer_id}/userLocationViews/{country_criterion_id}~{targeting_location}

country_criterion_id: i64

Output only. Criterion Id for the country.

targeting_location: bool

Output only. Indicates whether location was targeted or not.

Trait Implementations

impl Clone for UserLocationView[src]

impl Debug for UserLocationView[src]

impl Default for UserLocationView[src]

impl Message for UserLocationView[src]

impl PartialEq<UserLocationView> for UserLocationView[src]

impl StructuralPartialEq for UserLocationView[src]

Auto Trait Implementations

impl RefUnwindSafe for UserLocationView

impl Send for UserLocationView

impl Sync for UserLocationView

impl Unpin for UserLocationView

impl UnwindSafe for UserLocationView

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]