Class ConnectedSiteTag
Configuration for a specific Connected Site Tag.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ConnectedSiteTag : IMessage<ConnectedSiteTag>, IEquatable<ConnectedSiteTag>, IDeepCloneable<ConnectedSiteTag>, IBufferMessage, IMessage
Constructors
ConnectedSiteTag()
Declaration
public ConnectedSiteTag()
ConnectedSiteTag(ConnectedSiteTag)
Declaration
public ConnectedSiteTag(ConnectedSiteTag other)
Parameters
Type | Name | Description |
---|---|---|
ConnectedSiteTag | other |
Properties
DisplayName
Required. User-provided display name for the connected site tag. Must be less than 256 characters.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
TagId
Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
Declaration
public string TagId { get; set; }
Property Value
Type | Description |
---|---|
string |