gtm_folders_get {googleTagManageR} | R Documentation |
Gets a GTM Folder
Description
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
Usage
gtm_folders_get(account_id, container_id, workspace_id, folder_id)
Arguments
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
folder_id |
Folder Id |
See Also
Other folder functions:
gtm_folders_create()
,
gtm_folders_delete()
,
gtm_folders_entities()
,
gtm_folders_list()
,
gtm_folders_move()
,
gtm_folders_revert()
,
gtm_folders_update()
Examples
## Not run:
accountId <- 1234567
containerId <- 7654321
workspaceId <- 3
folderId <- 1
folder <- gtm_folders_list(accountId, containerId, workspaceId, folderId)
## End(Not run)
[Package googleTagManageR version 0.2.0 Index]