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:
api_key: Your survey's API keyrespondent_unique_identifier: A unique identifier for the respondentshow_button: Whether to show the feedback button (true/false)start_opened: Whether to start with the survey opened (true/false)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.
Here are some examples of how to use tags with your survey responses:
tags: ["customer", "first-time", "website"]
Simple string tags to categorize the response.
tags: ["user_type:premium", "subscription:monthly", "platform:web"]
Key-value pairs as tags to provide more context about the user.
tags: ["page:/products", "referrer:google", "device:mobile"]
Tags that provide context about where and how the user is interacting with your site.
tags: ["event:purchase_completed", "order_value:high", "product_category:electronics"]
Tags that capture specific events or actions the user has taken.