如何通过Facebook v2.4读取转换像素的值?
从我所读到(并尝试)的内容来看,您无法通过Insights API获得它,因此不推荐使用Reporting API。
我想阅读以下值:
actions_28d_click:offsite_conversion.checkout -点击28天后签出(转换像素)actions_28d_view:offsite_conversion.checkout -查看28天后结帐(转换像素)actions_28d_click:offsite_conversion.registration -点击28天后注册(转换像素)actions_28d_view:offsite_conversion.registration -观看后28天注册(转换像素)发布于 2016-07-12 17:00:26
也许这会对你有帮助:https://www.facebookmarketingdevelopers.com/samples/adsreporting
您需要查询Insights API。上面的示例脚本正在检索“28d单击”-attribution窗口的值。您需要相应地更改或扩展if-子句和params-dict。
发布于 2015-08-24 09:39:48
谢谢你澄清。
不,不可能使用公共API检索这些值。这些值仅由电源编辑器和Ads管理器报告。
https://stackoverflow.com/questions/32071463
复制相似问题