google_api_tag_manager v0.6.0 GoogleApi.TagManager.V2.Model.Tag View Source

Represents a Google Tag Manager Tag.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • blockingRuleId (type: list(String.t), default: nil) - Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire.
  • blockingTriggerId (type: list(String.t), default: nil) - Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.
  • firingRuleId (type: list(String.t), default: nil) - Firing rule IDs. A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false.
  • firingTriggerId (type: list(String.t), default: nil) - Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false.
  • liveOnly (type: boolean(), default: nil) - If set to true, this tag will only fire in the live environment (e.g. not in preview or debug mode).
  • name (type: String.t, default: nil) - Tag display name.
  • notes (type: String.t, default: nil) - User notes on how to apply this tag in the container.
  • parameter (type: list(GoogleApi.TagManager.V2.Model.Parameter.t), default: nil) - The tag's parameters.
  • parentFolderId (type: String.t, default: nil) - Parent folder id.
  • path (type: String.t, default: nil) - GTM Tag's API relative path.
  • paused (type: boolean(), default: nil) - Indicates whether the tag is paused, which prevents the tag from firing.
  • priority (type: GoogleApi.TagManager.V2.Model.Parameter.t, default: nil) - User defined numeric priority of the tag. Tags are fired asynchronously in order of priority. Tags with higher numeric value fire first. A tag's priority can be a positive or negative value. The default value is 0.
  • scheduleEndMs (type: String.t, default: nil) - The end timestamp in milliseconds to schedule a tag.
  • scheduleStartMs (type: String.t, default: nil) - The start timestamp in milliseconds to schedule a tag.
  • setupTag (type: list(GoogleApi.TagManager.V2.Model.SetupTag.t), default: nil) - The list of setup tags. Currently we only allow one.
  • tagFiringOption (type: String.t, default: nil) - Option to fire this tag.
  • tagId (type: String.t, default: nil) - The Tag ID uniquely identifies the GTM Tag.
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI
  • teardownTag (type: list(GoogleApi.TagManager.V2.Model.TeardownTag.t), default: nil) - The list of teardown tags. Currently we only allow one.
  • type (type: String.t, default: nil) - GTM Tag Type.
  • workspaceId (type: String.t, default: nil) - GTM Workspace ID.

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.Tag{
  accountId: String.t(),
  blockingRuleId: [String.t()],
  blockingTriggerId: [String.t()],
  containerId: String.t(),
  fingerprint: String.t(),
  firingRuleId: [String.t()],
  firingTriggerId: [String.t()],
  liveOnly: boolean(),
  name: String.t(),
  notes: String.t(),
  parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()],
  parentFolderId: String.t(),
  path: String.t(),
  paused: boolean(),
  priority: GoogleApi.TagManager.V2.Model.Parameter.t(),
  scheduleEndMs: String.t(),
  scheduleStartMs: String.t(),
  setupTag: [GoogleApi.TagManager.V2.Model.SetupTag.t()],
  tagFiringOption: String.t(),
  tagId: String.t(),
  tagManagerUrl: String.t(),
  teardownTag: [GoogleApi.TagManager.V2.Model.TeardownTag.t()],
  type: String.t(),
  workspaceId: String.t()
}

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.