GoogleApi.TagManager.V2.Model.Client (google_api_tag_manager v0.24.0)
View SourceAttributes
-
accountId
(type:String.t
, default:nil
) - GTM Account ID. -
clientId
(type:String.t
, default:nil
) - The Client ID uniquely identifies the GTM client. -
containerId
(type:String.t
, default:nil
) - GTM Container ID. -
fingerprint
(type:String.t
, default:nil
) - The fingerprint of the GTM Client as computed at storage time. This value is recomputed whenever the client is modified. -
name
(type:String.t
, default:nil
) - Client 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 client's parameters. -
parentFolderId
(type:String.t
, default:nil
) - Parent folder id. -
path
(type:String.t
, default:nil
) - GTM client's API relative path. -
priority
(type:integer()
, default:nil
) - Priority determines relative firing order. -
tagManagerUrl
(type:String.t
, default:nil
) - Auto generated link to the tag manager UI -
type
(type:String.t
, default:nil
) - Client type. -
workspaceId
(type:String.t
, default:nil
) - GTM Workspace ID.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.Client{ accountId: String.t() | nil, clientId: String.t() | nil, containerId: String.t() | nil, fingerprint: String.t() | nil, name: String.t() | nil, notes: String.t() | nil, parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()] | nil, parentFolderId: String.t() | nil, path: String.t() | nil, priority: integer() | nil, tagManagerUrl: String.t() | nil, type: String.t() | nil, workspaceId: String.t() | nil }