Class: Google::Analytics::Admin::V1alpha::ConnectedSiteTag
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ConnectedSiteTag
- 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
-
#display_name ⇒ ::String
Required.
-
#tag_id ⇒ ::String
Required.
Instance Attribute Details
#display_name ⇒ ::String
Returns Required. User-provided display name for the connected site tag. Must be less than 256 characters.
1509 1510 1511 1512 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1509 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).
1509 1510 1511 1512 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1509 class ConnectedSiteTag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |