Integrations
Custom
For unique survey platforms or specific integration requirements, our flexible API allows custom integration. Follow these guides to capture and analyze user behavior effectively.
Javascript
Step 1. Setup Tracker
Our JavaScript tracker generates a history of every change made for each open-ended textbox. To use it:
- Replace the
textbox_id
variable with the HTML id of the textbox - Store the generated
question_history
You can specify the max characters the parsed question_history
should take before it stops tracking (default 25,000). Note: The script only works with one textbox per page.
Step 2. Call the API
Substitute the question_histories
below with the data collected from the tracker.
React
Step 1. Setup Tracker
Step 2. Use in Open-end Component
Step 3. Call the API
Substitute the question_histories
with the data collected from the tracker when making the API request.