# Landing page: Preload
Use this landing type if the landing page is hosted somewhere else and you must avoid redirects.
# How it works
- Keitaro downloads the external webpage (without images and styles).
- Adds
<base href="https://original_domain" />
to the HTML code. This is needed to make images and styles work. - Applies placeholders.
- Returns the webpage to the browser.
# Creating landing page with preload method
Press Create and choose Preload
# Setting up an offer link
Use {offer}
placeholder
<a href="{offer}">Offer</a>
1
To make a link to a specific offer, add &offer_id=ID
. Example:
<a href="{offer}&offer_id=100">Offer 1</a>
<a href="{offer}&offer_id=200">Offer 2</a>
1
2
2
# Sending postback
- Set up JS Adapter.
- Set up postback code.