Redirecting Blogger Site to CPA Offer

Joined
Sep 16, 2012
Messages
206
Reaction score
143
I need a code that will redirect a person from my blogger link to a CPA offer without ever hitting the blogger site.
I have found one on here that I think is outdated now & was wondering if anyone had the code that works now and where in the template I should put it.

I want the user to click on the link to my blogger and be immediately redirected to a url on my choosing.


Thanks,
 
Why not put a javascript redirect on your blogger and set the time to 1 or something so they pretty much won't even see your blog and get redirected to the CPA offer.
 
Got it, just didn't have the right link set to redirect so it was spitting it back at me.

Trial & Error.
 
<script type="text/JavaScript">
<!--
setTimeout("location.href = 'your cpa offer link';",1);
-->
</script>
 
+1 for Java in that case as you obviously do not own the domain :) Conversion rate wise, I'd recommend you to pre-sell on your blog rather than just forwarding. Total clicks will decrease but CR should definately pick up as long as your CPA offer is related to your traffic. Directlinking is hardly superior to using landers in most cases.
 
Back
Top