Struct gapi_grpc::google::analytics::admin::v1alpha::EnhancedMeasurementSettings [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,