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 |
Jump to:
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
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
Basically you have two options with Trade Doubler (who are an affiliate program agency)
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
Try using the ad_html module, which comes in the latest development snapshot.
#4
Automatically closed -- issue fixed for two weeks with no activity.