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