fbad_get_owned_ad_accounts {fbRads} | R Documentation |
Get account details of Ad Accounts owned by a Business Manager Account
Description
Get account details of Ad Accounts owned by a Business Manager Account
Usage
fbad_get_owned_ad_accounts(
id,
token,
version,
fields = c("name"),
simplify = TRUE
)
Arguments
id |
Facebook Object, eg Ad Account (with |
token |
FB Ads API token (if running before |
version |
Facebook Marketing API version (if running before |
fields |
character vector |
simplify |
return |
Value
list(s) containing account details
References
https://developers.facebook.com/docs/marketing-api/business-asset-management#adaccounts
[Package fbRads version 17.0.0 Index]