powered by
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
gtm_accounts_list
gtm_accounts_get(account_id)
Account Id
https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/get
Other account functions: gtm_accounts_list(), gtm_accounts_update()
gtm_accounts_list()
gtm_accounts_update()
# NOT RUN { account_id <- 12345678 account <- gtm_accounts_get(account_id) # } # NOT RUN { # }
Run the code above in your browser using DataLab