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

Add 1.3.0 changelog #249

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v1.3.0 (2024/2/6)

### Enhancements

- Multi-seller auction demo has been added
- Contextual auctions (header bidding and ad server auctions) are executed before the Protected Audience auction is executed.
- The winning bid price of the contextual auction acts as the bid floor of the Protected Audience auction
- Ad server / DSP-A / DSP-B / SSP-A / SSP-B participants have been added
- The ad server acts as the top-level seller and DSPs/SSPs are component participants
- Instream video ad demo has been added
- SSP VAST XML wraps around the DSP VAST URI
- A unique ID is added to each reporting URL in the VAST
- The finalized VAST is post-messaged out of the iframe to the IMA SDK

### Bug Fixes

NA

## v1.2.1 (2024/1/19)

### Enhancements
Expand Down
Loading