简体   繁体   English

通过FB、Twitter、Linkedin等跟踪用户。PHP、Mysql

[英]Tracking users through FB, Twitter, Linkedin, etc.. PHP, Mysql

I am working on a launch script (not live yet) that requires users to submit their email address and then we will notify them once our site is launching.我正在编写一个启动脚本(尚未上线),它要求用户提交他们的 email 地址,然后我们会在我们的网站启动后通知他们。 After said user submits email address I have a unique identifying link they can email or share across their social network, I also have twitter and fshare enabled to make it easier to share my site with friends.在所述用户提交 email 地址后,我有一个唯一的识别链接,他们可以 email 或在他们的社交网络上分享,我还启用了 twitter 和 fshare,以便与朋友分享我的网站。 I want to offer a special promo to users that share my site with their friends that actually submit their email to us.我想为那些与他们的朋友分享我的网站的用户提供一个特别的促销活动,他们实际上向我们提交了他们的 email。 How do I track each persons invites?如何跟踪每个人的邀请? I also want this data to be stored in a way that makes it easy to graph using gephi.我还希望以一种便于使用 gephi 绘制图形的方式存储这些数据。 Is there a script that can track this kind of social networking for all users?是否有脚本可以为所有用户跟踪这种社交网络? Any help would be great, Thank you for reading this任何帮助都会很棒,感谢您阅读本文

By giving out unique URLs per user you can track the invites, because every new user will use the unique URL from the inviter.通过为每个用户提供唯一的 URL,您可以跟踪邀请,因为每个新用户都将使用来自邀请者的唯一 URL。 So you should already have a solid base for tracking who invited whom.所以你应该已经有一个坚实的基础来跟踪谁邀请了谁。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM