REST Resource: accounts.containers.folders

Resource: Folder

Represents a Google Tag Manager Folder.

JSON representation
{
  "accountId": string,
  "containerId": string,
  "folderId": string,
  "name": string,
  "fingerprint": string
}
Fields
accountId

string

GTM Account ID.

containerId

string

GTM Container 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.

Methods

create

Creates a GTM Folder.

delete

Deletes a GTM Folder.

get

Gets a GTM Folder.

list

Lists all GTM Folders of a Container.

update

Updates a GTM Folder.