get_customers {adsDataHubR} | R Documentation |
Fetch Ads Data Hub customers to which the current user has access. Reference: <https://developers.google.com/ads-data-hub/reference/rest/v1/customers.adsDataLinks/list>
get_customers(token)
token |
Access token retrived from function google_auth() |
A dataframe of all customers along with IDs to which authenticated user has access
## Not run:
library(adsDataHubR)
total_customers <- get_customers(token)
## End(Not run)