Hey,
I've been spying on Native as you know I would, I see a lot of those landing pages with dynamic variables in them (like city, day, month, device, etc...)
Every time I try to rip/download it from the Spytools this variable does not transfer (although it did for some sweep landers back in the day). So how do I edit such code or make it work or create it from scratch (rebuilding it)?
An example of auto insurance landing page:
https://articles.comparisons.org/sta...z8mDhcuM1sizAQ
Obviously I'm using basic HTML stuff like Landerlab/AWS S3
@roiter123 on Landerlab open your landing page in the editor and follow the below steps:
1. Go to File > Lander Settings, then enable Dynamic Tokens and Save settings.

2. After you have enabled Dynamic Tokens, go to any part of your lander where you want to dynamically insert the values like Region, City, etc and add the placeholder wrapped with double square brackets.

3. Save and Publish you lander, then on the landing page URL add the specified placeholder text strings (without square brackets) as URL parameters that will dynamically inserted from your tracker using tokens.
Example: https://mylander.this/vetical/?location={country}®ion={region}&city={city}
This should do the trick and have all the information you need passed dynamically on the lander. 