google / openrtb-doubleclick

Utilities for DoubleClick Ad Exchange, including OpenRTB mapping, DoubleClick cryptography, metadata and validation
Apache License 2.0
197 stars 89 forks source link

How to change format from json to protobuf when send response back to doubleclick ? #140

Open SchopenhauerZhang opened 5 years ago

SchopenhauerZhang commented 5 years ago

I write python api to receive the bid request from google double click , of course ,it is json format .But now I have to change the format from json to protobuf when send response or receive bid requests. What do i do? I do not know how to write the code after reading the doc of https://developers.google.com/authorized-buyers/rtb/openrtb-guide. Obviously, google developers' doc is not work. it does not list the details about this situation(change the format from json to protobuf when send response or receive bid requests. ). So ,i need help about above.