Is there a problem with the Dell graphical elements? I must admit I am a new user to TD but I cannot for the life of me get the Dell images to show. They do show using Javascript links but apparently I cannot enter an epi number with Javascript. So instead I am trying to use the custom links.
How are we to manipulate the custom links. When I have it created for me it gives me the code
Code:
<a href="http://clk.tradedoubler.com/click?p=3466&a=1202708&g=16248166" target="_blank">Type your text here</a>
<script language="javascript">
var uri = 'http://impie.tradedoubler.com/imp/inv/16248166/1202708?' + new String (Math.random()).substring (2, 11);
document.write('<img src="'+uri +'" border=0>');
</script>
Why would you have an image outside the <a href><\a> tags? Also the image does not display anything except a 1 x 1 pixel image. Could anyone shed light on my problem?
I was told that it was possible by without cache prevention, but when I enquired about where to put it when cache prevention was enabled I was told....
*****************************************
Code:
<script language="javascript">
var uri = 'http://impie.tradedoubler.com/imp/js/1102983/1202708?' + new String (Math.random()).substring (2, 11); document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>
I am afraid you cannot put an EPI code into Java script banner because the code where you put the EPI code is not visiable. Do get around this please choose CUSTOM instead of JAVA when copying code for a banner and add &EPI=whateveryouwant at the end of the tracking code (starts with http://tradedoubler.....)
*************************************
The example mentioned in a previous post above does not include cache prevention.
Can I or can I not insert an EPI into a Javascript link with cache prevention and how?