Class: Google::Analytics::Admin::V1alpha::FetchConnectedGa4PropertyResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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



2282
2283
2284
2285
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2282

class FetchConnectedGa4PropertyResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end