From 2718041707fe8cff6f80743b849cc48ce2b21971 Mon Sep 17 00:00:00 2001 From: susyt Date: Fri, 4 Dec 2020 09:49:51 -0800 Subject: [PATCH] GumGum: adds note that mediaType video is required for video products (#2551) * specifies us privacy is supported * adds video support to gumgum md * adds support for tcf 2 * adds new bid param to gumgum.md * updates gumgum doc * notes required mediaType for video products --- dev-docs/bidders/gumgum.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-docs/bidders/gumgum.md b/dev-docs/bidders/gumgum.md index 9906bc858f..dd2498d6ce 100644 --- a/dev-docs/bidders/gumgum.md +++ b/dev-docs/bidders/gumgum.md @@ -42,3 +42,7 @@ information. | `video` | optional | Tracking ID | `'ggumtest'` | `string` | | `videoPubID` | optional | Publisher ID | `123` | `integer` | | `inVideo` | optional | Tracking ID | `'ggumtest'` | `string` | + + +Please note that both video and in-video products require a mediaType of video. +All other products (in-screen, slot, native) should have a mediaType of banner. \ No newline at end of file