Auteur : | : | ajkost |
Pays | : | Czech Republic |
Date | : | vendredi 7 juin 2013, 16:30 |
Commentaire | : | Hello! Great script! I am using it for few weeks but I have found one problem. I use your scipt for ad rotator in my website. This code I have placed on my website: <iframe src="http://example.com/300x250.php" width="300" height="250" frameborder="0" scrolling="no"></iframe> in 300x250.php I am rotating few scripts and img ahref banners: <SCRIPT SRC="http://example.com/ads?size=300x250" TYPE="text/javascript"></SCRIPT> and <a href="http://www.example.com/file.php" target="_blank"><img src="http://example.com/images/300x250.png" alt="Advertising" width="300" height="250"></a> There is no problem with click tracking, works perfec! Problem is, when I add this code into rotation (in 300x250.php) <script src="http://example.com/ads.aspx?cwadformat=300X250&cwwidth=300&cwheight=250"></script> It can not track clicks for this type of ad script. Could you please help me, how to fix it? Thank you very much! |