“?ref=ts” 是什么意思? Facebook 应用程序 URL 中的意思是什么?

发布于 2024-08-31 15:35:49 字数 470 浏览 7 评论 0原文

当 Facebook 为应用程序增加流量时,它通常会将 &ref=whatever 附加到查询字符串。这对于确定哪些集成点有效或无效非常有用。我已经弄清楚其中一些的含义了。例如:

ref=bookmarks - 用户单击书签。

ref=game_my_recent - 用户单击游戏仪表板的上部。

“ref=ts”是什么意思?它占据了大量的流量。我已经查看了所有常见 Facebook 页面上的源代码,但找不到与我的任何应用程序生成的 ant 内容相匹配的内容。

我在 Facebook 开发者论坛上发布了同样的问题: http://forum.developers.facebook.com/viewtopic.php?id=54866

When Facebook drives traffic to an application, it often append &ref=whatever to the query string. This is useful for figuring out which integration points are working or not. I've figured out what some of these mean. For example:

ref=bookmarks - the user clicked on a bookmark.

ref=game_my_recent - the user clicked on the upper portion of the games dashboard.

What does "ref=ts" mean? It accounts for a ton of traffic. I've viewed source on pages all over common Facebook pages and cannot find a match for ant piece of content generated by any of my applications.

Same question, posted by me on the Facebook developer forum:
http://forum.developers.facebook.com/viewtopic.php?id=54866

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

年华零落成诗 2024-09-07 15:35:49

它的意思是“热门搜索”(如果您在顶部输入查询,然后单击某个内容,它将附加 ref=ts

It means 'Top Search' (if you enter a query into the top, and then click on something, it will append ref=ts

安静被遗忘 2024-09-07 15:35:49

如前所述,每当用户在热门搜索输入字段中进行搜索时,ref=ts 就会附加到 url 中。

另请注意,人们倾向于在其网站和博客中复制/粘贴链接,而不修剪无用的 GET 字符串。
因此,如果您从热门搜索中获得大量引荐来源网址,则它们实际上可能是在 Facebook 外部传播的链接。

As noted, ref=ts is appended to the url whenever a user makes a search in the Top Search input field.

Also note that people tend to copy/paste links in their website and blogs, without trimming useless GET strings.
So it is possible if you get a high number of referrers coming from the top search that they are in fact links that propagate outside of Facebook.

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