Learn R Programming

googleTagManageR (version 0.1.6)

gtm_headers_latest: 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

https://developers.google.com/tag-manager/api/v2/reference/accounts/containers/version_headers/latest

Other version header functions: gtm_headers_list()

Examples

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


latestHeader <- gtm_headers_latest(accountId, containerId)


# }
# NOT RUN {
# }

Run the code above in your browser using DataLab