powered by
Get Google Ads Manager Account Hierarchy
gads_get_account_hierarchy( manager_customer_id = getOption("gads.login.customer.id"), include_drafts = FALSE, login_customer_id = getOption("gads.login.customer.id") )
tibble with data of all the child accounts
ID of the manager account whose hierarchy you want to get.
logical, Incliding drafts child account.
Ypor top-level manager account id.
Get Account Hierarchy API documentation
if (FALSE) { acc_hier <- gads_get_account_hierarchy( manager_customer_id = '111-111-1111', login_customer_id = '000-000-0000') }
Run the code above in your browser using DataLab