Class: Google::Analytics::Admin::V1alpha::ConnectedSiteTag

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

Configuration for a specific Connected Site Tag.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. User-provided display name for the connected site tag. Must be less than 256 characters.

Returns:

  • (::String)

    Required. User-provided display name for the connected site tag. Must be less than 256 characters.



1432
1433
1434
1435
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1432

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

#tag_id::String

Returns Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).

Returns:

  • (::String)

    Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).



1432
1433
1434
1435
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1432

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