Is There A Text Ad Creation Tool

plankwalker

Newbie
Joined
Sep 27, 2015
Messages
31
Reaction score
8
Hello, way back in the day, there was this program where you put in your URL, Link text and body and it generated what looked to be an exact copy of an Adsense ad, but people used it for clickbank or any other program. Was wondering if there was a tool out there that will do the same? Just spit out some Javascript or html that I can paste in my articles?

Basically want a tool that formats nice looking text ads of products of my choosing.

Thanks.
 
Kind of like that, but I'd want the resulting html code so I could put the ads on my site.
 
Kind of like that, but I'd want the resulting html code so I could put the ads on my site.
Try this code out. I haven't tested it myself, but you'll have to adjust the dimensions and change the URL.
Code:
<script type="[COLOR=#00ff00]text/javascript[/COLOR]"><!--
google_adtest = "[COLOR=#00ff00]on[/COLOR]";         // new line
google_ad_client = "[COLOR=#00ff00]pub-0000000000000000[/COLOR]";
google_alternate_color = "[COLOR=#00ff00]ffffff[/COLOR]";
google_ad_width = [COLOR=#00ff00]468[/COLOR];
google_ad_height = [COLOR=#00ff00]60[/COLOR];
google_ad_format = "[COLOR=#00ff00]468x60_as[/COLOR]";
google_ad_type = "[COLOR=#00ff00]text_image[/COLOR]";
google_ad_channel = "[COLOR=#00ff00]0000000000[/COLOR]";
//--></script>
<script type="text/javascript"
  src="[COLOR=#00ff00]http://pagead2.googlesyndication.com/pagead/show_ads.js[/COLOR]">
</script>
 
Back
Top