Class GoogleAnalyticsAdminV1alphaUserProvidedDataSettings
Configuration for user-provided data collection. This is a singleton resource for a Google Analytics property.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaUserProvidedDataSettings : IDirectResponseSchema
Properties
AutomaticallyDetectedDataCollectionEnabled
Optional. Whether this property allows a Google Tag to automatically collect user-provided data from your
website. This setting only takes effect if user_provided_data_collection_enabled is also true.
Declaration
[JsonProperty("automaticallyDetectedDataCollectionEnabled")]
public virtual bool? AutomaticallyDetectedDataCollectionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserProvidedDataCollectionEnabled
Optional. Whether this property accepts user-provided data sent to it.
Declaration
[JsonProperty("userProvidedDataCollectionEnabled")]
public virtual bool? UserProvidedDataCollectionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |