Learn R Programming

googleTagManageR (version 0.2.0)

gtm_accounts_get: List account metadata

Description

This returns a list containing the metadata about a single account. If you want to get the information for all accounts, use gtm_accounts_list

Usage

gtm_accounts_get(account_id)

Arguments

account_id

Account Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/get

Other account functions: gtm_accounts_list(), gtm_accounts_update()

Examples

Run this code
# NOT RUN {
account_id <- 12345678
account <- gtm_accounts_get(account_id)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab