我们正在尝试使用 /v2.7/{ad-account-id}/ads 端点上的日期参数过滤广告结果
根据文档,您可以使用time_range参数,但使用 PHP SDK 或图形浏览器似乎无法正常工作,例如:
act_{1234456}/ads?time_range={'since':'2016-08-01','until':'2016-08-12'}
文档对此非常不清楚,因为有 2 个引用指向同一个广告端点,但每个引用都有不同的参数
https://developers.facebook.com/docs/marketing-api/reference/adgroup
https://developers.facebook.com/docs/marketing-api/reference/ad-account/ads/
有没有人找到在广告端点上按日期/时间范围成功过滤的方法?