GoogleApi.TagManager.V2.Model.GtagConfig (google_api_tag_manager v0.24.0)
View SourceRepresents a Google tag configuration.
Attributes
-
accountId
(type:String.t
, default:nil
) - Google tag account ID. -
containerId
(type:String.t
, default:nil
) - Google tag container ID. -
fingerprint
(type:String.t
, default:nil
) - The fingerprint of the Google tag config as computed at storage time. This value is recomputed whenever the config is modified. -
gtagConfigId
(type:String.t
, default:nil
) - The ID uniquely identifies the Google tag config. -
parameter
(type:list(GoogleApi.TagManager.V2.Model.Parameter.t)
, default:nil
) - The Google tag config's parameters. -
path
(type:String.t
, default:nil
) - Google tag config's API relative path. -
tagManagerUrl
(type:String.t
, default:nil
) - Auto generated link to the tag manager UI -
type
(type:String.t
, default:nil
) - Google tag config type. -
workspaceId
(type:String.t
, default:nil
) - Google tag workspace ID. Only used by GTM containers. Set to 0 otherwise.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.GtagConfig{ accountId: String.t() | nil, containerId: String.t() | nil, fingerprint: String.t() | nil, gtagConfigId: String.t() | nil, parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()] | nil, path: String.t() | nil, tagManagerUrl: String.t() | nil, type: String.t() | nil, workspaceId: String.t() | nil }