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
* ORTB + AdCOM 202303 Updates
* Bump Major Version
* Copy Paste Errors
* Fix Mod File
* Keep On 1.16
* Revert Go Mod Version
* Rename plcmnt to plcmt To Align With Native
* Final Spec Updates
* Fix VideoPlcmtNoContent
* Update Category Taxonomies
-[openrtb3](openrtb3/) - [OpenRTB](https://iabtechlab.com/standards/openrtb/)[3.0](https://github.com/InteractiveAdvertisingBureau/openrtb) (can lag behind because official spec is constantly updated without version bump, feel free to PR)
7
7
-[adcom1](adcom1/) - [AdCOM](https://iabtechlab.com/standards/openmedia/)[1.0](https://github.com/InteractiveAdvertisingBureau/AdCOM) (can lag behind because official spec is constantly updated without version bump, feel free to PR)
CatTaxIABContent10CategoryTaxonomy=1// IAB Tech Lab Content Category Taxonomy 1.0: Deprecated, and recommend NOT be used since it does not have SCD flags.
11
+
CatTaxIABContent20CategoryTaxonomy=2// IAB Tech Lab Content Category Taxonomy 2.0: Deprecated, and recommend NOT be used since it does not have SCD flags.
12
+
CatTaxIABProduct10CategoryTaxonomy=3// IAB Tech Lab Ad Product Taxonomy 1.0.
// VideoPlacementSubtype represents types of video placements derived largely from the IAB Digital Video Guidelines.
4
+
// To be sent using the placement attribute in the Video object.
5
+
// DEPRECATED AS OF OPENRTB 2.6-202303.
6
+
// Proposed removal of this list and associated attribute in 2024.
4
7
typeVideoPlacementSubtypeint8
5
8
6
9
// Types of video placements derived largely from the IAB Digital Video Guidelines.
7
10
const (
8
-
VideoInStreamVideoPlacementSubtype=1// In-Stream: Played before, during or after the streaming video content that the consumer has requested (e.g., Pre-roll, Mid-roll, Post-roll).
9
-
VideoInBannerVideoPlacementSubtype=2// In-Banner: Exists within a web banner that leverages the banner space to deliver a video experience as opposed to another static or rich media format. The format relies on the existence of display ad inventory on the page for its delivery.
10
-
VideoInArticleVideoPlacementSubtype=3// In-Article: Loads and plays dynamically between paragraphs of editorial content; existing as a standalone branded message.
11
-
VideoInFeedVideoPlacementSubtype=4// In-Feed: Found in content, social, or product feeds.
12
-
VideoAlwaysVisibleVideoPlacementSubtype=5// Interstitial/Slider/Floating: Covers the entire or a portion of screen area, but is always on screen while displayed (i.e. cannot be scrolled out of view).
11
+
VideoPlacementInStreamVideoPlacementSubtype=1// In-Stream: Played before, during or after the streaming video content that the consumer has requested (e.g., Pre-roll, Mid-roll, Post-roll).
12
+
VideoPlacementInBannerVideoPlacementSubtype=2// In-Banner: Exists within a web banner that leverages the banner space to deliver a video experience as opposed to another static or rich media format. The format relies on the existence of display ad inventory on the page for its delivery.
13
+
VideoPlacementInArticleVideoPlacementSubtype=3// In-Article: Loads and plays dynamically between paragraphs of editorial content; existing as a standalone branded message.
14
+
VideoPlacementInFeedVideoPlacementSubtype=4// In-Feed: Found in content, social, or product feeds.
15
+
VideoPlacementAlwaysVisibleVideoPlacementSubtype=5// Interstitial/Slider/Floating: Covers the entire or a portion of screen area, but is always on screen while displayed (i.e. cannot be scrolled out of view).
0 commit comments