我们如何在 date_stop 的基础上使用 graph api explorer 过滤 facebook 广告
How can we filter facebook ad using graph api explorer on the basis of date_stop
我想要所有“date_stop 大于今天”的活动来创建 insights.I 我正在发布请求
{
"async": true,
"data_columns": "['spend','frequency','placement','reach','social_reach','ctr']",
"default_summary": true,
"filtering": "[{'field':'date_stop','operator':'GREATER_THAN','value':'2016-03-21 02:03:00'}]",
"level": "campaign"
}
但它总是 return 失败报告有什么方法可以使用图 api 资源管理器
来完成我的要求
添加一个参数 time_range ={"since":date,"until":date} 如果我们 post 这样我们就得到了所需的活动
我想要所有“date_stop 大于今天”的活动来创建 insights.I 我正在发布请求
{
"async": true,
"data_columns": "['spend','frequency','placement','reach','social_reach','ctr']",
"default_summary": true,
"filtering": "[{'field':'date_stop','operator':'GREATER_THAN','value':'2016-03-21 02:03:00'}]",
"level": "campaign"
}
但它总是 return 失败报告有什么方法可以使用图 api 资源管理器
来完成我的要求添加一个参数 time_range ={"since":date,"until":date} 如果我们 post 这样我们就得到了所需的活动