使用Facebook页面记录引用者ID

时间:2015-03-23 11:55:03

标签: facebook facebook-graph-api facebook-javascript-sdk facebook-like facebook-social-plugins

有没有办法记录Facebook页面的引荐来源ID,如行动。

用例: 我有一个FB插件的网站集成在几个模块中,这些模块引用了FB页面。 我希望在用户喜欢页面时记录特定的Id(特定于特定模块),以便我可以在以后分析生成了多少喜欢的模块。

我可以在FB API中找到'ref'选项:https://developers.facebook.com/docs/plugins/like-button#faqref

但不确定它是否适合我的场景以及如何。

1 个答案:

答案 0 :(得分:1)

当您在类似按钮上使用ref参数时,点击返回您的网站,该网站由Like按钮生成,在referrer中包含两个额外参数:fb_ref,包含您为ref赋予的相同值,以及fb_source,其中显示点击Facebook上的故事。

顺便说一句,此答案之前已在此处得到解答:Tracking like button referrals from Facebook using the 'fb_ref' parameter in our code

以下是Like按钮和Ref Param中的一些相关文档: https://developers.facebook.com/docs/plugins/like-button https://developers.facebook.com/docs/plugins/faqs/#ref