77 feature request support for returning pause ads #86
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Support for Pause Ads
This PR implements a new feature to support Pause Ads in the test-adserver. It adds a new endpoint
/pause-ad
that returns a VAST XML response suitable for pause ads.Changes
/pause-ad
endpoint that generates and returns a VAST XML for pause adsPauseAdVastBuilder
to create VAST XML specifically for pause adsSession
class to handle pause ad requestsPAUSE_AD
to constantsTesting
The VAST XML generated has been tested with the Video Suite Inspector (https://googleads.github.io/googleads-ima-html5/vsi/).
Observations:
but only a cropped part of it is shown.Questions:
What might be causing only a cropped part of the image to be visible, and how can we address this?(Fixed)Notes