gtm_environments_list: List the containers

View source: R/environments.R

gtm_environments_listR Documentation

List the containers

Description

This lists the environments in a specified container.

Usage

gtm_environments_list(account_id, container_id)

Arguments

account_id

Account Id

container_id

Container Id

See Also

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

Other environment functions: gtm_environments_create(), gtm_environments_delete(), gtm_environments_get(), gtm_environments_reauthorize(), gtm_environments_update()

Examples

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

environments <- gtm_environments_list(accountId, containerId)


## End(Not run)


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