Closed (duplicate)
Project:
Advertisement
Version:
6.x-2.1
Component:
ad_remote module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2009 at 15:44 UTC
Updated:
18 Sep 2009 at 17:47 UTC
Hi,
In the README.txt said:
For example, you may have a group called "Text Ads" and another group called "Image Ads."
but I cannot doing it because both "Text Ads" and "Image Ads" will appeared in "Image ad" tab with its specific width & length.
So, on Ad Groups, I created 2 groups (I name it "728 x 90" & "160 x 600")... so that I can have different image length & width on every groups.
But when creating the Code snippet on Remote Ads, the Code snippet is same on both "728 x 90" & "160 x 600"
<!--start-->
<script language='JavaScript' type='text/javascript'>
var adurl = window.location.href;
document.write(
<div class="advertisement group-tids-0" id="group-id-tids-0">"<scr" + "ipt type='text/javascript' src='http://www.domain.com/modules/ad/serve.php?q=1&k=be816ef09d6ce3aa0fde28805ef6f60f&t=0&u="+adurl+"'>"+"</scr" + "ipt>"</div>
)
</script>
<!--end-->
That code snippet also not works..
I have tested different permission, and also input formats... but still not works..
Can you tell me whats wrong?
Thanks in advance
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 37.12 KB | apasaja |
Comments
Comment #1
jeremy commentedThe only thing that will change when you select a different ad group is the "t=" portion of the URL. Everything else stays the same.
As for having issues displaying the ads, check out this duplicate issue:
#547644: Remote Ad Code Not Working