gtm_versions_undelete | R Documentation |
Undeletes a container version
gtm_versions_undelete(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_setlatest()
## Not run: accountId <- 1234567 containerId <- 7654321 versionId <- 6 version <- gtm_versions_undelete(accountId, containerId, versionId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.