Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings

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

Inheritance
object
GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileDownloadsEnabled

If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.

Declaration
[JsonProperty("fileDownloadsEnabled")]
public virtual bool? FileDownloadsEnabled { get; set; }
Property Value
Type Description
bool?

FormInteractionsEnabled

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

Declaration
[JsonProperty("formInteractionsEnabled")]
public virtual bool? FormInteractionsEnabled { get; set; }
Property Value
Type Description
bool?

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OutboundClicksEnabled

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

Declaration
[JsonProperty("outboundClicksEnabled")]
public virtual bool? OutboundClicksEnabled { get; set; }
Property Value
Type Description
bool?

PageChangesEnabled

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

Declaration
[JsonProperty("pageChangesEnabled")]
public virtual bool? PageChangesEnabled { get; set; }
Property Value
Type Description
bool?

ScrollsEnabled

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

Declaration
[JsonProperty("scrollsEnabled")]
public virtual bool? ScrollsEnabled { get; set; }
Property Value
Type Description
bool?

SearchQueryParameter

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

Declaration
[JsonProperty("searchQueryParameter")]
public virtual string SearchQueryParameter { get; set; }
Property Value
Type Description
string

SiteSearchEnabled

If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).

Declaration
[JsonProperty("siteSearchEnabled")]
public virtual bool? SiteSearchEnabled { get; set; }
Property Value
Type Description
bool?

StreamEnabled

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.

Declaration
[JsonProperty("streamEnabled")]
public virtual bool? StreamEnabled { get; set; }
Property Value
Type Description
bool?

UriQueryParameter

Additional URL query parameters. Max length is 1024 characters.

Declaration
[JsonProperty("uriQueryParameter")]
public virtual string UriQueryParameter { get; set; }
Property Value
Type Description
string

VideoEngagementEnabled

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

Declaration
[JsonProperty("videoEngagementEnabled")]
public virtual bool? VideoEngagementEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX