gtm_folders_list: List all containers in an account

View source: R/folders.R

gtm_folders_listR Documentation

List all containers in an account

Description

This returns a dataframe containing all the folder in a workspace If you want to get the information for a single folder, use gtm_folders_get

Usage

gtm_folders_list(account_id, container_id, workspace_id)

Arguments

account_id

Account Id

container_id

Container Id

workspace_id

Workspace Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/folders/list

Other folder functions: gtm_folders_create(), gtm_folders_delete(), gtm_folders_entities(), gtm_folders_get(), gtm_folders_move(), gtm_folders_revert(), gtm_folders_update()

Examples


## Not run: 
accountId <- 1234567
containerId <- 7654321
workspaceId <- 3

folders <- gtm_folders_list(accountId, containerId, workspaceId)


## End(Not run)


googleTagManageR documentation built on April 17, 2022, 1:05 a.m.