Google Analytics Admin V1alpha Client - Class UserProvidedDataSettings (0.32.0)

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 \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
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"

Returns
Type Description
string

setName

Identifier. Resource name of this setting.

Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"

Parameter
Name Description
var string
Returns
Type Description
$this

getUserProvidedDataCollectionEnabled

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

Returns
Type Description
bool

setUserProvidedDataCollectionEnabled

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

Parameter
Name Description
var bool
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var bool
Returns
Type Description
$this