forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PBS Digital Out of Home - initial docs (prebid#4969)
* initial control of DOOH * dooh page * linting updates * linting update
- Loading branch information
Showing
5 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: page_v2 | ||
sidebarType: 5 | ||
title: Prebid Server | Use Cases | Digital Out Of Home | ||
|
||
--- | ||
|
||
# Use Case: Prebid Server | Digital Out Of Home | ||
|
||
Prebid Server (PBS) supports Digital Out Of Home (DOOH) advertising with this architecture: | ||
|
||
## Workflow | ||
|
||
Here's a workflow diagramming how this works. | ||
|
||
![Prebid Server DOOH](/assets/images/flowcharts/prebid-server/pbs-dooh-flow.png){:class="pb-xlg-img"} | ||
|
||
1. DOOH screen makes request for an ad either directly (1a) or through a Content Management System (1b) | ||
2. The DOOH ad server sends an OpenRTB request to PBS, specifying the screen requirements. | ||
3. PBS sends a request for bids to selected demand partners by relaying OpenRTB requests to them. | ||
4. Demand partners return a bid response to PBS. Bid creative assets may be stored in Prebid Cache. | ||
5. PBS returns the resulting bids to the DOOH ad server. | ||
6. The ad server retrieves the cached DOOH bid assets as necessary. | ||
7. The ad server returns the bid to the CMS or device. | ||
|
||
## OpenRTB and DOOH | ||
|
||
These are the fields in OpenRTB 2.6 that support the Digital Out Of Home use case: | ||
|
||
- `dooh` - an object containing many values such as the venue type, publisher, etc. | ||
- imp.qty - impression quantity | ||
- imp.dt - estimated impression timestamp | ||
|
||
Bidders generally expect these values to be present in the original Prebid Server request. | ||
|
||
## Further Reading | ||
|
||
- [DOOH in OpenRTB 2.6](https://github.com/InteractiveAdvertisingBureau/openrtb2.x/blob/main/2.6.md#objectdooh) |