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
The in-house, native ad platforms of Facebook, Google, and Amazon gave them the revenue to take risks and grow. There's no reason you can't do the same.
Building an ad business from scratch is daunting, time-intensive, and expensive. Ad serving APIs let you design what you want, without the risk, in 90% less time.
Respect your users with privacy-focused, fast, visually-appealing ads, rather than obtrusive programmatic ads.
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,
...
}
}
}
This guide outlines what goes into building an ad server from scratch and how to speed up that process.