powered by
This updates a GTM environment
gtm_environments_update( account_id, container_id, environment_id, name, description = NULL, debug = c("TRUE", "FALSE"), url = NULL )
Account Id
Container Id
Environment Id
The environment display name. Can be set or changed only on USER type environments.
The environment description. Can be set or changed only on USER type environments.
Whether or not to enable debug by default for the environment.
Default preview page url for the environment.
https://developers.google.com/tag-manager/api/v2/reference/accounts/containers/environments/update
Other environment functions: gtm_environments_create(), gtm_environments_delete(), gtm_environments_get(), gtm_environments_list(), gtm_environments_reauthorize()
gtm_environments_create()
gtm_environments_delete()
gtm_environments_get()
gtm_environments_list()
gtm_environments_reauthorize()
# NOT RUN { accountId <- 1234567 containerId <- 7654321 gtm_environments_update(accountId, containerId, "Pre-Prod", url="https://new-pp.example.com") # } # NOT RUN { # }
Run the code above in your browser using DataLab