gtm_accounts_get {googleTagManageR} | R Documentation |
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
## Not run:
account_id <- 12345678
account <- gtm_accounts_get(account_id)
## End(Not run)
[Package googleTagManageR version 0.2.0 Index]