如何获取日期范围内的 Facebook 分享数
我有一个网站,其中某些页面有一个 Facebook“分享”按钮。
我需要能够生成一份报告,显示在给定日期范围内某个页面在 FB 上被共享的次数。 我曾尝试过使用 FQL 来查询 Link_Stat 表,但这只有总计数。
有人对我如何实现这一目标有任何其他想法吗?
i have a website where certain pages have a facebook "share" button.
I need to be able to produce a report showing how many times a page has been shared on FB within a give date range.
Ive had a look at using FQL to query on the Link_Stat table but this only has total counts.
Anyone got any other ideas on how i could achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Facebook 见解表。以下是 Facebook 参考: https://developers.facebook.com/docs/reference/ fql/insights/
您将需要使用“域内容”指标。
You can use the Facebook insights table. Here is the Facebook reference: https://developers.facebook.com/docs/reference/fql/insights/
You will need to use the "Domain Content" metric.
您可以使用 Facebook Insights 轻松查看您的页面/应用/网站的此信息。这是我提取的示例图。它允许日期范围并具有其他图表。
Facebook Graph API 有一个 Insights 端点 具有一些可用的数据,尽管我不知道它是日期范围功能,至少我没有看到记录。
You can use Facebook Insights to easily see this information for your page/app/site. Here is a sample graph I pulled. It allows date range and has other graphs.
The Facebook Graph API has an Insights endpoint that has some of the data available, although I don't know that it was date range abilities, at least not that I saw documented.