Class Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#file_downloads_enabled

def file_downloads_enabled() -> ::Boolean
Returns
  • (::Boolean) — If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.

#file_downloads_enabled=

def file_downloads_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.
Returns
  • (::Boolean) — 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

def name() -> ::String
Returns
  • (::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

def outbound_clicks_enabled() -> ::Boolean
Returns
  • (::Boolean) — If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.

#outbound_clicks_enabled=

def outbound_clicks_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.
Returns
  • (::Boolean) — If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.

#page_changes_enabled

def page_changes_enabled() -> ::Boolean
Returns
  • (::Boolean) — If enabled, capture a page view event each time the website changes the browser history state.

#page_changes_enabled=

def page_changes_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If enabled, capture a page view event each time the website changes the browser history state.
Returns
  • (::Boolean) — If enabled, capture a page view event each time the website changes the browser history state.

#page_loads_enabled

def page_loads_enabled() -> ::Boolean
Returns
  • (::Boolean) — Output only. If enabled, capture a page view event each time a page loads.

#page_views_enabled

def page_views_enabled() -> ::Boolean
Returns
  • (::Boolean) — Output only. If enabled, capture a page view event each time a page loads or the website changes the browser history state.

#scrolls_enabled

def scrolls_enabled() -> ::Boolean
Returns
  • (::Boolean) — If enabled, capture scroll events each time a visitor gets to the bottom of a page.

#scrolls_enabled=

def scrolls_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If enabled, capture scroll events each time a visitor gets to the bottom of a page.
Returns
  • (::Boolean) — If enabled, capture scroll events each time a visitor gets to the bottom of a page.

#search_query_parameter

def search_query_parameter() -> ::String
Returns
  • (::String) — Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.

#search_query_parameter=

def search_query_parameter=(value) -> ::String
Parameter
  • value (::String) — Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.
Returns
  • (::String) — Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.

#site_search_enabled

def site_search_enabled() -> ::Boolean
Returns
  • (::Boolean) — If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).

#site_search_enabled=

def site_search_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).
Returns
  • (::Boolean) — 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

def stream_enabled() -> ::Boolean
Returns
  • (::Boolean) — 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.

#stream_enabled=

def stream_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

Returns
  • (::Boolean) — 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

def uri_query_parameter() -> ::String
Returns
  • (::String) — Additional URL query parameters. Max length is 1024 characters.

#uri_query_parameter=

def uri_query_parameter=(value) -> ::String
Parameter
  • value (::String) — Additional URL query parameters. Max length is 1024 characters.
Returns
  • (::String) — Additional URL query parameters. Max length is 1024 characters.

#video_engagement_enabled

def video_engagement_enabled() -> ::Boolean
Returns
  • (::Boolean) — If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.

#video_engagement_enabled=

def video_engagement_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
Returns
  • (::Boolean) — If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.