Skip to content

GumGum: adds note that mediaType video is required for video products #2551

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

Merged
merged 12 commits into from
Dec 4, 2020
4 changes: 4 additions & 0 deletions dev-docs/bidders/gumgum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI - Prebid doesn't recommend delivering native ads through 'mediaType.banner'. If this is necessary, then we will soon require that you set meta.mediaType="native" on the bidResponse object.