gtm_versions_setlatest | R Documentation |
Sets the given container version as the latest version
gtm_versions_setlatest(account_id, container_id, version_id)
account_id |
Account Id |
container_id |
Container Id |
version_id |
Version Id |
Other versions functions:
gtm_versions_publish()
,
gtm_versions_undelete()
## Not run: accountId <- 1234567 containerId <- 7654321 versionId <- 6 version <- gtm_versions_setlatest(accountId, containerId, versionId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.