GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings class

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

Constructors

GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings({bool? fileDownloadsEnabled, String? name, bool? outboundClicksEnabled, bool? pageChangesEnabled, bool? pageLoadsEnabled, bool? pageViewsEnabled, bool? scrollsEnabled, String? searchQueryParameter, bool? siteSearchEnabled, bool? streamEnabled, String? uriQueryParameter, bool? videoEngagementEnabled})
GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.fromJson(Map _json)

Properties

fileDownloadsEnabled 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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of this Data Stream.
getter/setter pair
outboundClicksEnabled bool?
If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.
getter/setter pair
pageChangesEnabled bool?
If enabled, capture a page view event each time the website changes the browser history state.
getter/setter pair
pageLoadsEnabled bool?
If enabled, capture a page view event each time a page loads.
getter/setter pair
pageViewsEnabled bool?
If enabled, capture a page view event each time a page loads or the website changes the browser history state.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollsEnabled bool?
If enabled, capture scroll events each time a visitor gets to the bottom of a page.
getter/setter pair
searchQueryParameter String?
URL query parameters to interpret as site search parameters.
getter/setter pair
siteSearchEnabled bool?
If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).
getter/setter pair
streamEnabled bool?
Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream.
getter/setter pair
uriQueryParameter String?
Additional URL query parameters.
getter/setter pair
videoEngagementEnabled bool?
If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited