Affiliate login| Merchant login

Banners with different link types

the banner below use different affiliate linking types to demonstrate this functionality.

Note that the banner codes used in these sample pages are specially changed to work in the test conditions. You can see how this banner will look in the real situation in the banner code example.
Back to Samples & tests home

Standard links (redirect)

Banner code (example)
<a href="https://broadcast.ino.com/affiliate/scripts/click.php?a_aid=testaff&a_bid=11110001">
<img src="https://broadcast.ino.com/affiliate/accounts/default1/banners/sample_image_banner.gif" alt="" title="" WIDTH="468" HEIGHT="60"></a>
<img src='https://broadcast.ino.com/affiliate/scripts/imp.php?a_aid=testaff&a_bid=11110001' width='1' height='1' border='0'>
    

New style links (URL parameters)

Banner code (example)
<a href="http://www.targetsite.com/?a_aid=testaff&a_bid=11110001">
<img src="https://broadcast.ino.com/affiliate/accounts/default1/banners/sample_image_banner.gif" alt="" title="" WIDTH="468" HEIGHT="60"></a>
<img src='https://broadcast.ino.com/affiliate/scripts/imp.php?a_aid=testaff&a_bid=11110001' width='1' height='1' border='0'>
    

SEO links (require mod_rewrite)

Banner code (example)
<a href="http://www.targetsite.com/reftestaff/11110001.html">
<img src="https://broadcast.ino.com/affiliate/accounts/default1/banners/sample_image_banner.gif" alt="" title="" WIDTH="468" HEIGHT="60"></a>
<img src='https://broadcast.ino.com/affiliate/scripts/imp.php?a_aid=testaff&a_bid=11110001' width='1' height='1' border='0'>
    

DirectLink style (no URL parameters)

Banner code (example)
<a href="http://www.targetsite.com/">
<img src="https://broadcast.ino.com/affiliate/accounts/default1/banners/sample_image_banner.gif" alt="" title="" WIDTH="468" HEIGHT="60"></a>
<img src='https://broadcast.ino.com/affiliate/scripts/imp.php?a_aid=testaff&a_bid=11110001' width='1' height='1' border='0'>