Facebook Marketing API: Potential reach of a Facebook campaign
问题 We can run Facebook advert using python SDK. I want to know the potential reach of target audience. Is there any command available or any other way? 回答1: To get the Reach Estimates of a targeting specification using ad account. account = AdAccount('act_<AD_ACCOUNT_ID>') targeting_spec = { 'geo_locations': { 'countries': ['US'], }, 'age_min': 20, 'age_max': 40, } params = { 'currency': 'USD', 'optimize_for': AdSet.OptimizationGoal.offsite_conversions, 'targeting_spec': targeting_spec, } reach