magicmulder Posted January 22, 2016 Report Share Posted January 22, 2016 We've noticed that the Doubleclick plugin supplied with current Revive (3.2.2. and earlier) does not support injecting the click tag for Doubleclick banners embedded via HTTPS.A fix would be to changeplugins/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"); Richard Foley 1 Quote Link to comment Share on other sites More sharing options...
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.