Reference documentation and code samples for the Google Analytics Admin V1alpha Client class FetchConnectedGa4PropertyRequest.
Request for looking up GA4 property connected to a UA property.
Generated from protobuf message google.analytics.admin.v1alpha.FetchConnectedGa4PropertyRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ property |
string
Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234 |
getProperty
Required. The UA property for which to look up the connected GA4 property.
Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234
Returns | |
---|---|
Type | Description |
string |
setProperty
Required. The UA property for which to look up the connected GA4 property.
Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |