gtm_accounts_list: List all accounts a user has accesss to

View source: R/accounts.R

gtm_accounts_listR Documentation

List all accounts a user has accesss to

Description

This will return a data frame all your available accounts, returning the path, account Id and account name.

Usage

gtm_accounts_list()

See Also

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

Other account functions: gtm_accounts_get(), gtm_accounts_update()

Examples


## Not run: 

accounts <- gtm_accounts_list()


## End(Not run)


googleTagManageR documentation built on April 17, 2022, 1:05 a.m.