Comment on page
Personalize from URL params
You can personalize your demo content through URL query parameters. Once you have 'Text tokens' setup then you can build different demo urls by encoding the token values as URL params.
Let's say you have 3 tokens setup in your demo ("first_name", "last_name", "company_name"), then you can build your demo url with data like below:
https://app.storylane.io/share/jdelklbymyyr?token[first_name]=Jane&token[last_name]=Smith&token[company_name]=Acme
When the above demo url is opened then it will be automatically personalized with token values passed in URL params.
You can also pass data from your CRM or marketing platforms as token values in URL params
Here is Example for above URL:
https://app.storylane.io/share/jdelklbymyyr?token[first_name]={{contact.firstname}}&token[last_name]={{contact.lastname}}&token{company_name}={{contact.company}}
https://app.storylane.io/share/fvzglsvinxb8?email={{lead.Email Address:default=noemail}}
https://app.storylane.io/share/fvzglsvinxb8?email={{Recipient.Email}}
https://app.storylane.io/share/fvzglsvinxb8?email=%EMAIL%
https://app.storylane.io/share/fvzglsvinxb8?email={{email}}
Last modified 3mo ago