Class: Google::Analytics::Admin::V1alpha::FetchConnectedGa4PropertyRequest

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

Request for looking up GA4 property connected to a UA property.

Instance Attribute Summary collapse

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.

Returns:

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



2270
2271
2272
2273
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2270

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