Yhonn Posted August 20, 2015 Report Posted August 20, 2015 Hi.I have a doubleclick banner wit this code <SCRIPT language='JavaScript1.1' SRC="https://ad.doubleclick.net/ddm/adj/N99002.1919397account/B8922822.120855255;sz=470x70;ord=[timestamp]?"></SCRIPT><NOSCRIPT><A HREF="https://ad.doubleclick.net/ddm/jump/N99002.1919397account/B8922822.120855255;sz=470x70;ord=[timestamp]?"><IMG SRC="https://ad.doubleclick.net/ddm/ad/N99002.1919397accoun/B8922822.120855255;sz=470x70;ord=[timestamp]?" BORDER=0 WIDTH=470 HEIGHT=70 ALT="Advertisement"></A></NOSCRIPT>I cread a new Banner HTML and I select Doubleclik/DFPI can see the views but the banner not register click Helpme please Quote
Pablo Posted November 23, 2015 Report Posted November 23, 2015 i have the same problem.... the banner don't show in html page...http://luxury.cl/banners/ban3.html but yes in the banner preview. Quote
magicmulder Posted January 22, 2016 Report Posted January 22, 2016 That's because the plugin does not support HTTPS URLs.A fix in the source would be to change plugins/3rdPartyServers/ox3rdPartyServers/doubleclick.class.php in lines 51, 52 to this: $search = array("/\[timestamp\]/i", "/(http:.*?;)(.*?)/i", "/(https:.*?;)(.*?)/i"); $replace = array("{random}", "$1click0={clickurl};$2", "$1click0={clickurl};$2"); 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.