Class: Google::Analytics::Admin::V1alpha::GetGlobalSiteTagRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GetGlobalSiteTagRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for GetGlobalSiteTag RPC.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag
Example: properties/123/dataStreams/456/globalSiteTag
.
423 424 425 426 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 423 class GetGlobalSiteTagRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |