Show / Hide Table of Contents

Class Container

Represents a Google Tag Manager Container.

Inheritance
object
Container
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.v1.Data
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class Container : IDirectResponseSchema

Properties

AccountId

GTM Account ID.

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

ContainerId

The Container ID uniquely identifies the GTM Container.

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

DomainName

Optional list of domain names associated with the Container.

Declaration
[JsonProperty("domainName")]
public virtual IList<string> DomainName { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

EnabledBuiltInVariable

List of enabled built-in variables. Valid values include: pageUrl, pageHostname, pagePath, referrer, event, clickElement, clickClasses, clickId, clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget, formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment, oldHistoryFragment, newHistoryState, oldHistoryState, historySource, containerVersion, debugMode, randomNumber, containerId.

Declaration
[JsonProperty("enabledBuiltInVariable")]
public virtual IList<string> EnabledBuiltInVariable { get; set; }
Property Value
Type Description
IList<string>

Fingerprint

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

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

Name

Container display name.

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

Notes

Container Notes.

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

PublicId

Container Public ID.

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

TimeZoneCountryId

Container Country ID.

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

TimeZoneId

Container Time Zone ID.

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

UsageContext

List of Usage Contexts for the Container. Valid values include: web, android, ios.

Declaration
[JsonProperty("usageContext")]
public virtual IList<string> UsageContext { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX