powered by
This will return a data frame all your available workspaces in a given container. If you want to get the information for a single workspace, use gtm_workspaces_get
gtm_workspaces_get
gtm_workspaces_list(account_id, container_id)
Account Id
Container Id
https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/list
Other workspace functions: gtm_workspaces_create(), gtm_workspaces_delete(), gtm_workspaces_get(), gtm_workspaces_preview(), gtm_workspaces_resolve(), gtm_workspaces_status(), gtm_workspaces_submit(), gtm_workspaces_sync(), gtm_workspaces_update()
gtm_workspaces_create()
gtm_workspaces_delete()
gtm_workspaces_get()
gtm_workspaces_preview()
gtm_workspaces_resolve()
gtm_workspaces_status()
gtm_workspaces_submit()
gtm_workspaces_sync()
gtm_workspaces_update()
# NOT RUN { # } # NOT RUN { accountId <- 1234567 containerId <- 7654321 workspaces <- gtm_workspaces_list(accountId, containerId) # } # NOT RUN { # }
Run the code above in your browser using DataLab