Documentation
Setup docs for advertisers and publishers.
Use these snippets after your account and site/campaign have been approved.
Publisher widget
Paste this on an approved publisher site. Replace the site key and slot with values from your Publisher Dashboard.
<div class="et24-ad" data-site="SITE_KEY" data-slot="300x250"></div>
<script src="https://ads.ecomtrade24.com/widget.js" async></script>
Advertiser conversion pixel
Install on landing pages to store attribution, then fire conversion events on success pages.
<script src="https://ads.ecomtrade24.com/conversion.js" data-public-key="PUBLIC_KEY" async></script>
<script src="https://ads.ecomtrade24.com/conversion.js"
data-public-key="PUBLIC_KEY"
data-conversion="1"
data-event="sale"
data-reference="ORDER_ID"
data-amount="99.00"
data-currency="EUR"
async></script>
Server-to-server conversion API
POST https://ads.ecomtrade24.com/api/conversion.php
Content-Type: application/json
{
"public_key": "PUBLIC_KEY",
"server_secret": "SERVER_SECRET",
"event_type": "sale",
"reference": "ORDER_ID",
"amount": 99.00,
"currency": "EUR"
}
Review first
Sensitive ads require manual approval before delivery.
Prepaid billing
No negative balances. Delivery stops when the wallet is insufficient.
Report links
Users can report problematic ads when report links are enabled.