Jump to content

Recommended Posts

Posted

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/DFP

I can see the views but the banner not register click 

 

Helpme please

 

 

 

 

Captura3.PNG

Captura.PNG

Captura2.PNG

  • 3 months later...
  • 1 month later...
Posted

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");

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...