clients
Overview
Name | clients |
Type | Resource |
Id | googleanalytics.tagmanager.clients |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Client display name. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update |
priority | integer | Priority determines relative firing order. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update |
fingerprint | string | The fingerprint of the GTM Client as computed at storage time. This value is recomputed whenever the client is modified. |
parentFolderId | string | Parent folder id. |
clientId | string | The Client ID uniquely identifies the GTM client. |
workspaceId | string | GTM Workspace ID. |
path | string | GTM client's API relative path. |
notes | string | User notes on how to apply this tag in the container. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update |
containerId | string | GTM Container ID. |
tagManagerUrl | string | Auto generated link to the tag manager UI |
accountId | string | GTM Account ID. |
type | string | Client type. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update |
parameter | array | The client's parameters. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
accounts_containers_workspaces_clients_get | SELECT | accountsId, clientsId, containersId, workspacesId | Gets a GTM Client. |
accounts_containers_workspaces_clients_list | SELECT | accountsId, containersId, workspacesId | Lists all GTM Clients of a GTM container workspace. |
accounts_containers_workspaces_clients_create | INSERT | accountsId, containersId, workspacesId | Creates a GTM Client. |
accounts_containers_workspaces_clients_delete | DELETE | accountsId, clientsId, containersId, workspacesId | Deletes a GTM Client. |
accounts_containers_workspaces_clients_revert | EXEC | accountsId, clientsId, containersId, workspacesId | Reverts changes to a GTM Client in a GTM Workspace. |
accounts_containers_workspaces_clients_update | EXEC | accountsId, clientsId, containersId, workspacesId | Updates a GTM Client. |