powered by
This returns a list containing all the metadata for a single folder in a workspace If you want to get the information for all folders, use gtm_folders_list
gtm_folders_list
gtm_folders_get(account_id, container_id, workspace_id, folder_id)
Account Id
Container Id
Workspace Id
Folder Id
https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/folders/get
Other folder functions: gtm_folders_create(), gtm_folders_delete(), gtm_folders_entities(), gtm_folders_list(), gtm_folders_move(), gtm_folders_revert(), gtm_folders_update()
gtm_folders_create()
gtm_folders_delete()
gtm_folders_entities()
gtm_folders_list()
gtm_folders_move()
gtm_folders_revert()
gtm_folders_update()
# NOT RUN { # } # NOT RUN { accountId <- 1234567 containerId <- 7654321 workspaceId <- 3 folderId <- 1 folder <- gtm_folders_list(accountId, containerId, workspaceId, folderId) # } # NOT RUN { # }
Run the code above in your browser using DataLab