Struct gapi_grpc::google::analytics::admin::v1alpha::EnhancedMeasurementSettings[][src]

pub struct EnhancedMeasurementSettings {
    pub name: String,
    pub stream_enabled: bool,
    pub page_views_enabled: bool,
    pub scrolls_enabled: bool,
    pub outbound_clicks_enabled: bool,
    pub site_search_enabled: bool,
    pub video_engagement_enabled: bool,
    pub file_downloads_enabled: bool,
    pub page_loads_enabled: bool,
    pub page_changes_enabled: bool,
    pub search_query_parameter: String,
    pub uri_query_parameter: String,
}
[]

Singleton resource under a WebDataStream, configuring measurement of additional site interactions and content.

Fields

name: String
[]

Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings Example: “properties/1000/webDataStreams/2000/enhancedMeasurementSettings”

stream_enabled: bool
[]

Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream.

Changing this value does not affect the settings themselves, but determines whether they are respected.

page_views_enabled: bool
[]

Output only. If enabled, capture a page view event each time a page loads or the website changes the browser history state.

scrolls_enabled: bool
[]

If enabled, capture scroll events each time a visitor gets to the bottom of a page.

outbound_clicks_enabled: bool
[]

If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.

site_search_enabled: bool
[]

If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).

video_engagement_enabled: bool
[]

If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.

file_downloads_enabled: bool
[]

If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.

page_loads_enabled: bool
[]

Output only. If enabled, capture a page view event each time a page loads.

page_changes_enabled: bool
[]

If enabled, capture a page view event each time the website changes the browser history state.

search_query_parameter: String
[]

Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.

uri_query_parameter: String
[]

Additional URL query parameters. Max length is 1024 characters.

Trait Implementations

impl Clone for EnhancedMeasurementSettings[src][+]

impl Debug for EnhancedMeasurementSettings[src][+]

impl Default for EnhancedMeasurementSettings[src][+]

impl Message for EnhancedMeasurementSettings[src][+]

impl PartialEq<EnhancedMeasurementSettings> for EnhancedMeasurementSettings[src][+]

impl StructuralPartialEq for EnhancedMeasurementSettings[src]

Auto Trait Implementations

impl RefUnwindSafe for EnhancedMeasurementSettings

impl Send for EnhancedMeasurementSettings

impl Sync for EnhancedMeasurementSettings

impl Unpin for EnhancedMeasurementSettings

impl UnwindSafe for EnhancedMeasurementSettings

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][+]