Show / Hide Table of Contents

Class UserProvidedDataSettings

Configuration for user-provided data collection. This is a singleton resource for a Google Analytics property.

Inheritance
object
UserProvidedDataSettings
Implements
IMessage<UserProvidedDataSettings>
IEquatable<UserProvidedDataSettings>
IDeepCloneable<UserProvidedDataSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UserProvidedDataSettings : IMessage<UserProvidedDataSettings>, IEquatable<UserProvidedDataSettings>, IDeepCloneable<UserProvidedDataSettings>, IBufferMessage, IMessage

Constructors

UserProvidedDataSettings()

Declaration
public UserProvidedDataSettings()

UserProvidedDataSettings(UserProvidedDataSettings)

Declaration
public UserProvidedDataSettings(UserProvidedDataSettings other)
Parameters
Type Name Description
UserProvidedDataSettings other

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
public bool AutomaticallyDetectedDataCollectionEnabled { get; set; }
Property Value
Type Description
bool

Name

Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"

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

UserProvidedDataCollectionEnabled

Optional. Whether this property accepts user-provided data sent to it.

Declaration
public bool UserProvidedDataCollectionEnabled { get; set; }
Property Value
Type Description
bool

UserProvidedDataSettingsName

UserProvidedDataSettingsName-typed view over the Name resource name property.

Declaration
public UserProvidedDataSettingsName UserProvidedDataSettingsName { get; set; }
Property Value
Type Description
UserProvidedDataSettingsName
In this article
Back to top Generated by DocFX