Skip to content
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

Triplelift Bid Adapter: outstream support #8709

Merged
merged 39 commits into from
Jul 28, 2022

Conversation

nllerandi3lift
Copy link
Contributor

Type of change

  • Feature

Description of change

Allows adunits configured as 'outstream' to be sent to endpoint
Allows adunits configured as 'outstream' AND 'banner' to be sent to endpoint within same impression object
exchange will return only one or the other
'banner' and 'instream' is still interpreted as instream-only
Modified banner+outstream tests to check for both objects
Added new tests for 'outstream only' and 'banner + incomplete outstream'
Outstream gets same TTL as Instream
Outstream placements:

if context=outstream and placement was not provided, set video.placement:3
if pub sets video.placement and it is not 3,4,5, set to placement:3
if pub sets as 3, 4, 5, keep as is

nllerandi3lift and others added 30 commits January 3, 2022 15:37
Catch TL Prebid up to the upstream
…e-update

TL-19850 Finished log error logic around floors functionality
Copy link
Collaborator

@robertrmartinez robertrmartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@robertrmartinez robertrmartinez merged commit 82d74d2 into prebid:master Jul 28, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* alt outstream support

* removes consoleLog

* rename video ttl

* multi-imp

* simplify video if statement in buildPostBody

* distinguish banner from video bid; temp solution for testing

* adds tests for mediatype

* remove console log

* individual instream/outstream tests

* simplify some functions

* nitpick

* adds media_type check

* adds placement options to outstream

* checks instream placement values

* TL-19850 Finished log error logic around floors functionality

* deprecates getlegacyFpd

* remove console log

* TL-19850 Changed functionlity of tests

* restore logErrorSpy aftereach

* removing pub name from test

Co-authored-by: Dan Goldin <[email protected]>
Co-authored-by: Patrick Loughrey <[email protected]>
Co-authored-by: Patrick Loughrey <[email protected]>
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* alt outstream support

* removes consoleLog

* rename video ttl

* multi-imp

* simplify video if statement in buildPostBody

* distinguish banner from video bid; temp solution for testing

* adds tests for mediatype

* remove console log

* individual instream/outstream tests

* simplify some functions

* nitpick

* adds media_type check

* adds placement options to outstream

* checks instream placement values

* TL-19850 Finished log error logic around floors functionality

* deprecates getlegacyFpd

* remove console log

* TL-19850 Changed functionlity of tests

* restore logErrorSpy aftereach

* removing pub name from test

Co-authored-by: Dan Goldin <[email protected]>
Co-authored-by: Patrick Loughrey <[email protected]>
Co-authored-by: Patrick Loughrey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants