There is a version of a module at http://www.openx.org/en/openx-module-for-drupal that seems to be working differently than the one hosted here. I'm not sure exactly why, but I had some issues trying to get my installation (drupal 6) working when using the latest module from drupal. The "code" entry box baffled me - I didn't find clear/adequate instruction on what was expected within the code area, but most things I used didn't work. However, when I added the code snippet from openx into the template, all manually created blocks and automatically created blocks through this "6.x-1.0" on drupal.org's module worked.

Comments

pritish’s picture

[.... auto-generated code from openx]

<script type='text/javascript'><!--//<![CDATA[
 var m3_u = (location.protocol=='https:'?'https://dev/openx/www/delivery/ajs.php':'http://dev/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=1&amp;target=_blank");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script>

<noscript><a href='http://dev/openx/www/delivery/ck.php?n=a3aabe65&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://dev/openx/www/delivery/avw.php?zoneid=1&amp;n=a3aabe65' border='0' alt='' /></a></noscript>

[.... auto-generated code from openx]

When I installed the other module from openx, it has less configuration options and worked right out the gate.

so besides confusion from having two similar modules available, and my lack of understanding on how it should work, maybe there should be just one module? or perhaps some documentation on this module.

brmassa’s picture

Pritish,

i talked to Chris Nutting and we decided to unify the modules. So this OpenX module (but not OpenAds) is now synced (i hope :P)

OpenX module eliminated the "Code" field. It relies only on Zone ID.

regards,

massa

brmassa’s picture

Status: Active » Fixed
pritish’s picture

Status: Fixed » Closed (fixed)

awesome news! I hope this means the documentation will be unified as well.

thanks for your contributions.

DudleyDooRight’s picture

WHy is there SO little documentation on administering this module?