Class: Google::Analytics::Admin::V1alpha::ListConnectedSiteTagsRequest

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 message for ListConnectedSiteTags RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#property::String

Returns The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. A maximum of 20 connected site tags will be returned. Example Format: properties/1234.

Returns:

  • (::String)

    The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. A maximum of 20 connected site tags will be returned. Example Format: properties/1234



2175
2176
2177
2178
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2175

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