有没有办法将输入客户反馈系统的数据同步到我的网站?
嗨,我对任何与编程相关的事情都是neeewwwb,所以我不知道这是否有意义。我的问题是,有没有办法将客户反馈系统(例如 User Voice 或 Getsatisfaction)同步到我的网站或我网站的数据库?因此,本质上,如果用户在用户语音工具中输入信息,它也会同时显示在我网站的不同页面上。蒂!
Hi I am a neeewwwb at anything programming related so I don't know if this will even make sense. My question is, is there a way to sync a customer feedback system (like User Voice or Getsatisfaction) to my site or to a database for my site? So essentially if a user entered info into the User Voice tool, it would simultaneously show up at a different page on my site too. ty!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
UserVoice 和 GetSatisfaction 都有用于此目的的 API。
UserVoice 具有可用于所有订阅计划(包括免费计划)的公共 API,这应该足以导入数据。
GetSatisfaction API 不需要您拥有帐户并允许匿名数据检索(.xml 和 .json 输出)。
Both UserVoice and GetSatisfaction have APIs for this.
UserVoice has public API available for all subscription plans (including the one that's free), that should be sufficient to import data.
GetSatisfaction API doesn't require you to have an account and allows anonymous data retrieval (.xml and .json output).
看来 uservoice api 确实支持某种导出,尽管我没有这方面的经验:http://uservoice. com/faq#api 。
我的猜测是你需要一个付费帐户。
It appears that the uservoice api does support some sort of export, though I have no experience with it: http://uservoice.com/faq#api .
My guess is you need a paid account for that.