-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Static vast tag for mobile rendering API for rewarded video (#148)
* the static vast tag for mobile rendering API for rewarded video * update gulpfile to handle static vast XML file in build process Co-authored-by: Yuriy Velichko <yuriy.velichko@openx.com> Co-authored-by: Jason Snellbaker <jsnellbaker@appnexus.com>
- Loading branch information
1 parent
1b77ada
commit 6c65b1b
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VAST version="2.0"> | ||
<Ad id="PrebidMobileAppEvent"> | ||
<InLine> | ||
<AdSystem version="1.0">Prebid org</AdSystem> | ||
<AdTitle>PrebidAppEvent</AdTitle> | ||
<Impression><![CDATA[https://test.url.com]]></Impression> | ||
<Creatives> | ||
<Creative> | ||
<Linear> | ||
<Duration>00:00:02</Duration> | ||
<MediaFiles> | ||
<MediaFile delivery="progressive" height="540" id="539733616" type="video/mp4" width="960"> | ||
<![CDATA[https://test.url.com/gam_rewarded.mp4]]> | ||
</MediaFile> | ||
</MediaFiles> | ||
</Linear> | ||
</Creative> | ||
</Creatives> | ||
</InLine> | ||
</Ad> | ||
</VAST> |