Reference documentation and code samples for the Google Analytics Admin V1alpha Client class UserProvidedDataSettings.
Configuration for user-provided data collection. This is a singleton resource for a Google Analytics property.
Generated from protobuf message google.analytics.admin.v1alpha.UserProvidedDataSettings
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
↳ user_provided_data_collection_enabled
bool
Optional. Whether this property accepts user-provided data sent to it.
↳ automatically_detected_data_collection_enabled
bool
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.
getName
Identifier. Resource name of this setting.
Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
string
setName
Identifier. Resource name of this setting.
Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
var
string
$this
getUserProvidedDataCollectionEnabled
Optional. Whether this property accepts user-provided data sent to it.
bool
setUserProvidedDataCollectionEnabled
Optional. Whether this property accepts user-provided data sent to it.
var
bool
$this
getAutomaticallyDetectedDataCollectionEnabled
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.
bool
setAutomaticallyDetectedDataCollectionEnabled
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.
var
bool
$this

