gtm_headers_latest: Gets the latest container version header

View source: R/version_headers.R

gtm_headers_latestR 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

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

Other version header functions: gtm_headers_list()

Examples

## Not run: 

accountId <- 1234567
containerId <- 7654321


latestHeader <- gtm_headers_latest(accountId, containerId)



## End(Not run)


jamescottrill/googleTagManageR documentation built on April 21, 2022, 5:40 p.m.