Class: Google::Analytics::Admin::V1alpha::GlobalSiteTag

Inherits:
Object
  • Object
show all
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

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".

Returns:

  • (::String)

    Output only. Resource name for this GlobalSiteTag resource. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag"



258
259
260
261
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 258

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.

Returns:

  • (::String)

    Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure.



258
259
260
261
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 258

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