Folders

For a list of methods for this resource, see the end of this page.

Resource representations

Represents a Google Tag Manager Folder.

{
  "accountId": string,
  "containerId": string,
  "folderId": string,
  "name": string,
  "fingerprint": string
}
Property name Value Description Notes
accountId string GTM Account ID.
containerId string GTM Container ID.
fingerprint string The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified.
folderId string The Folder ID uniquely identifies the GTM Folder.
name string Folder display name. writable

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.