GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings (google_api_analytics_admin v0.2.0) View Source
Singleton resource under a WebDataStream, configuring measurement of additional site interactions and content.
Attributes
-
articlesAndBlogsEnabled
(type:boolean()
, default:nil
) - Capture events when your visitors view content on your site that has articles or blog posts. -
contentViewsEnabled
(type:boolean()
, default:nil
) - Capture events when your visitors view content on your site that has structured data (eg, articles, blog posts, product details screens, etc.). -
dataTaggedElementClicksEnabled
(type:boolean()
, default:nil
) - If enabled, capture a click event each time a visitor clicks a link or element that has data attributes beginning with "data-ga". -
excludedDomains
(type:String.t
, default:nil
) - Domains to exclude from measurement. Max length is 1024 characters. -
fileDownloadsEnabled
(type:boolean()
, default:nil
) - If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension. -
formInteractionsEnabled
(type:boolean()
, default:nil
) - If enabled, capture a view search results event each time a visitor interacts with a form on your site. -
name
(type:String.t
, default:nil
) - Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings" -
outboundClicksEnabled
(type:boolean()
, default:nil
) - If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain. -
pageChangesEnabled
(type:boolean()
, default:nil
) - If enabled, capture a page view event each time the website changes the browser history state. -
pageLoadsEnabled
(type:boolean()
, default:nil
) - If enabled, capture a page view event each time a page loads. -
pageViewsEnabled
(type:boolean()
, default:nil
) - Output only. If enabled, capture a page view event each time a page loads or the website changes the browser history state. -
productsAndEcommerceEnabled
(type:boolean()
, default:nil
) - Capture events when your visitors view content on your site that has product details screens, etc. -
scrollsEnabled
(type:boolean()
, default:nil
) - If enabled, capture scroll events each time a visitor gets to the bottom of a page. -
searchQueryParameter
(type:String.t
, default:nil
) - Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty. -
siteSearchEnabled
(type:boolean()
, default:nil
) - If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter). -
streamEnabled
(type:boolean()
, default:nil
) - 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. -
urlQueryParameter
(type:String.t
, default:nil
) - Additional URL query parameters. Max length is 1024 characters. -
videoEngagementEnabled
(type:boolean()
, default:nil
) - If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings{ articlesAndBlogsEnabled: boolean(), contentViewsEnabled: boolean(), dataTaggedElementClicksEnabled: boolean(), excludedDomains: String.t(), fileDownloadsEnabled: boolean(), formInteractionsEnabled: boolean(), name: String.t(), outboundClicksEnabled: boolean(), pageChangesEnabled: boolean(), pageLoadsEnabled: boolean(), pageViewsEnabled: boolean(), productsAndEcommerceEnabled: boolean(), scrollsEnabled: boolean(), searchQueryParameter: String.t(), siteSearchEnabled: boolean(), streamEnabled: boolean(), urlQueryParameter: String.t(), videoEngagementEnabled: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.