google_api_tag_manager v0.4.0 GoogleApi.TagManager.V2.Model.CustomTemplate View Source

Represents a Google Tag Manager Custom Template's contents.

Attributes

  • accountId (String.t): GTM Account ID. Defaults to: null.
  • containerId (String.t): GTM Container ID. Defaults to: null.
  • fingerprint (String.t): The fingerprint of the GTM Custom Template as computed at storage time. This value is recomputed whenever the template is modified. Defaults to: null.
  • name (String.t): Custom Template display name. Defaults to: null.
  • path (String.t): GTM Custom Template's API relative path. Defaults to: null.
  • tagManagerUrl (String.t): Auto generated link to the tag manager UI Defaults to: null.
  • templateData (String.t): The custom template in text format. Defaults to: null.
  • templateId (String.t): The Custom Template ID uniquely identifies the GTM custom template. Defaults to: null.
  • workspaceId (String.t): GTM Workspace ID. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.TagManager.V2.Model.CustomTemplate{
  accountId: any(),
  containerId: any(),
  fingerprint: any(),
  name: any(),
  path: any(),
  tagManagerUrl: any(),
  templateData: any(),
  templateId: any(),
  workspaceId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.