Integration

Endpoints

All requests to Nimbus are done via HTTP POSTs to submit RTB JSON bodies

https://[ask_solutions_engineer].adsbynimbus.com/rta/v1

Special Notes

Regarding underscores in property names: The OpenRTB spec itself is occasionally inconsistent when it comes to underscores. Nearly all properties in the spec are lowercase, not underscored. However, there’s are anti-patterns section in the spec that references a private_auction flag containing an underscore. The api_key, facebook_app_id, and session_id properties in our docs are both properties contained within Extension objects in the spec. As such, we include underscores in those properties as an anti-pattern to enable the reader to quickly distinguish custom fields from RTB specified fields. We’ve seen some demand partners take this approach as well and we favored it ourselves.

Last updated