-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JustPremium - Make format available #2691
Comments
nwlosinski
pushed a commit
to nwlosinski/Prebid.js
that referenced
this issue
Jun 7, 2018
nwlosinski
pushed a commit
to nwlosinski/Prebid.js
that referenced
this issue
Jun 7, 2018
9 tasks
mike-chowla
pushed a commit
that referenced
this issue
Jun 11, 2018
Sweet 👍 |
dluxemburg
pushed a commit
to Genius/Prebid.js
that referenced
this issue
Jul 17, 2018
* add format parameter to bid response
florevallatmrf
pushed a commit
to Marfeel/Prebid.js
that referenced
this issue
Sep 6, 2018
* add format parameter to bid response
StefanWallin
pushed a commit
to mittmedia/Prebid.js
that referenced
this issue
Sep 28, 2018
* add format parameter to bid response
ghost
pushed a commit
to devunrulymedia/Prebid.js
that referenced
this issue
Jan 30, 2019
* add format parameter to bid response
AlessandroDG
pushed a commit
to simplaex/Prebid.js
that referenced
this issue
Mar 26, 2019
* add format parameter to bid response
AlessandroDG
pushed a commit
to simplaex/Prebid.js
that referenced
this issue
Mar 26, 2019
* add format parameter to bid response
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: