https://developers.facebook.com/docs/marketing-api/reference/ad-activity
我有兴趣在广告组级别加载在广告帐户中做出的所有历史决策(例如,每当更新预算时)。看起来这正是我应该使用的端点,但文档看起来不完整。
任何人都可以粘贴如何正确调用此端点的示例吗?
https://developers.facebook.com/docs/marketing-api/reference/ad-activity
我有兴趣在广告组级别加载在广告帐户中做出的所有历史决策(例如,每当更新预算时)。看起来这正是我应该使用的端点,但文档看起来不完整。
任何人都可以粘贴如何正确调用此端点的示例吗?
如果要检索广告帐户的所有广告集级别活动,请使用此端点:
https://graph.facebook.com/v2.8/act_<AdAccountId>/activities?oid=<FirstAdSetId>&extra_oids=[<AllAdSetsIds>]&fields=object_id,object_name,event_type,translated_event_type,event_time,actor_id,actor_name,extra_data&since=<UnixTimestamp>&access_token=<AccessToken>
按照此参考自定义您的请求:
https://developers.facebook.com/docs/marketing-api/reference/ad-account/activities/