-
Notifications
You must be signed in to change notification settings - Fork 143
Description
Hey, I'm only a beginner at this, so you'll have to allow some room for mistakes with me, sorry in advance!
So far, I've seen a half-dozen example oRTB exchanges, and read quite a bit of the documentation by third parties on GitHub.
However, when I look at the IAB docs and review the aforementioned projects for how they actually communicate, my conclusion is that oRTB, on the SSP side, is essentially just receiving JSON files via API requests, holding the auction (I couldn't find any documentation on a standardised way of doing this - can I do it any way I like?) and then issuing a response to the bidders and showing the creative.
My question is, as I'm not well-versed in Java, can't I just run this system - receiving and sending files - on a different language?
Thanks, Tim