How can we embed survey response counter in our website? | XM Community
Skip to main content
Question

How can we embed survey response counter in our website?

  • September 11, 2020
  • 3 replies
  • 50 views

Forum|alt.badge.img+1

Hi,
We'd like to embed a real time survey response count in our website. Is that possible?

Thank you

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • September 11, 2020

Yes. One way would be to use a quota to track responses. Then use the API to get the quota count to display on the web site.


Forum|alt.badge.img+1
  • Author
  • September 11, 2020

Thank you for your quick reply Tom.
I'd like to explore that option. Would you be able to please walk me through the process?

Thank you in advance!


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • September 11, 2020

https://www.qualtrics.com/community/discussion/comment/30197#Comment_30197The exact method would depend on what you have on your web server (php, asp, etc.) and whether you needed to update the count only on page load/refresh or continuously. A web page script would execute a Qualtrics API call to get the quota count, parse the API result, and populate the count on the web page.