kris79
Member
First of all I don't know if this is even possible.
Hopefully someone will be able to help me with this.
The general idea: instead of having 1 landing page, have 2 in sequence, one after another.
Example:
Visitor lands on Lander #1 with 1 offer (for example lead gen offer)
then after performing lead gen the visitor is redirected to Lander #2 with another but closely related offer, e.g. CPS from Clickbank or other CPA offer.
I know that adsBrdige has multi offer CTA links to put on 1 landing, looking like this:
but would it work to just have those cta links divided onto few landing pages, each landing page with its own cta link?
Maybe @Alex_O99 can help me
Hopefully someone will be able to help me with this.
The general idea: instead of having 1 landing page, have 2 in sequence, one after another.
Example:
Visitor lands on Lander #1 with 1 offer (for example lead gen offer)
then after performing lead gen the visitor is redirected to Lander #2 with another but closely related offer, e.g. CPS from Clickbank or other CPA offer.
I know that adsBrdige has multi offer CTA links to put on 1 landing, looking like this:
Code:
<a href="javascript:void(0)"
onclick="window.open(decodeURIComponent(
window.location.href.substr(
window.location.href.lastIndexOf('aref=')+5) + '&multi_offer=1/2/3'),
'_self');">
</a>
Maybe @Alex_O99 can help me