如何对Facebook广告中的操作进行统计

时间:2015-01-19 16:03:53

标签: facebook facebook-graph-api

在使用start_time调用Ad Statistic时,我对操作概念感到困惑。

例如,拨打如下电话:

https://graph.facebook.com/act_<account_id>/stats?start_time=<ONE HOUR BEFORE NOW> & access_token=<>

它将返回统计数据,如:

account_id:xxx,
impressions:10000,
clicks:500,
action:{
   mobile_app_install:20
}

操作号是表示start_time之后的操作(例如,之前一小时),还是属性窗口中的所有操作?

start_time对返回的操作号有影响吗?

非常感谢。

2 个答案:

答案 0 :(得分:0)

操作编号是start_time

后属性窗口中的所有操作

start_time确实会影响操作号,因为操作号可以根据广告统计信息使用当天的不同时间发生的情况进行更改。

答案 1 :(得分:0)

一年半之后,Facebook API已更新为新版本。

对于start_time,它已从unix_timestamp更改为

"time_range:{'since':YYYY-MM-DD,'until':YYYY-MM-DD}"

无法在其中设置小时信息,所有统计数据(现在称为洞察力)至少是日级别。

问题1:

Does start_time have influence on action number returned?

是的,当然,Facebook Insight将在此之前和之后返回行动和其他统计数据。

问题2:

Does action number mean action after start_time (as example, one hour before now) or it means all actions in Attribute Window?

操作将被标记到最后一个视图中或点击导致安装,这由设置决定(28天视图和一般点击1天)。该操作将在查看或点击时计算,而不是安装时间,这就是为什么以前的数据可能会在一段时间后发生变化。