google_api_tag_manager v0.12.1 GoogleApi.TagManager.V2.Model.Variable View Source
Represents a Google Tag Manager Variable.
Attributes
-
accountId
(type:String.t
, default:nil
) - GTM Account ID. -
containerId
(type:String.t
, default:nil
) - GTM Container ID. -
disablingTriggerId
(type:list(String.t)
, default:nil
) - For mobile containers only: A list of trigger IDs for disabling conditional variables; the variable is enabled if one of the enabling trigger is true while all the disabling trigger are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
enablingTriggerId
(type:list(String.t)
, default:nil
) - For mobile containers only: A list of trigger IDs for enabling conditional variables; the variable is enabled if one of the enabling triggers is true while all the disabling triggers are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
fingerprint
(type:String.t
, default:nil
) - The fingerprint of the GTM Variable as computed at storage time. This value is recomputed whenever the variable is modified. -
formatValue
(type:GoogleApi.TagManager.V2.Model.VariableFormatValue.t
, default:nil
) - Option to convert a variable value to other value. -
name
(type:String.t
, default:nil
) - Variable display name. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
notes
(type:String.t
, default:nil
) - User notes on how to apply this variable in the container. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
parameter
(type:list(GoogleApi.TagManager.V2.Model.Parameter.t)
, default:nil
) - The variable's parameters. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
parentFolderId
(type:String.t
, default:nil
) - Parent folder id. -
path
(type:String.t
, default:nil
) - GTM Variable's API relative path. -
scheduleEndMs
(type:String.t
, default:nil
) - The end timestamp in milliseconds to schedule a variable. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
scheduleStartMs
(type:String.t
, default:nil
) - The start timestamp in milliseconds to schedule a variable. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
tagManagerUrl
(type:String.t
, default:nil
) - Auto generated link to the tag manager UI -
type
(type:String.t
, default:nil
) - GTM Variable Type. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update -
variableId
(type:String.t
, default:nil
) - The Variable ID uniquely identifies the GTM 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
Specs
t() :: %GoogleApi.TagManager.V2.Model.Variable{ accountId: String.t(), containerId: String.t(), disablingTriggerId: [String.t()], enablingTriggerId: [String.t()], fingerprint: String.t(), formatValue: GoogleApi.TagManager.V2.Model.VariableFormatValue.t(), name: String.t(), notes: String.t(), parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()], parentFolderId: String.t(), path: String.t(), scheduleEndMs: String.t(), scheduleStartMs: String.t(), tagManagerUrl: String.t(), type: String.t(), variableId: String.t(), workspaceId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.