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

Inherits:
Object
  • Object
show all
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

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.

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.



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::Boolean)

    If enabled, capture a form interaction event each time a visitor interacts with a form on your website. False by default.



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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".

Returns:

  • (::String)

    Output only. Resource name of the Enhanced Measurement Settings. Format: properties/{property_id}/dataStreams/{data_stream}/enhancedMeasurementSettings Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::Boolean)

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



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::Boolean)

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



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::Boolean)

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



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::String)

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



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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).

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).



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

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.



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::String)

    Additional URL query parameters. Max length is 1024 characters.



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

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.

Returns:

  • (::Boolean)

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



1418
1419
1420
1421
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1418

class EnhancedMeasurementSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end