Class: Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Singleton resource under a web DataStream, configuring measurement of additional site interactions and content.
Instance Attribute Summary collapse
-
#file_downloads_enabled ⇒ ::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.
-
#form_interactions_enabled ⇒ ::Boolean
If enabled, capture a form interaction event each time a visitor interacts with a form on your website.
-
#name ⇒ ::String
readonly
Output only.
-
#outbound_clicks_enabled ⇒ ::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 ⇒ ::Boolean
If enabled, capture a page view event each time the website changes the browser history state.
-
#scrolls_enabled ⇒ ::Boolean
If enabled, capture scroll events each time a visitor gets to the bottom of a page.
-
#search_query_parameter ⇒ ::String
Required.
-
#site_search_enabled ⇒ ::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 ⇒ ::Boolean
Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream.
-
#uri_query_parameter ⇒ ::String
Additional URL query parameters.
-
#video_engagement_enabled ⇒ ::Boolean
If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
Instance Attribute Details
#file_downloads_enabled ⇒ ::Boolean
Returns If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#form_interactions_enabled ⇒ ::Boolean
Returns If enabled, capture a form interaction event each time a visitor interacts with a form on your website. False by default.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of the Enhanced Measurement Settings. Format: properties/{property_id}/dataStreams/{data_stream}/enhancedMeasurementSettings Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings".
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#outbound_clicks_enabled ⇒ ::Boolean
Returns If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_changes_enabled ⇒ ::Boolean
Returns If enabled, capture a page view event each time the website changes the browser history state.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scrolls_enabled ⇒ ::Boolean
Returns If enabled, capture scroll events each time a visitor gets to the bottom of a page.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_query_parameter ⇒ ::String
Returns Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#site_search_enabled ⇒ ::Boolean
Returns If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream_enabled ⇒ ::Boolean
Returns 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.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri_query_parameter ⇒ ::String
Returns Additional URL query parameters. Max length is 1024 characters.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_engagement_enabled ⇒ ::Boolean
Returns If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
1495 1496 1497 1498 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495 class EnhancedMeasurementSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |