Class CustomTemplate
Represents a Google Tag Manager Custom Template's contents.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class CustomTemplate : IDirectResponseSchema
Properties
AccountId
GTM Account ID.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
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 Custom Template as computed at storage time. This value is recomputed whenever the template is modified.
Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
string |
GalleryReference
A reference to the Community Template Gallery entry.
Declaration
[JsonProperty("galleryReference")]
public virtual GalleryReference GalleryReference { get; set; }
Property Value
Type | Description |
---|---|
GalleryReference |
Name
Custom Template display name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
GTM Custom Template'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 |
TemplateData
The custom template in text format.
Declaration
[JsonProperty("templateData")]
public virtual string TemplateData { get; set; }
Property Value
Type | Description |
---|---|
string |
TemplateId
The Custom Template ID uniquely identifies the GTM custom template.
Declaration
[JsonProperty("templateId")]
public virtual string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkspaceId
GTM Workspace ID.
Declaration
[JsonProperty("workspaceId")]
public virtual string WorkspaceId { get; set; }
Property Value
Type | Description |
---|---|
string |