Home > Technical & Creative Skills > Programming, Servers & Scripts

How to get/rip/edit such landing pages? (3)


03-03-2021 07:49 AM #1 roiter123 (Senior Member)
How to get/rip/edit such landing pages?

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


03-03-2021 07:52 AM #2 roiter123 (Senior Member)

Obviously I'm using basic HTML stuff like Landerlab/AWS S3


03-03-2021 08:33 AM #3 platinum (Veteran Member)

@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}&region={region}&city={city}


This should do the trick and have all the information you need passed dynamically on the lander.


Home > Technical & Creative Skills > Programming, Servers & Scripts