Overview
Pre-Landers, Offer Walls, and Listicles are powerful tools for enhancing engagement and increasing conversion rates by providing users with multiple Offer options before they reach the final destination.
Using Traditional Redirects
How It Works
- The Offer Wall/Listicle is created as a single Offer.
- Each individual offer within the Offer Wall/Listicle is also set up as a separate (individual) Offer.
- Reporting will track clicks to the Offer Wall/Listicle as well as clicks to each individual offer within it.
Code Example
HTML Example
JavaScript Example
Adjusting for Smart Links
If using Smart Links, update the JavaScript to include /cmp/ after the tracking domain:
Steps
- Each button in the HTML must have a unique ID or class name for proper selection. If using a class name, use document.getElementsByClassName instead of document.getElementById to target them correctly in JavaScript.
- In the provided example, buttons are identified as "button-1", "button-2", and "button-3".
- JavaScript will dynamically replace the href="" value with the partner tracking link, ensuring seamless redirection.
- If needed, you can include sub1 - sub5 parameters by defining them in the var line items within the script.
- See the sample code below for implementation.
Setting Up Tracking Parameters
- Ensure the Offer’s Default Landing Page includes tracking macros:
- If using Smart Links, update the Default Landing Page as follows:



- Additionally, you will need to replace {INSERT_YOUR_TRACKING_DOMAIN} with the tracking domain found on the same page in the conversion method section here.
- Final Step: Replace {INSERT_YOUR_TRACKING_DOMAIN} with the actual tracking domain.