brijeshguru99 Posted March 24, 2015 Report Posted March 24, 2015 (edited) I have created email/newslatter zone. When i integrate this code with email, end user will see ad banner but clicking on that banner he will not redirected to ad link Below is the invocation code for that particular email zone <a href='http://example.com/www/delivery/ck.php?zoneid=13' target='_blank'><img src='http://example.com/www/delivery/avw.php?zoneid=13&cb=INSERT_RANDOM_NUMBER_HERE' border='0' alt='' /></a> Can you please help Edited March 24, 2015 by Erik Geurts changed URL to example.com Quote
andrewatfornax Posted March 29, 2016 Report Posted March 29, 2016 Hi @brijeshguru99,As you can see from the above code, this is straight HTML - a standard <a href> tag, wrapping an <img> tag.So, I can only think of two reasons why it won't work:1. The email client blocks this standard HTML feature. If so, there's nothing anyone can do about that.2. The ck.php script isn't working for some reason.Without seeing the actual link, I can't advise why the second might be the case. Try clicking on the real link to the ck.php script in your tag, and looking for any errors in the UI, or web server/PHP logs for clues. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.