Personalize your funnels with user responses, URL parameters, and dynamic content that adapts to each visitor
{{email}}
Contains: Whatever user typedExample: User types “[email protected]” → {{email}}
displays “[email protected]”{{query.utm_campaign}}
→ “summer”{{query.promo}}
→ “SAVE20”?title=New Headline Test
to your URL and use
{{query.title}}
in your funnel to quickly test different headlines
without editing.Variable | What it contains | Use case |
---|---|---|
{{user.id}} | Unique profile ID | Track users across sessions |
{{user.session_id}} | Current session ID | Debug specific visits |
name
, email2
, step1
first-name
, user_age
user name
won’t workemail@address
won’t work用户名
won’t workuser
, query
, inputs
{{name}}
≠ {{Name}}
≠ {{NAME}}
{{variable-name}}
displaysvariable_not_found
event{{email}}
before the user provides it.{{industry}}
{{company-size}}
{{age-group}}
shows “25-34”){{name|"Friend"}}
{{name}}
first-name
, plan-type
, budget-range
input1
, field2
, var3
?name=Test&plan=Premium
Variable shows as {{variable}} instead of value
Special characters not working
Can't use 'user' as variable name
user
(for system variables)query
(for URL parameters)inputs
(for user inputs)