Hi, I'm giving my first steps on implementing an Ad Exchange bidder willing to integrate it with the DoubleClick AdEx RTBidding protocol.
I've chosen java as my technology, but when I tried to generate the java _bindings_ from the realtime-bidding.proto[1] file, I realize it doesn't have a package (or option java_package) defined, making it unusable in my environment (and I think on ANY java environment being impossible to import classes from the default package).
So, my question is, am I doing anything wrong? does somebody successfully used the realtime-bidding.proto with any java stack?
Regards.
[0]:
https://developers.google.com/ad-exchange/rtb/ [1]:
https://developers.google.com/ad-exchange/rtb/downloads/realtime-bidding-proto.txt