Google Analytics Admin V1alpha Client - Class FetchAutomatedGa4ConfigurationOptOutResponse (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class FetchAutomatedGa4ConfigurationOptOutResponse.

Response message for fetching the opt out status for the automated GA4 setup process.

Generated from protobuf message google.analytics.admin.v1alpha.FetchAutomatedGa4ConfigurationOptOutResponse

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ opt_out bool

The opt out status for the UA property.

getOptOut

The opt out status for the UA property.

Returns
TypeDescription
bool

setOptOut

The opt out status for the UA property.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this