可以获得“每页”通过 Insights API / FQL 进行选项卡视图计数?
在 Insights FQL 文档中,我看到列出了 application_tab_views 指标,但是它似乎只显示安装应用程序的所有页面上的总选项卡印象。
查询中的“object_id”是应用程序 ID,而不是页面 ID。我没有看到添加额外的“where”条件以将其限制到特定页面的方法。另外,我没有在 Pages Insights API 中看到此指标。
我想知道是否可以按每页查询应用程序选项卡视图的数量?通过常规 API 还是 FQL?
在页面洞察仪表板中,您可以看到 Facebook 正在收集此数据(在“覆盖范围”子选项卡上):
In the Insights FQL documentation I see the application_tab_views metric listed, but it appears to only show the total Tab impressions over all of the pages the Application is installed on.
The "object_id" in the query is an Application Id, not a Page Id. I don't see a way to add additional "where" conditions to limit it to a specific page. Also, I don't see this metric listed in Pages Insights API.
I am wondering if it's possible to query the number of application tab views on a per-Page basis? Through the regular API or FQL?
In the Page Insights dashboard you can see Facebook is collecting this data (on the "Reach" sub-tab):
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的客户也想要这些统计信息 - 我的解决方案是解析选项卡收到的
signed_request
,当前的page_id
位于数据中,并且我在自己的数据库中管理这些统计信息。数据位于名为page
的参数中。来自文档:
My client also wanted these statistics - my solution was to parse the
signed_request
that the tab receives, the currentpage_id
is in the data and I managed those statistics in my own database. The data is in a parameter calledpage
.From the documentation :