With Kevel's ad serving APIs, you can build custom ad platforms for sponsored listings, internal promotions, native ads, and more — so you can take back the Internet and drive more revenue.
"Kevel offers the freedom to own our entire ad tech stack."Natascha Chamuleau, Chief Advertising Officer
Kevel’s APIs provide the core infrastructure for ad serving, targeting, and reporting. Don't reinvent the wheel — leave the plumbing to Kevel and focus on building an ad product as unique as you.
curl -H 'Content-Type:application/json' \
-X POST \
-d '{"placements":[{
"divName":"div1",
"networkId":23,
"siteId":667480,
"adTypes":[5]}],
"user":{"key":"abc"}}' \
\
https://e-23.adzerk.net/api/v2
{ "user": { "key": "abc" },
"decisions": {
"div1": {
"adID": 1234567,
"creativeID": 7654321,
"flightID": 9876543,
"campaignID": 3456789,
"clickURL": "https://e-123.kevel.co...",
"imageURL": "https://e-123.kevel.co...",
"height": 250,
"width": 300,
...
}
}
}