GoogleApi.TagManager.V2.Model.CustomTemplate (google_api_tag_manager v0.24.0)
View SourceRepresents a Google Tag Manager Custom Template's contents.
Attributes
-
accountId
(type:String.t
, default:nil
) - GTM Account ID. -
containerId
(type:String.t
, default:nil
) - GTM Container ID. -
fingerprint
(type:String.t
, default:nil
) - The fingerprint of the GTM Custom Template as computed at storage time. This value is recomputed whenever the template is modified. -
galleryReference
(type:GoogleApi.TagManager.V2.Model.GalleryReference.t
, default:nil
) - A reference to the Community Template Gallery entry. -
name
(type:String.t
, default:nil
) - Custom Template display name. -
path
(type:String.t
, default:nil
) - GTM Custom Template's API relative path. -
tagManagerUrl
(type:String.t
, default:nil
) - Auto generated link to the tag manager UI -
templateData
(type:String.t
, default:nil
) - The custom template in text format. -
templateId
(type:String.t
, default:nil
) - The Custom Template ID uniquely identifies the GTM custom template. -
workspaceId
(type:String.t
, default:nil
) - GTM Workspace ID.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.CustomTemplate{ accountId: String.t() | nil, containerId: String.t() | nil, fingerprint: String.t() | nil, galleryReference: GoogleApi.TagManager.V2.Model.GalleryReference.t() | nil, name: String.t() | nil, path: String.t() | nil, tagManagerUrl: String.t() | nil, templateData: String.t() | nil, templateId: String.t() | nil, workspaceId: String.t() | nil }