What URL params are available to use when viewing embeddables
https://preview.embeddables.com/flow_abcdefg?version=latest
) or a live link (e.g. https://mywebsite.com/?savvy_flow_version=latest
).Param on preview link | Param on live link | Possible values | Description |
---|---|---|---|
version | savvy_flow_version | latest , staging , 123 | Display a certain version of the Embeddable |
savvy_test | savvy_test | true , false | Force test mode on (if live) or off (if preview) |
savvy_track | savvy_track | true , false | Force analytics tracking on (if live) or off (if preview) |
static_render | static_render | true | Render only the HTML with no interactivity (useful for showing a preview of the Embeddable) |
[USER_DATA_KEY] | [USER_DATA_KEY] | [USER_DATA_VALUE] | Prefills/forces a certain value in user data (must be an experiment or listed in the allowed URL keys in settings) |