Enabling the Ad Module to work with Trade Doubler

uksigma - February 8, 2008 - 12:12
Project:Advertisement
Version:5.x-1.4-1
Component:ad module
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Is it possible to enable the ad module to work with trade doubler adverts. they are served remotely therefore it would actually just need to be a javascript code injection, but I would prefer to see it served from within the ad module. Is this possible or is it going to be worked on in future releases?

#1

Jeremy@kerneltr... - February 8, 2008 - 14:34
Status:active» active (needs more info)

It is possible, but it will likely require the creation of a ad_tradedoubler type module. Perhaps you can provide more details about how trade doubler adverts work, so that it can be understood exactly what the ad module would need to do to serve them.

#2

uksigma - February 12, 2008 - 16:23

Basically you have two options with Trade Doubler (who are an affiliate program agency)

  1. Display a chosen banner (insert the code in your site)
  2. Display a 'pool' of banners, i.e. select all the banners from within the trade doubler site and then insert the pool code in your site

Example code Trade Doubler generates:

<script type="text/javascript">
var uri = 'http://imp.tradedoubler.com/imp?type(js)pool(246826)a(1441819)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>

I just wondered if it was possible to run the trade doubler banners alongside other banners in drupal. For example in a run of 10 banners, 9 of them are trade doubler banners and number 10 is a house ad

#3

Jeremy@kerneltr... - April 13, 2008 - 03:20
Status:active (needs more info)» fixed

Try using the ad_html module, which comes in the latest development snapshot.

#4

Anonymous (not verified) - April 27, 2008 - 03:22
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.