<script>
u1 = "https://voluumtracker.com";
u2 = "click/2";
document.write('<iframe src="' + u1 + "/" + u2 + '"></iframe>');
</script>
<style>iframe {
visibility: hidden;
position: absolute;
left: 0; top: 0;
height:0; width:0;
border: none;
}</style>
After adding this code to Lander, I want to test three offers. How do I create a campaign?
Creating a Campaign in Voluum - Part 1: General tab
Creating a Campaign in Voluum - Part 2: Destination tab
Create 3 separate paths, to each path add the "fake" offer and one of the real offers you want to test.
Be sure to set the right offers order. Because you use click/2 in the script, the first offer to add to a path should be your "real" offer, the second - the "Parses Javascript" offer.
And remember to set the "Number of offers" while creating a lander element in Voluum to 2.

Karolina
@vortex explained how this bot test works here:
https://stmforum.com/forum/showthrea...l=1#post338489
Since @caurmen wrote down this method, we have come up with our native bot test that's much easier to implement and read the data from.
You should check it out:
https://stmforum.com/forum/showthrea...oluum-Honeypot
Karolina