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 |
GTM Folder's API relative path. |
accountId |
GTM Account ID. |
containerId |
GTM Container ID. |
workspaceId |
GTM Workspace ID. |
folderId |
The Folder ID uniquely identifies the GTM Folder. |
name |
Folder display name. |
fingerprint |
The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified. |
tagManagerUrl |
Auto generated link to the tag manager UI |
notes |
User notes on how to apply this folder in the container. |
Methods |
|
---|---|
|
Creates a GTM Folder. |
|
Deletes a GTM Folder. |
|
List all entities in a GTM Folder. |
|
Gets a GTM Folder. |
|
Lists all GTM Folders of a Container. |
|
Moves entities to a GTM Folder. |
|
Reverts changes to a GTM Folder in a GTM Workspace. |
|
Updates a GTM Folder. |