Show / Hide Table of Contents

Class GlobalSiteTag

Read-only resource with the tag for sending data from a website to a WebDataStream.

Inheritance
System.Object
GlobalSiteTag
Implements
Google.Protobuf.IMessage<GlobalSiteTag>
System.IEquatable<GlobalSiteTag>
Google.Protobuf.IDeepCloneable<GlobalSiteTag>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.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/{propertyId}/globalSiteTag

Declaration
public string Name { get; set; }
Property Value
Type Description
System.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
System.String
In This Article
Back to top