Help Center Manage Your Account Technical
How do I setup a video ad with multiple bitrates?
If you have multiple version of a video ad with different bitrates or resolutions, you can set up these media files via the "Custom XML" option when you create a new video ad. This is useful when your visitors view the video ad on different devices. You can set a lower quality ad for mobile users that saves bandwidth and a high quality ad for visitors on desktop/laptop.Examples
1. A video ad with different bit rates:<MediaFiles> <MediaFile delivery="progressive" bitrate="256" width="480" height="360" type="video/x-flv"> <![CDATA[ http://example.com/low.flv ]]> </MediaFile> <MediaFile delivery="progressive" bitrate="512" width="480" height="360" type="video/x-flv"> <![CDATA[ http://example.com/medium.flv ]]> </MediaFile> <MediaFile delivery="progressive" bitrate="1024" width="480" height="360" type="video/x-flv"> <![CDATA[ http://example.com/high.flv ]]> </MediaFile> </MediaFiles>2. A video ad available via different streaming and standard protocol. This setup can be used with Wowza Media Server to support different device platforms (eg: Windows vs. iOS)
<MediaFiles> <MediaFile delivery="progressive" bitrate="512" width="480" height="360" type="video/mp4"> <![CDATA[ http://example.com/ad.mp4 ]]> </MediaFile> <MediaFile delivery="streaming" bitrate="512" width="480" height="360" type="video/mp4"> <![CDATA[ rtmp://example.com/streaming/ad.mp4 ]]> </MediaFile> </MediaFiles>You might need to consult the video player's configuration documentation to ensure the most suitable media file is displayed from the VAST result.
Other Articles in Technical
Solve technical issues while working within the ad server
- Do ad clicks have referrer information from my site?
- How do I clear the browser cache and cookie?
- How do I detect device orientation for iPhone/iPad?
- How do I optimize my website for faster loading time?
- How do I perform A/B split testing for ad variations?
- How do I record page views and unique visitors?
- How do I remove spyware and malware from my computer?
- How to convert a date string to a unix timestamp and vice versa?
- Why do some icons/images look different in Internet Explorer?
Cannot find an answer for your question? Ask our Customer Care team
Related
- Campaign
"Documentation for API methods to manage your campaigns in our ad server. API Version1.3.7 (build 20200318). This page was updated ..."
- Website
"Documentation for API methods to manage one or multiple websites. API Version1.3.7 (build 20200318). This page was updated on Tue, ..."
- Channels
"Documentation for API methods to manage one or multiple channels. API Version1.3.7 (build 20200318). This page was updated on Tue, ..."
- Advertiser
"Documentation for API methods to manage one or multiple advertisers. API Version1.3.7 (build 20200318). This page was updated on Tue, ..."
- What are VAST error codes?
"VAST 3.0 and newer supports error reporting with a specific code to assist troubleshooting. If the video player cannot handle, ..."