我知道我可以在两个指定日期之间从API检索数据,如下所示:
https://graph.facebook.com/v2.5/act_xxxxxx/insights?level=ad&fields=ad_name,adset_name,campaign_name,spend,unique_clicks,clicks,impressions,cost_per_unique_click,cpm,ctr&sort=spend_descending&time_range[since]=2016-04-01&time_range[until]=2016-04-16
有没有办法使用今天的相对日期从API检索数据?比如这个伪代码:
https://graph.facebook.com/v2.5/act_xxxxxx/insights?level=ad&fields=ad_name,adset_name,campaign_name,spend,unique_clicks,clicks,impressions,cost_per_unique_click,cpm,ctr&sort=spend_descending&time_range[since]=15 DAYS AGO&time_range[until]=7 DAYS AGO
答案 0 :(得分:1)
是和否。
我们支持日期预设列表
它们的定义如下:
https://developers.facebook.com/docs/marketing-api/reference/ad-account/insights/
或者您可以查看我们的php SDK: https://github.com/facebook/facebook-php-ads-sdk/blob/613d89fbe0424d017a5156658b4e324fbfb5be68/src/FacebookAds/Object/Values/AdsInsightsDatePresetValues.php
在curl中,您只需使用date_preset参数,而不是使用