我知道Ad Account Reachestimate已被弃用,但现在可用新端点Ad Set Delivery Estimate。我无法在此端点的文档中找到任何网址。您可以指定访问此端点的URL吗?
答案 0 :(得分:0)
你试过这个:https://developers.facebook.com/docs/marketing-api/reference/ad-account/delivery_estimate/
卷曲示例:
curl -G \
--data-urlencode 'targeting_spec={
"geo_locations": {"country_groups":["worldwide"]},
"user_device": ["Galaxy S6","One m9"],
"user_os": ["android"]
}' \
-d 'optimization_goal=IMPRESSIONS' \
-d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/v2.10/act_<AD_ACCOUNT_ID>/delivery_estimate