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
We require this information in order to target lineItems properly on different formats.
The adserverTargeting in the bidderSettings would look something like this
justpremium: {adserverTargeting: [// other targeting stuff{key: 'hb_format_justpremi',val : (bidResponse)=>bidResponse.format}]}
Expected results
The JustPremium bidResponse object contains the format. E.g. wp, pu, etc.
Actual results
The JustPremium bidResponse object doesn't contain the format.
Feature Request
Add
format
information to JustPremium adapter.Description
The justPremium server response contains the creative
format
.See the passCond function
This information is not available on the
bidResponse
object that is created by the adapterWe require this information in order to target lineItems properly on different formats.
The
adserverTargeting
in thebidderSettings
would look something like thisExpected results
The JustPremium
bidResponse
object contains the format. E.g.wp
,pu
, etc.Actual results
The JustPremium
bidResponse
object doesn't contain the format.Platform details
Prebid.js 1.13.0
Other information
@nwlosinski implemented the prebid adapter.
The text was updated successfully, but these errors were encountered: