Brightcove プレーヤは現在、VAST ラッパだけでなく、Video 要素、Companion 要素、NonLinear 要素のすべての組み合わせで VAST 1.0 および 2.0 広告をサポートしています。VAST に関する詳細は、Brightcove プレーヤで VAST 標準を使用するを参照してください。このドキュメントの VAST 2.0 バージョンは、ここをクリックしてください。VAST 広告フォーマットの代わりに Brightcove 広告フォーマットを使用するには、サポート対象の広告フォーマットとフォーマット コードを参照してください。
以下の表は、Brightcove でサポートしている VAST 広告フォーマットの一覧です。各 VAST フォーマットを配置可能な Brightcove 標準テンプレートも示しています。
| frmt | 広告フォーマット | 説明 | サポート対象のプレーヤ |
|---|---|---|---|
| 0 | 動画広告 | プレーヤの動画ディスプレイで再生する動画クリエイティブ(.flv、.swf、.jpg、.png、または静止 .gif) | すべてのプレーヤ |
| 1 | オーバーレイ | 動画の再生中に、動画ディスプレイの下部 3 分の 1 のところに表示されるグラフィカルな広告(.swf、.jpg、.png、または静止 .gif) | すべてのプレーヤ |
| 2 | 動画ポッド(468 x 60) | 動画広告、300 x 250 のエキスパンド バナー、および 468 x 60 の leave-behind(固定)クリエイティブをロードします。 | Tabbed Player Template Compact Tabbed Template |
| 6 | バナー(468 x 60) | プレーヤの右下に表示する 468 x 60 のバナー(.swf、.jpg、.png、または静止 .gif) | Tabbed Player Template Compact Tabbed Template |
| 14 | 動画ポッド(728 x 90) | 動画広告、300 x 250 のエキスパンド バナー、および 728 x 90 の leave-behind(固定)クリエイティブをロードします。 | Compact Tabbed Template |
| 15 | バナー(728 x 90) | プレーヤの下部に中央揃えで表示する 728 x 90 のバナー(.swf、.jpg、.png、または静止 .gif) | Compact Tabbed Navigation 2.0 Thumbnail Navigation 2.0 Compact Tabbed Navigation 3.0 |
| 17 | バナー(300 x 60) | プレーヤの右上に表示する 300 x 60 のバナー(.swf、.jpg、.png、または静止 .gif) | Compact Minimizing with List 2.0 Video Player with Horizontal List 3.0 |
| 19 | 動画ポッド(300 x 60) | 300 x 60 バナー付きの動画広告 | Video Player with Horizontal List |
| 20 | オーバーレイ ポッド(468 x 60) | 動画の再生中に、動画ディスプレイの下部 3 分の 1 に表示されるグラフィカルな広告(.swf、.jpg、.png、または静止 .gif)。右下に表示される 300 x 250 のエキスパンド バナーと 468 x 60 の leave-behind(固定)バナー付き。 | Tabbed Navigation Compact Tabbed Navigation |
| 21 | オーバーレイ ポッド(728 x 90) | 動画の再生中に、動画ディスプレイの下部 3 分の 1 のところに表示されるグラフィカルな広告(.swf、.jpg、.png、または静止 .gif)。右下に表示される 300 x 250 のエキスパンド バナーと 728 x 90 の leave-behind(固定)バナー付き。 | Compact Tab 3.0 |
| 22 | Ad SWF | 応答の XML で指定された URL からロードされ、プレーヤの任意の部分に表示可能な SWF (Flash) 広告 | すべてのプレーヤ |
| 23 | オーバーレイ ポッド(300 x 60) | 動画の再生中に、動画ディスプレイの下部 3 分の 1 のところに表示されるグラフィカルな広告 プレーヤの右上に表示される 300 x 60 の コンパニオン バナー付き。 |
Video Player with Horizontal List |
このセクションでは、サポートされている各広告フォーマットについて説明します。表示例と XML 仕様もあります。

動画広告は、プレーヤの動画ディスプレイ コンポーネントに表示されます。すべての Brightcove プレーヤ テンプレートでサポートされています。この広告は、プレロール、ミッドロール、またはポストロールに提供できます。動画広告の再生中は、次のようになります。
動画広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC0">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Brightcove VAST Video Ad</AdTitle>
<Description>VAST example of a simple video ad.Equivalent to Brightcove
format number 0.</Description>
<Impression>
<URL id="yourAdvertiser">
<![CDATA[http://ads.example.com/impression?;trackPoint=start;frmt=0;duration=13]]>
</URL>
<URL id="yourAdvertiser">
<![CDATA[http://ads.example.com/impression?;trackPoint=start;frmt=0;duration=13]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="yourAdvertiser">
<![CDATA[http://ads.example.com/tracking?;trackPoint=trackstart;frmt=0;duration=13]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="yourAdvertiser">
<![CDATA[http://ads.example.com/tracking?;trackPoint=mid;frmt=0;duration=13;]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="yourAdvertiser">
<![CDATA[http://ads.example.com/tracking?;trackPoint=end;frmt=0;duration=13]]>
</URL>
</Tracking>
<Tracking event="pause">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=pause;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="resume">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=resume;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="mute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=mute;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="unmute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=unmute;frmt=0;duration=13;]>
</URL>
</Tracking>
</TrackingEvents>
<Video>
<Duration>00:00:13</Duration>
<AdID>BCID9001000</AdID>
<VideoClicks>
<ClickThrough>
<URL id="yourAdvertiser">
<![CDATA[http://website.example.com/?customerFrom=yourVideo]]>
</URL>
</ClickThrough>
</VideoClicks>
<MediaFiles>
<MediaFile delivery="progressive" bitrate="466" width="480"
height="360" type="video/x-flv">
<URL>
<![CDATA[http://ads.example.com/videoAds/video.flv]]>
</URL>
</MediaFile>
</MediaFiles>
</Video>
</InLine>
</Ad>
</VideoAdServingTemplate>

オーバーレイ広告は、動画の再生中に、動画ディスプレイの下部 3 分の 1 のところに表示されるグラフィカルな広告です。
オーバーレイ広告のデモ例に相当する Brightcove 広告フォーマット。
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast_loose.xsd">
<Ad id="BC1">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Overlay 480x90</AdTitle>
<Description>VAST Example of video overlay ad with JPEG creative.Equivalent
to Brightcove format number 1</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://billing.example.com/impression?trackPoint=start;frmt=17;duration=13]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart;frmt=17;duration=13]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid;frmt=1;duration=13]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2;]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end;frmt=1;duration=13]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete;]]>
</URL>
</Tracking>
</TrackingEvents>
<NonLinearAds>
<NonLinear id="overlay" duration="00:00:05" width="480" height="90"
resourceType="static" scalable="true"
maintainAspectRatio="true" creativeType="image/png">
<URL>
<![CDATA[http://ads.example.com/creatives/overlay_480x90.jpg]]>
</URL>
<NonLinearClickThrough>
<URL>
<![CDATA[http://advertiser.example.com?clickThrough=overlay_VAST_jpg]]>
</URL>
</NonLinearClickThrough>
</NonLinear>
</NonLinearAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

動画広告、300 x 250 のエキスパンド バナー、および 468 x 60 の leave-behind(固定)クリエイティブを組み合わせたものです。
動画ポッド(468 x 60)広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC2">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>SynchedBanner with expanding swf</AdTitle>
<Description>VAST Example of video ad with 468x60 companion banner that
expands to 300x250 banner companion.Equivalent to Brightcove format
number 2</Description>
<Impression>
<URL id="simulatedAdvertiser">
<![CDATA[http://billing.example.com/?trackPoint=impression]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://billing.example.com/?trackPoint=impression2]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=start]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=start2]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=mid]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=end]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=end2]]>
</URL>
</Tracking>
<Tracking event="pause">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=pause;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="resume">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=resume;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="mute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=mute;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="unmute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=unmute;frmt=0;duration=13;]>
</URL>
</Tracking>
</TrackingEvents>
<Video>
<Duration>00:00:13</Duration>
<AdID>BCID9001001</AdID>
<VideoClicks>
<ClickThrough>
<URL id="simulatedAdvertiser">
<![CDATA[http://advertiser.example.com/]]>
</URL>
</ClickThrough>
</VideoClicks>
<MediaFiles>
<MediaFile delivery="progressive" bitrate="466" width="480"
height="360" type="video/x-flv">
<URL>
<![CDATA[http://ads.example.com/videoAds/video.flv]]>
</URL>
</MediaFile>
</MediaFiles>
</Video>
<CompanionAds>
<Companion id="banner" width="468" height="60" resourceType="static"
creativeType="image/jpeg">
<URL><![CDATA[http://ads.example.com/banner_468x60.png]]></URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner468x60_VAST_jpg]]>
</URL>
</CompanionClickThrough>
</Companion>
<Companion id="expanding_banner" width="0" height="0"
expandedWidth="300" expandedHeight="250" resourceType="static"
creativeType="application/x-shockwave-flash">
<URL>
<![CDATA[http://ads.example.com/expanded_300x250.swf]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x250_VAST_expandingBanner]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

バナー(468 x 60)広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC6">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Banner 468x60</AdTitle>
<Description>VAST example of a 468x60 banner with Flash creative.Equivalent
to Brightcove format number 6.</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://billing.example.com/impression?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete]]>
</URL>
</Tracking>
</TrackingEvents>
<CompanionAds>
<Companion id="banner" width="468" height="60" resourceType="static"
creativeType="application/x-shockwave-flash">
<URL>
<![CDATA[http://ads.example.com/creatives/banner_468x60.swf]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner468x60_VAST_swf]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

動画広告、300 x 250 のエキスパンド バナー、および 728 x 90 の leave-behind(固定)クリエイティブを組み合わせたものです。
動画ポッド (728 x 90) 広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC14">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>SynchedBanner 728x90 with expanding swf</AdTitle>
<Description>VAST Example of video ad with 728x90 companion banner that
expands to 300x250 banner companion..Equivalent to Brightcove format
number 14</Description>
<Impression>
<URL id="simulatedAdvertiser">
<![CDATA[http://billing.example.com/?trackPoint=impression]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://billing.example.com/?trackPoint=impression2]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=start]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=start2]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=mid]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=end]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=end2]]>
</URL>
</Tracking>
<Tracking event="pause">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=pause;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="resume">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=resume;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="mute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=mute;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="unmute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=unmute;frmt=0;duration=13;]>
</URL>
</Tracking>
</TrackingEvents>
<Video>
<Duration>00:00:13</Duration>
<AdID>BCID9001002</AdID>
<VideoClicks>
<ClickThrough>
<URL id="simulatedAdvertiser">
<![CDATA[http://advertiser.example.com/]]>
</URL>
</ClickThrough>
</VideoClicks>
<MediaFiles>
<MediaFile delivery="progressive" bitrate="466" width="480"
height="360" type="video/x-flv">
<URL>
<![CDATA[http://ads.example.com/videoAds/video.flv]]>
</URL>
</MediaFile>
</MediaFiles>
</Video>
<CompanionAds>
<Companion id="banner" width="728" height="90" resourceType="static"
creativeType="image/jpeg">
<URL><![CDATA[http://ads.example.com/banner_728x90.jpg]]></URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner728x90_VAST_jpg]]>
</URL>
</CompanionClickThrough>
</Companion>
<Companion id="expanding_banner" width="0" height="0"
expandedWidth="300" expandedHeight="250" resourceType="static"
creativeType="application/x-shockwave-flash">
<URL><![CDATA[http://ads.example.com/expanded_300x250.swf]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x250_VAST_expandingBanner]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

バナー広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC15">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Banner 468x60</AdTitle>
<Description>VAST example of a 728x90 banner with Flash creative.Equivalent
to Brightcove format number 15.</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://billing.example.com/impression?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete]]>
</URL>
</Tracking>
</TrackingEvents>
<CompanionAds>
<Companion id="banner" width="728" height="90" resourceType="static"
creativeType="application/x-shockwave-flash">
<URL>
<![CDATA[http://ads.example.com/creatives/banner_728x90.swf]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner728x90_VAST_swf]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

バナー広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC17">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Banner 300x60</AdTitle>
<Description>VAST example of a 300x60 banner with JPEG creative.Equivalent to
Brightcove format number 17.</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://billing.example.com/impression?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete]]>
</URL>
</Tracking>
</TrackingEvents>
<CompanionAds>
<Companion id="banner" width="300" height="60" resourceType="static"
creativeType="image/jpg">
<URL>
<![CDATA[http://ads.example.com/creatives/banner_300x60.jpg]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x60_VAST_jpg]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

動画ポッド(300 x 60)広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC19">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>SynchedBanner 300x60 with expanding swf</AdTitle>
<Description>VAST Example of video ad with 300x60 companion banner that
expands to 300x250 banner companion.Equivalent to Brightcove format
number 19</Description>
<Impression>
<URL id="simulatedAdvertiser">
<![CDATA[http://billing.example.com/?trackPoint=impression]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://billing.example.com/?trackPoint=impression2]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=start]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=start2]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=mid]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=end]]>
</URL>
<URL id="simulatedPublisher">
<![CDATA[http://tracking.example.com/?trackPoint=end2]]>
</URL>
</Tracking>
<Tracking event="pause">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=pause;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="resume">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=resume;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="mute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=mute;frmt=0;duration=13;]>
</URL>
</Tracking>
<Tracking event="unmute">
<URL id="yourAdvertiser">
<![CDATAhttp://ads.example.com/tracking?;trackPoint=unmute;frmt=0;duration=13;]>
</URL>
</Tracking>
</TrackingEvents>
<Video>
<Duration>00:00:13</Duration>
<AdID>BCID9001003</AdID>
<VideoClicks>
<ClickThrough>
<URL id="simulatedAdvertiser">
<![CDATA[http://advertiser.example.com/]]>
</URL>
</ClickThrough>
</VideoClicks>
<MediaFiles>
<MediaFile delivery="progressive" bitrate="466" width="480"
height="360" type="video/x-flv">
<URL>
<![CDATA[http://ads.example.com/videoAds/video.flv]]>
</URL>
</MediaFile>
</MediaFiles>
</Video>
<CompanionAds>
<Companion id="banner" width="300" height="60" resourceType="static"
creativeType="image/jpeg">
<URL><![CDATA[http://ads.example.com/banner_300x60.png]]></URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x60_VAST_jpg]]>
</URL>
</CompanionClickThrough>
</Companion>
<Companion id="expanding_banner" width="0" height="0"
expandedWidth="300" expandedHeight="250" resourceType="static"
creativeType="application/x-shockwave-flash">
<URL><![CDATA[http://ads.example.com/expanded_300x250.swf]]></URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x250_VAST_expandingBanner]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

オーバーレイ ポッド(468 x 60)広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC20">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Synched Overlay 468x60</AdTitle>
<Description>VAST Example of video overlay ad with 468x60 companion banner
that expands to 300x250 banner companion.Equivalent to Brightcove format
number 20</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/impression?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete]]>
</URL>
</Tracking>
</TrackingEvents>
<CompanionAds>
<Companion id="banner" width="468" height="60" resourceType="static"
creativeType="image/jpg">
<URL>
<![CDATA[http://ads.example.com/creatives/banner_468x60.swf]]>
</URL>
<CompanionClickThrough>
<URL><![CDATA[http://website.example.com/]]>
</URL>
</CompanionClickThrough>
</Companion>
<Companion id="expanding_banner" width="0" height="0"
expandedWidth="300" expandedHeight="250" resourceType="static"
creativeType="application/x-shockwave-flash">
<URL>
<![CDATA[http://ads.example.com/creatives/expanded_300x250.swf]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x250_VAST_expandingBanner]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
<NonLinearAds>
<NonLinear id="overlay" width="480" height="90"
resourceType="static" scalable="true"
maintainAspectRatio="true"
creativeType="application/x-shockwave-flash">
<URL>
<![CDATA[http://ads.example.com/creatives/overlay_f9.swf]]>
</URL>
<NonLinearClickThrough>
<URL><![CDATA[http://advertiser.example.com/]]>
</URL>
</NonLinearClickThrough>
</NonLinear>
</NonLinearAds>
</InLine>
</Ad>
</VideoAdServingTemplate>

オーバーレイ ポッド(728 x 90)広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC21">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Synched Overlay 728x90</AdTitle>
<Description>VAST Example of video overlay ad with 728x90 companion banner
that expands to 300x250 banner companion.Equivalent to Brightcove format
number 21</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/impression?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete]]>
</URL>
</Tracking>
</TrackingEvents>
<CompanionAds>
<Companion id="banner" width="728" height="90" resourceType="static"
creativeType="image/png">
<URL>
<![CDATA[http://ads.example.com/creatives/banner_728x90.png]]>
</URL>
<CompanionClickThrough>
<URL><![CDATA[http://website.example.com/]]>
</URL>
</CompanionClickThrough>
</Companion>
<Companion id="expanding_banner" width="0" height="0"
expandedWidth="300" expandedHeight="250" resourceType="static"
creativeType="image/png">
<URL>
<![CDATA[http://ads.example.com/creatives/expanded_300x250.png]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x250_VAST_expandingBanner]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
<NonLinearAds>
<NonLinear id="overlay" width="480" height="90"
resourceType="static" scalable="true"
maintainAspectRatio="true" creativeType="image/gif">
<URL>
<![CDATA[http://ads.example.com/creatives/overlay.gif]]>
</URL>
<NonLinearClickThrough>
<URL><![CDATA[http://advertiser.example.com/]]>
</URL>
</NonLinearClickThrough>
</NonLinear>
</NonLinearAds>
</InLine>
</Ad>
</VideoAdServingTemplate>
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast_loose.xsd">
<Ad id="BC22">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>AdSwf VAST ExampleSwf</AdTitle>
<Description>VAST example of Brightcove AdSwf format using
adswf_Example.swf from the developer kit.Equivalent to Brightcove
format number 22.</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://billing.example.com/?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/?trackPoint=mid2]]>
</URL>
</Tracking>
</TrackingEvents>
<NonLinearAds>
<NonLinear id="adSwf" resourceType="static" creativeType="SWF">
<URL><![CDATA[http://ads.example.com/adSwf_Example.swf]]>
</URL>
<AdParameters>
<optionalArg>1</optionalArg>
<SecondParameter>Two</SecondParameter>
</AdParameters>
</NonLinear>
</NonLinearAds>
</InLine>
</Ad>
</VideoAdServingTemplate>
Brightcove AdSwf XML フォーマットの <optionalArg> 要素と同様に、<AdParameters> 要素は、adSwf 要素へ自由に子要素を追加できることを示すために入れてあるだけです。
注意:<Duration> は予約タグです。AdParameters では使用しないでください。
詳細は、広告表示 SWF を開発するを参照してください。

オーバーレイ ポッド(300 x 60)広告のデモ例に相当する Brightcove 広告フォーマット
<?xml version="1.0" encoding="UTF-8"?>
<VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="BC23">
<InLine>
<AdSystem>DART</AdSystem>
<AdTitle>Synched Overlay 300x60</AdTitle>
<Description>VAST Example of video overlay ad with 300x60 companion banner
that expands to 300x250 banner companion.Equivalent to Brightcove format
number 23</Description>
<Impression>
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/impression?trackPoint=start]]>
</URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=trackstart]]>
</URL>
</Tracking>
<Tracking event="midpoint">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=mid2]]>
</URL>
</Tracking>
<Tracking event="complete">
<URL id="simulatedNetwork">
<![CDATA[http://tracking.example.com/tracking?trackPoint=end]]>
</URL>
<URL id="simulatedAdvertiser">
<![CDATA[http://tracking.example.com/tracking?trackPoint=complete]]>
</URL>
</Tracking>
</TrackingEvents>
<CompanionAds>
<Companion id="banner" width="300" height="60" resourceType="static"
creativeType="image/jpg">
<URL>
<![CDATA[http://ads.example.com/creatives/banner_300x60.jpg]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x60_VAST_jpg]]>
</URL>
</CompanionClickThrough>
</Companion>
<Companion id="expanding_banner" width="0" height="0"
expandedWidth="300" expandedHeight="250" resourceType="static"
creativeType="image/jpeg">
<URL>
<![CDATA[http://ads.example.com/creatives/expanded_300x250.jpg]]>
</URL>
<CompanionClickThrough>
<URL>
<![CDATA[http://advertiser.example.com/?clickThrough=banner300x250_VAST_expandingBanner]]>
</URL>
</CompanionClickThrough>
</Companion>
</CompanionAds>
<NonLinearAds>
<NonLinear id="overlay" width="480" height="90"
resourceType="static" scalable="true"
maintainAspectRatio="true"
creativeType="application/x-shockwave-flash">
<URL>
<![CDATA[http://ads.example.com/creatives/overlay_f9.swf]]>
</URL>
<NonLinearClickThrough>
<URL><![CDATA[http://advertiser.example.com/]]>
</URL>
</NonLinearClickThrough>
</NonLinear>
</NonLinearAds>
</InLine>
</Ad>
</VideoAdServingTemplate>