跟踪“添加选项卡”页面安装在其他页面上
我们的产品服务页面上有一个公共页面 http://www.facebook.com/realestateagentdirectory?sk =app_171700809577806,允许任何人将我们的“查找代理”应用添加到他们自己的页面。
有没有办法知道 FB 用户何时在他们自己的 FB 页面上安装我们的应用程序 - 通过页面或应用程序洞察,或以其他方式?现在我们不知道谁/什么时候将我们的应用程序添加到他们的页面。
显然,一种可行的方法(这对于此来说是一种矫枉过正,并且需要用户安装另一个应用程序等)是从另一个跟踪的应用程序中执行此操作(在页面上安装/添加选项卡)添加到其他页面的所有选项卡。
但我们正在寻找一种更简单的方法来了解这些数据。谢谢!
We have a public page on our product service page http://www.facebook.com/realestateagentdirectory?sk=app_171700809577806 that allows anyone to add our "find an agent" app to their own page.
Is there a way to know when FB users install our app on their own FB pages - via page or app insights, or in a different way? Right now we have no clue who/when adds our app to their page.
One way that would work, obviously, (which would be an overkill for this and it would require users to install another app, etc.) is to do this (installing/adding a tab on your page) from within another app which keeps track of all tab additions to other pages.
But we're looking for an easier way of knowing this data. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过解析signed_request参数来跟踪对页面选项卡应用程序画布的首次访问,以收集哪些页面已安装应用程序。
稍后您可以使用 FQL 表page 检查 has_added_app 字段以确保安装/删除选项卡
You can track first visit to Page Tab Application canvas via parsing signed_request argument to collect pages who had installed application.
Later you can use FQL table page checking for has_added_app field to ensure tab is installed/removed