Warning: bit of a noob question here
If you're hosting a lander on your own server and are linking to the offer page via a CTA on the LP, is it possible to pass subid variables through the landing page and over to the affilate network?
I'm running on mobile using my own LP that's hosted on my server (optimised for speed). On the LP there's a CTA directing the user through to the offer page. Can I still receive subid info via the network reporting platform? I'm only using JT at the moment.
If not how are you guys getting around this as I know a lot of you are not using prosper/CPV Lab due to poor mobile compatibility.
Cheers
use php
Pass the subid to landing page, ex: http://landingpage.com/index.php?subid=xxx
In your landing page CTA: http://offerurl.com/?s=xxx&c=xxx&subid=<? echo $_GET['subid']; ?>
I was wondering this exact same thing, thanks socaep!