Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[][src]

pub struct GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings {
    pub file_downloads_enabled: Option<bool>,
    pub name: Option<String>,
    pub outbound_clicks_enabled: Option<bool>,
    pub page_changes_enabled: Option<bool>,
    pub page_loads_enabled: Option<bool>,
    pub page_views_enabled: Option<bool>,
    pub scrolls_enabled: Option<bool>,
    pub search_query_parameter: Option<String>,
    pub site_search_enabled: Option<bool>,
    pub stream_enabled: Option<bool>,
    pub uri_query_parameter: Option<String>,
    pub video_engagement_enabled: Option<bool>,
}

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

file_downloads_enabled: Option<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.

name: Option<String>

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

outbound_clicks_enabled: Option<bool>

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

page_changes_enabled: Option<bool>

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

page_loads_enabled: Option<bool>

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

page_views_enabled: Option<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: Option<bool>

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

search_query_parameter: Option<String>

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

site_search_enabled: Option<bool>

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

stream_enabled: Option<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.

uri_query_parameter: Option<String>

Additional URL query parameters. Max length is 1024 characters.

video_engagement_enabled: Option<bool>

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

Trait Implementations

impl Clone for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

impl Debug for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

impl Default for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

impl RequestValue for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

impl ResponseResult for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

impl Serialize for GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.