powered by
Query for reach estimate for given targeting spec
fbad_reachestimate(fbacc, targeting_spec)
list
(optional) FB_Ad_account object, which defaults to the last returned object of fbad_init.
FB_Ad_account
fbad_init
lists of targeting spec characteristics as described at https://developers.facebook.com/docs/marketing-api/audiences/reference/advanced-targeting
https://developers.facebook.com/docs/marketing-api/reference/ad-account/reachestimate/
if (FALSE) { library(jsonlite) targetspec <- list( age_min = unbox(24), age_max = unbox(55), geo_locations = list(countries = 'US')) fbad_reachestimate(targeting_spec = targetspec) }
Run the code above in your browser using DataLab