Skip to main content

Schema

PropertyTypeDescription
idIDThe Chameleon ID
created_attimestampWhen this happened or when this was added to the Database
updated_attimestampThe last time any property was updated
titlestringThe configured title text for this Step
bodystringThe configured body copy for this Step
presetstringThe template this step follows: One of survey_two, survey_nps, survey_csat, survey_ces, response, thank_you, survey_three, survey_four, survey_five, survey_input, or survey_dropdown
dropdown_itemsarray<String>For a dropdown Microsurvey, the configured options for the dropdown
follow_up_delayintegerDelay in milliseconds before follow-up actions are triggered
cta_has_custom_clickbooleanWhether the CTA requires custom click handling
step_triggerstringPrimary trigger condition. One of: page_load, element_match, or element_not_match
position_typestringHow the step is positioned on the page. One of: relative_to_screen, snap_to_element, snap_to_trigger, or inline
step_additional_triggerstringAdditional trigger condition. One of: element_match or element_not_match
secondary_triggerstringSecondary trigger condition. One of: click, hover, time_on_page, smart_delay, input, or custom_trigger
trigger_elementElementsPresent if step_trigger is element_match or element_not_match.
trigger_additional_elementElementsPresent if a trigger_additional_element has been selected in the UI.
trigger_secondary_elementElementsPresent if position_type is snap_to_trigger OR if secondary_trigger is one of click, hover, input.
position_elementElementsPresent if position_type is snap_to_element or inline.
exit_elementElementsPresent if cta_has_custom_click is true.
buttonsarray<button>Array of Buttons for this step
quantifier_urlsarrayList of URL matching conditions that must match the current page URL
quantifier_urls.idIDUnique identifier for this URL condition
quantifier_urls.urlstringThe specific URL used in this matching condition
quantifier_urls.match_typestringThe type of matching used. One of: simple, exact, regex, inverse_simple, or inverse_exact