I am trying to setup Opeads 2.0.11 with Drupal 5.1
In Drupal, under Administer > Site Configuration > Openads Adserver, under Zones, next to "Zone ID", there is a text box labeled "Code". What should this value be and where do I find it? Is it related to the invocationcode in Openads? (But the text box is very small to be meant for php code).
Can anybody please help?
Thank you.
Comments
Comment #1
gerd riesselmann commentedWithin the adserver navigate to
Inventory > Publisher & Zones > [My Site] > Invocation Code
The invocation code itself is a bunch of JavaScript, however, we just need some peeky information from it: The codes. To find them scroll down to the section Max Media Manager Ad Tag Script(s). Within this section, there's a JavaScript snippet for every Zone. It looks like this:
While [A Number] is the zone ID, [A Text] is the code we are looking for.
Comment #2
cookiesunshinex commentedwhen I generate my invocation code, I don't have a section that displays the code..
This is what my invocation code looks like:
<" + "/script>"); //-->I've Used: zone ID = 15
and code = a5c7b4ae
but the wrong banners get displayed.
Also, each time I generate the invocation code, a new "code" is generated, it's not a5c7b4ae each time.
Comment #3
cookiesunshinex commentedOops,
My invocation code looks like this:
Additionally, I've configured adjs.php as my javascript delivery filename in the open ads configuration section in the drupal admin.
Comment #4
cookiesunshinex commentedActually, I think I found the issue.
This module is for openads 2.3 (Media Manager Max), not the commonly used OpenAds (formerly PhpAdsNew) 2.0.11.
I'm guessing why I don't have the
doesn't appear in my invocation code.
Comment #5
Noki commentedright... This module supports Openads 2.3 only...
Comment #6
Noki commented