FeedCycle Survey Test Page

How to Use This Page

This page demonstrates how to embed a FeedCycle survey. The survey will appear as a button in the bottom right corner of the page.

You can customize the behavior by modifying the parameters in the script tag below:

Test Content

This is some sample content to demonstrate how the survey appears on a real page. The survey button will appear in the bottom right corner of the page.

You can click the button to open the survey and test the functionality.

Tag Examples

Here are some examples of how to use tags with your survey responses:

Basic Tags

tags: ["customer", "first-time", "website"]

Simple string tags to categorize the response.

User Information Tags

tags: ["user_type:premium", "subscription:monthly", "platform:web"]

Key-value pairs as tags to provide more context about the user.

Page Context Tags

tags: ["page:/products", "referrer:google", "device:mobile"]

Tags that provide context about where and how the user is interacting with your site.

Custom Event Tags

tags: ["event:purchase_completed", "order_value:high", "product_category:electronics"]

Tags that capture specific events or actions the user has taken.