“?ref=ts” 是什么意思? Facebook 应用程序 URL 中的意思是什么?
当 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它的意思是“热门搜索”(如果您在顶部输入查询,然后单击某个内容,它将附加
ref=ts
It means 'Top Search' (if you enter a query into the top, and then click on something, it will append
ref=ts
如前所述,每当用户在热门搜索输入字段中进行搜索时,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.