Displaying Ads on Your Pages
Use the codes you receive in Administration => Code Generator to display ads on your pages. Select a zone or enter keywords, the generator will create a code to display ads. Each ad type has its own unique code. Some ad types can be displayed only by using a javascript code, some others can use also iframe and php include code. The table below shows available options marked by *.
Banners and HTML ads which are not javascripts |
PHP include |
Iframe |
Javascript |
Classic banners (any size) - one ad per code |
* |
* |
* |
Classic banners (any size) - one per code, a new ad is displayed once a X seconds |
|
* |
|
Classic banners (any size) - multiple ads per code |
* |
* |
* |
Classic banners (any size) - multiple ads per code, a new ad is displayed once a X seconds |
|
* |
|
Google style ads |
|
|
* |
All types of DHTML ads |
|
|
* |
Displaying Ads by
Publishers
Publishers can receive their code in their users area. The code is available only for places approved by admin. The system doesn't track clicks and impressions from unapproved places, publishers can't receive a payment for such hits.
HTML Ads
Those ad sizes which are used for normal banners let you enter also HTML code
of your ads, instead of standard banners. Please note these important issues:
1) Links in plain HTML ads are
automatically replaced by tracking URL's. It means that the system can track
clicks on such links. However these links should have the required format -
they must contain the following part:
href="http://
Examples
of correct links:
href="http://www.somedomain.com/"
href="http://domain.com/somepage.php?x=10&y=25"
Examples
of incorrect links:
href=http://www.somedomain.com/
href="https://domain.com/"
2)
We do not recommend to allow users to enter a plain HTML code as their
ads because it would allow them to use any HTML tags and totally damage pages
where such ads are displayed.