For a list of methods for this resource, see the end of this page.
Resource representations
Represents a Google Tag Manager Folder.
{ "path": string, "accountId": string, "containerId": string, "workspaceId": string, "folderId": string, "name": string, "fingerprint": string, "tagManagerUrl": string, "notes": 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 |
notes |
string |
User notes on how to apply this folder in the container. | writable |
path |
string |
GTM Folder's API relative path. | |
tagManagerUrl |
string |
Auto generated link to the tag manager UI | |
workspaceId |
string |
GTM Workspace ID. |
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. If {folder_id} in the request path equals 0, this will instead move entities out of the folder they currently belong to.
- revert
- Reverts changes to a GTM Folder in a GTM Workspace.
- update
- Updates a GTM Folder.