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.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

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
Back to top