GoogleApi.TagManager.V2.Model.BuiltInVariable (google_api_tag_manager v0.24.0)

View Source

Built-in variables are a special category of variables that are pre-created and non-customizable. They provide common functionality like accessing properties of the gtm data layer, monitoring clicks, or accessing elements of a page URL.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • name (type: String.t, default: nil) - Name of the built-in variable to be used to refer to the built-in variable.
  • path (type: String.t, default: nil) - GTM BuiltInVariable's API relative path.
  • type (type: String.t, default: nil) - Type of built-in variable.
  • workspaceId (type: String.t, default: nil) - GTM Workspace ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.BuiltInVariable{
  accountId: String.t() | nil,
  containerId: String.t() | nil,
  name: String.t() | nil,
  path: String.t() | nil,
  type: String.t() | nil,
  workspaceId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.