View source: R/version_headers.R
gtm_headers_latest | R Documentation |
This will return the latest container version header
If you want to get the information for the most all container versions, use gtm_headers_list
gtm_headers_latest(account_id, container_id)
account_id |
Account Id |
container_id |
Container Id |
Other version header functions:
gtm_headers_list()
## Not run: accountId <- 1234567 containerId <- 7654321 latestHeader <- gtm_headers_latest(accountId, containerId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.