[Need]Get Publisher Ad Code

total.load

Newbie
Joined
Jan 24, 2012
Messages
22
Reaction score
2
Is there any method,so I can get an URL from publishers ad codes.
Examples:
<div style="margin:0px; height: 198px; width:120px; " >
<iframe id="frame_content" height="198px" width="120px" src="example" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</div>
or
<script type="text/javascript" src="example"></script>
.

And assuming that someone 'll click that link,he/she 'll be redirected to advertisement.
I've tried the link after "src" and it doesn't work.
 
Well, they are not static urls, so you cant get url. They always rotate, so you cant get same url each time.
 
And is not a script that 'll redirect to advertisement?
 
Back
Top