gtm_versions_get | R Documentation |
This returns a single workspace version
gtm_versions_get(account_id, container_id, version_id)
account_id |
Account Id |
container_id |
Container Id |
version_id |
Version Id |
Other version functions:
gtm_versions_delete()
,
gtm_versions_update()
## Not run: accountId <- 1234567 containerId <- 7654321 versionId <- 6 version <- gtm_versions_get(accountId, containerId, versionId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.