Reference documentation and code samples for the Google Analytics Admin V1alpha Client class FetchConnectedGa4PropertyResponse.
Response for looking up GA4 property connected to a UA property.
Generated from protobuf message google.analytics.admin.v1alpha.FetchConnectedGa4PropertyResponse
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ property |
string
The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property. Format: properties/{property_id} Example: properties/1234 |
getProperty
The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property.
Format: properties/{property_id} Example: properties/1234
Returns | |
---|---|
Type | Description |
string |
setProperty
The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property.
Format: properties/{property_id} Example: properties/1234
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |