gtm_environments_list | R Documentation |
This lists the environments in a specified container.
gtm_environments_list(account_id, container_id)
account_id |
Account Id |
container_id |
Container Id |
Other environment functions:
gtm_environments_create()
,
gtm_environments_delete()
,
gtm_environments_get()
,
gtm_environments_reauthorize()
,
gtm_environments_update()
## Not run: accountId <- 1234567 containerId <- 7654321 environments <- gtm_environments_list(accountId, containerId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.