gtm_headers_latest {googleTagManageR} | R Documentation |
Gets the latest container version header
Description
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
Usage
gtm_headers_latest(account_id, container_id)
Arguments
account_id |
Account Id |
container_id |
Container Id |
See Also
Other version header functions:
gtm_headers_list()
Examples
## Not run:
accountId <- 1234567
containerId <- 7654321
latestHeader <- gtm_headers_latest(accountId, containerId)
## End(Not run)
[Package googleTagManageR version 0.2.0 Index]