|
|
 |
 |
Dynamic
Pixel Ad Banners
Use our banners to publish ads from our ad engine
anywhere on your web site. Then earn a 40% commission for each unique ad
click registered through your publishing site. With our
publishing features it is possible to target your banner to specific
ad categories or demographics to help maximize the commissions of
your published banners.
Use the banner generator on the left sidebar to see a demonstration. Our
banners offer pre-defined themes that are customizable by pixel background,
title bar background, title bar orientation and inner/outer border colors.
How
To Add A Banner
-
Setup account.
-
Access publishing sites via customer account interface and add a publishing
site.
-
Add the following code to the page header of each page where you would like our
ad banner displayed:
| <script language='JavaScript' src=
'http://engine.dynamicPixelAds.com/banner1.js'></script> |
Then use the banner generator in the customer account interface to generate the
code similar to the following example:
<script language='JavaScript'>
bannerByTheme(w,h,titleOrientation,siteId,themeId,'outerBorder');
</script>
|
If further customization is needed the generator in the customer account also
generates raw html.
|
An example banner:
|
| Width: |
420 |
Site Id: |
0 |
| Height: |
90 |
Theme Id: |
103 |
| Title Orientation: |
Bottom |
Outer Border: |
Green |
|
 |
|
|
| JavaScript: |
<script
language='JavaScript'>
bannerByTheme(420,90,2,0,103,'Green');
</script> |
|
 |
|
|