gtm_accounts_get | R Documentation |
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_get(account_id)
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()
## Not run: account_id <- 12345678 account <- gtm_accounts_get(account_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.