Show / Hide Table of Contents

Class GlobalSiteTag

Read-only resource with the tag for sending data from a website to a DataStream. Only present for web DataStream resources.

Inheritance
object
GlobalSiteTag
Implements
IMessage<GlobalSiteTag>
IEquatable<GlobalSiteTag>
IDeepCloneable<GlobalSiteTag>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GlobalSiteTag : IMessage<GlobalSiteTag>, IEquatable<GlobalSiteTag>, IDeepCloneable<GlobalSiteTag>, IBufferMessage, IMessage

Constructors

GlobalSiteTag()

Declaration
public GlobalSiteTag()

GlobalSiteTag(GlobalSiteTag)

Declaration
public GlobalSiteTag(GlobalSiteTag other)
Parameters
Type Name Description
GlobalSiteTag other

Properties

GlobalSiteTagName

GlobalSiteTagName-typed view over the Name resource name property.

Declaration
public GlobalSiteTagName GlobalSiteTagName { get; set; }
Property Value
Type Description
GlobalSiteTagName

Name

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

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Snippet

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

Declaration
public string Snippet { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX