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
Is your feature request related to a problem? Please describe.
as stated in OpenRTB API Spec v2.5, we are required to send an array of integer for Blocked creative attributes
Describe the solution you'd like
Based on OpenRTB API specification doc section Object: Video, one of the attributes is battr which indicates blocked creative attributes
Add a new attribute in VideoParameters to send list of blocked creative attribute
Describe alternatives you've considered
Additional context
I'm working in a news company and our partner asked to send this value through Prebid SDK
The text was updated successfully, but these errors were encountered:
At the bottom, you can find the links to implementation details for GO/JAVA servers. They are pretty similar.
You should be able to put any config for imp into the impression level stored request on PBS. So, you should be able to add the battr to them. The configID property of the Prebid Ad Units in your app is basically an ID of the impression level stored configs on the PBS.
similar request #756
Is your feature request related to a problem? Please describe.
as stated in OpenRTB API Spec v2.5, we are required to send an array of integer for Blocked creative attributes
Describe the solution you'd like
Based on OpenRTB API specification doc section Object: Video, one of the attributes is
battr
which indicates blocked creative attributesAdd a new attribute in
VideoParameters
to send list of blocked creative attributeDescribe alternatives you've considered
Additional context
I'm working in a news company and our partner asked to send this value through Prebid SDK
The text was updated successfully, but these errors were encountered: