The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  MyBid

can anyone help me creating ad tag for banner ads

please state your problem clear .... are you a developer or what type of add tag are you talking about ?
 
please state your problem clear .... are you a developer or what type of add tag are you talking about ?

i am media buyer and m using mydsp as traffic source

in order to upload third party creative in mydsp campaign. i need a ad tag <which is javascript code> where can i get those?
is there predefined codes or i have to write it.
 
<script type="text/javascript">
var gsad = {
site_id : 74740,
sizes : ["320x50"]
};
</script>
<script type="text/javascript" src="img src url"></script>
 
This page will probably help you.

A code like this is probably what you need:

<script type="text/javascript">
document.write("<div style='background-color: red; width: 320px; height: 50px;'>
click={CLICK_URL} </div>");
</script>
 
MI
Back