gtm_versions_setlatest {googleTagManageR} | R Documentation |
Sets a container version as the latest version
Description
Sets the given container version as the latest version
Usage
gtm_versions_setlatest(account_id, container_id, version_id)
Arguments
account_id |
Account Id |
container_id |
Container Id |
version_id |
Version Id |
See Also
Other versions functions:
gtm_versions_publish()
,
gtm_versions_undelete()
Examples
## Not run:
accountId <- 1234567
containerId <- 7654321
versionId <- 6
version <- gtm_versions_setlatest(accountId, containerId, versionId)
## End(Not run)
[Package googleTagManageR version 0.2.0 Index]