REST Resource: accounts.containers.workspaces.folders

Resource: Folder

Represents a Google Tag Manager Folder.

JSON representation
{
  "path": string,
  "accountId": string,
  "containerId": string,
  "workspaceId": string,
  "folderId": string,
  "name": string,
  "fingerprint": string,
  "tagManagerUrl": string,
  "notes": string
}
Fields
path

string

GTM Folder's API relative path.

accountId

string

GTM Account ID.

containerId

string

GTM Container ID.

workspaceId

string

GTM Workspace ID.

folderId

string

The Folder ID uniquely identifies the GTM Folder.

name

string

Folder display name.

fingerprint

string

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

tagManagerUrl

string

Auto generated link to the tag manager UI

notes

string

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

Methods

create

Creates a GTM Folder.

delete

Deletes a GTM Folder.

entities

List all entities in a GTM Folder.

get

Gets a GTM Folder.

list

Lists all GTM Folders of a Container.

move_entities_to_folder

Moves entities to a GTM Folder.

revert

Reverts changes to a GTM Folder in a GTM Workspace.

update

Updates a GTM Folder.