Class: Google::Analytics::Admin::V1alpha::GlobalSiteTag
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GlobalSiteTag
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Read-only resource with the tag for sending data from a website to a DataStream. Only present for web DataStream resources.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#snippet ⇒ ::String
Immutable.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Resource name for this GlobalSiteTag resource. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag".
263 264 265 266 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 263 class GlobalSiteTag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snippet ⇒ ::String
Returns Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure.
263 264 265 266 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 263 class GlobalSiteTag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |