Home >
The Newbie Zone >
Questions and Answers
Code question for Landers (6)
01-26-2018 12:29 AM
#1
daydreamer (Member)
Code question for Landers
Greetings,
I am running a dating offer that has an age restriction. Is there a code that I can use on the Lander so that when I ask if they are 30 and older, they would be directed to offer #1 and if there are not, they would be directed to offer #2?
thanks!
-DK
01-26-2018 09:36 AM
#2
caurmen (Administrator)
Yes, that's fairly easy.
What tracker are you using? On something like FunnelFlux you won't need any special code at all, but on Voluum you'll need to do something a little more complex.
01-26-2018 04:40 PM
#3
vortex (Senior Moderator)
If you're using Voluum, all you need to do is:
1)In Voluum go to settings (gear-icon at the top) > Tracking URLs > copy the Multi-offer click URL. Let's say it's http://track.domain.com/click/1 for sake of illustration.
2)On your lander, you'll have 2 buttons - one for under 30 and the other for over 30. Link one to http://track.domain.com/click/1 and the other to http://track.domain.com/click/2.
3)In Voluum, create the campaign, and when choosing offers, specify as the first offer, the one you want all the under 30s to go to; and specify as the second offer, the one you want all the over 30s to go to.
Simple as that! If you're using FunnelFlux please let me know and I'll put together some instructions for you.
Amy
01-31-2018 04:28 AM
#4
daydreamer (Member)
Thanks for the response Caurmen and Amy! I have Voluum and I will give Amy's steps a try.
01-31-2018 06:13 AM
#5
daydreamer (Member)

Originally Posted by
vortex
If you're using
Voluum, all you need to do is:
1)In
Voluum go to settings (gear-icon at the top) > Tracking URLs > copy the Multi-offer click URL. Let's say it's
http://track.domain.com/click/1 for sake of illustration.
2)On your lander, you'll have 2 buttons - one for under 30 and the other for over 30. Link one to
http://track.domain.com/click/1 and the other to
http://track.domain.com/click/2.
3)In Voluum, create the campaign, and when choosing offers, specify as the first offer, the one you want all the under 30s to go to; and specify as the second offer, the one you want all the over 30s to go to.
Simple as that! If you're using FunnelFlux please let me know and I'll put together some instructions for you.
Amy
This worked perfectly, thanks again!
Now I came across another issue with this lander. After uploading, I tried testing this lander and once it opened, it quickly directs me to an offer that isn't mine. I didn't even get a chance to start answer some of my lander questions before it got redirected. I thought I cleaned everything but there is something hidden that I can't seem to figure out.
Do you have any pointers of what I should be looking for? there isn't any other web address except for my tracker. Here is a snip of the top portion of the coding that I am not sure about
:
Attachment 18010
Thanks for the help!!!
01-31-2018 10:05 AM
#6
caurmen (Administrator)
Are you browsing from a geo which isn't the same as the geo the offer targets?
If so, your affiliate network may be redirecting you to a different offer. Check with them and see if that's the case.
If that's not the case, remove all the script tags above (anything starting <script and ending </script). You've got a lot of scripts referenced there, and they could be doing pretty much anything.
Home >
The Newbie Zone >
Questions and Answers