Class: Google::Analytics::Admin::V1alpha::FetchConnectedGa4PropertyResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::FetchConnectedGa4PropertyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response for looking up GA4 property connected to a UA property.
Instance Attribute Summary collapse
-
#property ⇒ ::String
The GA4 property connected to the UA property.
Instance Attribute Details
#property ⇒ ::String
Returns 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.
2413 2414 2415 2416 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2413 class FetchConnectedGa4PropertyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |