如何获取日期范围内的 Facebook 分享数

发布于 2024-11-23 15:11:19 字数 151 浏览 0 评论 0原文

我有一个网站,其中某些页面有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

平生欢 2024-11-30 15:11:19

您可以使用 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.

韬韬不绝 2024-11-30 15:11:19

您可以使用 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.
enter image description here

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文