如何对 Facebook 广告中的操作进行统计
How to do statistic on action in Facebook Ads
使用 start_time 调用 Ad Statistic 时,我对操作概念感到困惑。
例如,拨打如下电话:
https://graph.facebook.com/act_<account_id>/stats?start_time=<ONE HOUR BEFORE NOW> & access_token=<>
它将 return 统计数据,如:
account_id:xxx,
impressions:10000,
clicks:500,
action:{
mobile_app_install:20
}
动作编号是指start_time之后的动作(例如,现在一小时前)还是表示属性Window中的所有动作?
start_time 对操作数 return 有影响吗?
非常感谢。
动作编号是 start_time
之后属性 window 中的所有动作
start_time 确实会影响操作数,因为操作数可以根据使用广告统计信息时一天中不同时间发生的情况而改变。
一年半过去了,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 将 return 从开始到结束之间的操作和其他统计数据。
问题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 天点击)。该操作将计入观看或点击时间,而不是安装发生的时间,这就是为什么之前的数据可能会在一段时间后发生变化。
使用 start_time 调用 Ad Statistic 时,我对操作概念感到困惑。
例如,拨打如下电话:
https://graph.facebook.com/act_<account_id>/stats?start_time=<ONE HOUR BEFORE NOW> & access_token=<>
它将 return 统计数据,如:
account_id:xxx,
impressions:10000,
clicks:500,
action:{
mobile_app_install:20
}
动作编号是指start_time之后的动作(例如,现在一小时前)还是表示属性Window中的所有动作?
start_time 对操作数 return 有影响吗?
非常感谢。
动作编号是 start_time
之后属性 window 中的所有动作start_time 确实会影响操作数,因为操作数可以根据使用广告统计信息时一天中不同时间发生的情况而改变。
一年半过去了,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 将 return 从开始到结束之间的操作和其他统计数据。
问题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 天点击)。该操作将计入观看或点击时间,而不是安装发生的时间,这就是为什么之前的数据可能会在一段时间后发生变化。