You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I'm using springboot that has support for converting JSON to protobuf messages(ProtobufHttpMessageConverter). It works fine without using "ext" json key. If I uncomment "ext" in below json, I get below exception: com.google.protobuf.InvalidProtocolBufferException: Cannot find field: ext in message com.google.openrtb.BidRequest
Why int fields from Native Ads spec 1.2 is using bool? Example 'required' is an optional int that is allowed 0 or 1. openrtb.proto defines this as bool so json expects it to be 'false'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm working on a project and have extended BidRequest
I'm using springboot that has support for converting JSON to protobuf messages(ProtobufHttpMessageConverter). It works fine without using "ext" json key. If I uncomment "ext" in below json, I get below exception:
com.google.protobuf.InvalidProtocolBufferException: Cannot find field: ext in message com.google.openrtb.BidRequest
Other related questions:
bool
so json expects it to be 'false'The text was updated successfully, but these errors were encountered: