Home > General > Affiliate Marketing Forum

I need to track optins that redirect straight to an offer (9)


10-11-2013 11:27 PM #1 lewis69 (Member)
I need to track optins that redirect straight to an offer

Hi everyone. So Im hoping someone here can help me with what Im assuming is probabaly an easily solved problem

Basically I am looking to track optins with prosper.

I am sending traffic to a squeeze page and when a person opts in they are instantly redirected to an offer, is there any type of redirect or something I can use after the optin that will track the optin as a conversion and instantly redirect the traffic to the offer page?

Thanks in advance all.


10-12-2013 10:13 AM #2 bbrock32 (Administrator)

You can easily put the prosper img pixel on the page they are sent after the optin and do a JS redirect after that.


10-12-2013 10:28 AM #3 lewis69 (Member)

Nice one, is there a script kicking about in the forum for this?


10-12-2013 10:37 AM #4 caurmen (Administrator)

Just make an HTML page, put the pixel in as normal, then add

Code:
<script>window.location.replace("http://URL_TO_REDIRECT_TO");</script>
below that.


10-12-2013 12:26 PM #5 lewis69 (Member)

Cheers for that Caurmen, I have just one issue the conversion is not registering, the conversion registers if I remove the redirect, so Im wondering if its redirecting too fast, before the conversion pixel loads???


10-12-2013 01:48 PM #6 montrealim (Member)

Quote Originally Posted by caurmen View Post

Code:
<script>window.onload = function () {window.location.replace("http://URL_TO_REDIRECT_TO");}</script>
This will redirect only when your page is loaded (pixel included).


10-12-2013 04:31 PM #7 bbrock32 (Administrator)

^^ Yep , also if you want you can do a redirect after 2-3 seconds.


10-12-2013 06:33 PM #8 lewis69 (Member)

Thats got it. Cheers guys


10-14-2013 11:48 AM #9 caurmen (Administrator)

@montrealim - nice one!


Home > General > Affiliate Marketing Forum