Do you use php redirect (or a better way) to avoid affiliate ads being blocked by those ad blockers? I think it is fairly easy to deal with text ads, which are not blocked by the way, but how would you redirect banner ads? Do you have to host the images at another location because CJ's servers are targeted? Any pointer is appreciated.
You can just use a simple PHP script with code like <?php header("Location: http://redirecturl"); ?> and point to that PHP script instead of the redirecturl.
Thanks. Has anyone done this with CJ advertisers who don't specifically allow URL redirect? Any problems with CJ?