Learn R Programming

googleTagManageR (version 0.2.0)

gtm_versions_get: List a single version in a workspace

Description

This returns a single workspace version

Usage

gtm_versions_get(account_id, container_id, version_id)

Arguments

account_id

Account Id

container_id

Container Id

version_id

Version Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/versions/get

Other version functions: gtm_versions_delete(), gtm_versions_update()

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
accountId <- 1234567
containerId <- 7654321
versionId <- 6

version <- gtm_versions_get(accountId, containerId, versionId)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab