View source: R/version_headers.R
gtm_headers_list | R Documentation |
This will return a data frame all container versions.
If you want to get the information for the most recent version, use gtm_headers_latest
gtm_headers_list(account_id, container_id, includeDeleted = c("TRUE", "FALSE"))
account_id |
Account Id |
container_id |
Container Id |
includeDeleted |
Include deleted version - Default False |
Other version header functions:
gtm_headers_latest()
## Not run: accountId <- 1234567 containerId <- 7654321 headers <- gtm_headers_list(accountId, containerId) headersWithDeleted <- gtm_headers_list(accountId, containerId, 'TRUE') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.