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>,
}Expand description
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
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more