gtm_versions_update | R Documentation |
Updates a container Version
gtm_versions_update( account_id, container_id, version_id, name = NULL, description = NULL )
account_id |
Account Id |
container_id |
Container Id |
version_id |
Version Id |
name |
Version Name |
description |
Version Description |
Other version functions:
gtm_versions_delete()
,
gtm_versions_get()
## Not run: accountId <- 1234567 containerId <- 7654321 versionId <- 6 newName <- 'My Cool New Version' newDescription <- 'My new version does something cool' version <- gtm_versions_update(accountId, containerId, versionId, newName, newDescription) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.