Forum Moderators: skibum
Both network2 and network3 give me a whole bunch of code (javascript or other tags), not just a URL. So I can't paste all that code into where network1 asks for a URL to default to. When I go into the network2 or network3 code and pluck out the URL, paste it into network1, it doesn't produce the ad properly. If network2 and network3 would just give me a URL (like CPX does), this might be easier.
I realize I'm not doing things right, because others have set these up. Can someone give me specific direction on how to deal with this specific situation, I would really appreciate it. Thanks!
[edited by: eljefe3 at 5:57 am (utc) on Mar. 15, 2008]
[edit reason] specifics [/edit]
Both network2 and network3 give me a whole bunch of code (javascript or other tags), not just a URL. So I can't paste all that code into where network1 asks for a URL to default to.
Here's one idea which ought to work:
1) Take the javascript ad code from network 2.
2) Remove the <script> and </script> tags.
3) If there is a <noscript>...</noscript> section, then rewrite it as
document.write('<noscript>...<noscript>');
4) Save the code as a javascript text file: network2.js
5) Upload the file on to your server, let's say to:
/mysite/ads/network2.js
6) Where the code from network 1 requests a URL, insert:
[mysite.com...]
Now you have a simple URL which contains the script from network2.