Skip to main content

gtag_config

Overview

Namegtag_config
TypeResource
Idgoogleanalytics.tagmanager.gtag_config

Fields

NameDatatypeDescription
accountIdstringGoogle tag account ID.
workspaceIdstringGoogle tag workspace ID. Only used by GTM containers. Set to 0 otherwise.
pathstringGoogle tag config's API relative path.
tagManagerUrlstringAuto generated link to the tag manager UI
fingerprintstringThe fingerprint of the Google tag config as computed at storage time. This value is recomputed whenever the config is modified.
gtagConfigIdstringThe ID uniquely identifies the Google tag config.
parameterarrayThe Google tag config's parameters. @mutable tagmanager.accounts.containers.workspaces.gtag_config.create @mutable tagmanager.accounts.containers.workspaces.gtag_config.update
containerIdstringGoogle tag container ID.
typestringGoogle tag config type. @required tagmanager.accounts.containers.workspaces.gtag_config.create @required tagmanager.accounts.containers.workspaces.gtag_config.update @mutable tagmanager.accounts.containers.workspaces.gtag_config.create @mutable tagmanager.accounts.containers.workspaces.gtag_config.update

Methods

NameAccessible byRequired ParamsDescription
accounts_containers_workspaces_gtag_config_getSELECTaccountsId, containersId, gtag_configId, workspacesIdGets a Google tag config.
accounts_containers_workspaces_gtag_config_listSELECTaccountsId, containersId, workspacesIdLists all Google tag configs in a Container.
accounts_containers_workspaces_gtag_config_createINSERTaccountsId, containersId, workspacesIdCreates a Google tag config.
accounts_containers_workspaces_gtag_config_deleteDELETEaccountsId, containersId, gtag_configId, workspacesIdDeletes a Google tag config.
accounts_containers_workspaces_gtag_config_updateEXECaccountsId, containersId, gtag_configId, workspacesIdUpdates a Google tag config.