Dynamic tokens allow you to inject values from your url params into the landing page. The format of the token is [[name_of_url_param]]
.
For example if you are passing city as a param in your url, https://landerlab.io?city=London
, and you want to show it inside your landing page, all you need to do is to insert the token [[city]]
in the text where you want it to be displayed.
This token will be then automatically replaced with the value you are passing from the url, offering a customised experience to the visitor.
To be able to use dynamic tokens you need to first enable this feature. This can be done in Settings -> General