REST Resource: accounts.containers.workspaces.clients

Resource: Client

JSON representation
{
  "path": string,
  "accountId": string,
  "containerId": string,
  "workspaceId": string,
  "clientId": string,
  "name": string,
  "type": string,
  "parameter": [
    {
      object (Parameter)
    }
  ],
  "priority": integer,
  "fingerprint": string,
  "tagManagerUrl": string,
  "parentFolderId": string,
  "notes": string
}
Fields
path

string

GTM client's API relative path.

accountId

string

GTM Account ID.

containerId

string

GTM Container ID.

workspaceId

string

GTM Workspace ID.

clientId

string

The Client ID uniquely identifies the GTM client.

name

string

Client display name.

type

string

Client type.

parameter[]

object (Parameter)

The client's parameters.

priority

integer

Priority determines relative firing order.

fingerprint

string

The fingerprint of the GTM Client as computed at storage time. This value is recomputed whenever the client is modified.

tagManagerUrl

string

Auto generated link to the tag manager UI

parentFolderId

string

Parent folder id.

notes

string

User notes on how to apply this tag in the container.

Methods

create

Creates a GTM Client.

delete

Deletes a GTM Client.

get

Gets a GTM Client.

list

Lists all GTM Clients of a GTM container workspace.

revert

Reverts changes to a GTM Client in a GTM Workspace.

update

Updates a GTM Client.