Show / Hide Table of Contents

Class Zone

Represents a Google Tag Manager Zone's contents.

Inheritance
object
Zone
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class Zone : IDirectResponseSchema

Properties

AccountId

GTM Account ID.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

Boundary

This Zone's boundary.

Declaration
[JsonProperty("boundary")]
public virtual ZoneBoundary Boundary { get; set; }
Property Value
Type Description
ZoneBoundary

ChildContainer

Containers that are children of this Zone.

Declaration
[JsonProperty("childContainer")]
public virtual IList<ZoneChildContainer> ChildContainer { get; set; }
Property Value
Type Description
IList<ZoneChildContainer>

ContainerId

GTM Container ID.

Declaration
[JsonProperty("containerId")]
public virtual string ContainerId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Fingerprint

The fingerprint of the GTM Zone as computed at storage time. This value is recomputed whenever the zone is modified.

Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type Description
string

Name

Zone display name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Notes

User notes on how to apply this zone in the container.

Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
Type Description
string

Path

GTM Zone's API relative path.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

TagManagerUrl

Auto generated link to the tag manager UI

Declaration
[JsonProperty("tagManagerUrl")]
public virtual string TagManagerUrl { get; set; }
Property Value
Type Description
string

TypeRestriction

This Zone's type restrictions.

Declaration
[JsonProperty("typeRestriction")]
public virtual ZoneTypeRestriction TypeRestriction { get; set; }
Property Value
Type Description
ZoneTypeRestriction

WorkspaceId

GTM Workspace ID.

Declaration
[JsonProperty("workspaceId")]
public virtual string WorkspaceId { get; set; }
Property Value
Type Description
string

ZoneId

The Zone ID uniquely identifies the GTM Zone.

Declaration
[JsonProperty("zoneId")]
public virtual string ZoneId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX