Cloaking and Affiliate Networks?

vucinic

Junior Member
Joined
Jan 12, 2009
Messages
132
Reaction score
25
Do affiliate networks generally care about link cloaking? I know some of them aren't big fans of iframing, and when generating cloaked links I saw a lot of "frame" tags.

Is this different then iframing, and what's the networks stand points?

Here is an example of my code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 FRAMESET//EN">
<HTML>
<HEAD>
<TITLE>Welcome</TITLE>
</HEAD>
<FRAMESET ROWS="100%">
<FRAME SRC="www.affiliatelink.com">
<NOFRAMES>
<HEAD>
<TITLE>Welcome</TITLE>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL='www.affiliatelink.com'">
</HEAD>
<BODY>
<P>Your browser does not seem to support frames or frame support has been disabled.</P>
<P>Please <A HREF="www.affiliatelink.com">click here</A> to proceed to the site.</P>
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>
 
anyone have some advice?
 
met refresh for some browser doesnt work like in opera, chrome ..

regards
 
you need to talk to your manager. I heard that NB is ok with iframe
 
Hello!

Just new for networking business...I'm one of the affiliate in clickbank. Just wanna know how to cloak my id? can anybody help me to my new business...PLS?!:(
 
This code cloak the link very well. Problem is my Kaspersky Internet Secrity is treating it as a trojan. So I have to find alternate method.
 
yup some anti viruses will pick up on it as a risk.. tried this method before
 
If you don't have a redirect, most affiliates will kick you off because they get all the coplants, but your landing page will still get shot down though. You really need to get 20-30 redirect domains depending on the volume.
 
This is not cloaking, just redirection ! No aff network care about redirection unless you dont put their tracking code on your site.
 
Back
Top