google_api_tag_manager v0.8.0 GoogleApi.TagManager.V2.Model.BuiltInVariable View Source

Built-in variables are a special category of variables that are pre-created and non-customizable. They provide common functionality like accessing propeties 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.

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.BuiltInVariable{
  accountId: String.t(),
  containerId: String.t(),
  name: String.t(),
  path: String.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.