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 \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
bool |
|
setOptOut
The opt out status for the UA property.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|