UserProvidedDataSettings

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

JSON representation
{
  "name": string,
  "userProvidedDataCollectionEnabled": boolean,
  "automaticallyDetectedDataCollectionEnabled": boolean
}
Fields
name

string

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

userProvidedDataCollectionEnabled

boolean

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

automaticallyDetectedDataCollectionEnabled

boolean

Optional. Whether this property allows a Google Tag to automatically collect user-provided data from your website. This setting only takes effect if userProvidedDataCollectionEnabled is also true.