-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Google ad manager support for long-form video #3787
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jaiminpanchal27
Please see in-line comments below.
Additionally, if we're setting up a common folder for the modules - could we look into moving the adpod
module into that folder? It was designed with a similar purpose of being available to multiple adserverVideo sub-modules.
modules/common/videoAdserver.js
Outdated
@@ -0,0 +1,141 @@ | |||
/** | |||
* This module adds Freewheel support for Video to Prebid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we update this comment so it's more generic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
# Conflicts: # modules/freeWheelAdserverVideo.js # test/spec/modules/freeWheelAdserverVideo_spec.js
* gam support * update gam module to use submodules pattern * Fix unit tests * bug fix: do not add bid if it is rejected and revert gulphelpers
* gam support * update gam module to use submodules pattern * Fix unit tests * bug fix: do not add bid if it is rejected and revert gulphelpers
* gam support * update gam module to use submodules pattern * Fix unit tests * bug fix: do not add bid if it is rejected and revert gulphelpers
Do not merge for now.
Type of change
Description of change
This PR adds google ad server support to long-from video. Please refer #3759 for more details
We will test this with ad server once we get access.