ビデオ データ オブジェクト - キャンペーン管理
ビデオ データ オブジェクトを定義します。
注:
誰もがこの機能をまだ持っているわけではありません。 そうでない場合は、心配しないでください - それはすぐに来ています!
構文
<xs:complexType name="Video" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AspectRatio" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CreatedDateTimeInUTC" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DurationInMilliseconds" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="FailureCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="ModifiedDateTimeInUTC" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="SourceUrl" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ThumbnailUrl" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
要素
Video オブジェクトには、AspectRatio、CreatedDateTimeInUTC、Description、DurationInMilliseconds、FailureCode、Id、ModifiedDateTimeInUTC、SourceUrl、Status、ThumbnailUrl、Url の各要素があります。
要素 | 説明 | データ型 |
---|---|---|
AspectRatio | ビデオの縦横比。 指定できる値は、16:9、5:4、1:1、4:5、9:16 です。 | string |
CreatedDateTimeInUTC | ビデオが作成された日付と時刻 (協定世界時)。 | dateTime |
説明 | ビデオアセットの説明。 追加: サポートされています 更新: サポートされています |
string |
DurationInMilliseconds | ビデオアセットの時間 (ミリ秒単位)。 追加: サポートされていません 更新: サポート対象外 |
int |
FailureCode | 考えられるエラー コードの説明を以下に示します。 AssetDataInvalid: URL からダウンロードしたファイルはビデオではありません。 VideoDownloadError: 指定された URL にアクセスできません。 AssetDataInvalidWidth: ビデオ フレームの幅は 120 ピクセル未満です。 AssetDataInvalidHeight: ビデオ フレームの高さは 120 ピクセル未満です。 InvalidDuration: ビデオの再生時間は 6 秒未満です。 VideoOverweight: ビデオ ファイルのサイズが 2 GB を超えています。 VideoTranscodingError: トランスコードの問題を表す一般的なエラー コード。 これは Azure Media Service によって制御されます。 ビデオのエンコードと JobErrorCode の詳細については、こちらをご覧ください。 |
string |
身分証明書 | ビデオの識別子。 | long |
ModifiedDateTimeInUTC | ビデオが最後に変更された日時 (協定世界時)。 | dateTime |
SourceUrl | ビデオの元の URL。
注: SourceUrl は直接ダウンロード URL である必要があります。 追加: サポートおよび必須 |
string |
Status | ビデオアセットの状態。 状態は[ 下書き]、[ アクティブ]、[ 削除済み] 、または [失敗] のいずれかです。 追加: サポートされていません 更新: サポートされています |
string |
ThumbnailUrl | ビデオアセットのサムネイル URL。 追加: サポートされていません 更新: サポート対象外 |
string |
URL | ビデオがホストされている URL。
注: URL は内部使用のために予約されています。 追加: サポートされています 更新: サポートされています |
string |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用ページ
AddVideos
AdRecommendationVideoSuggestion
GetVideosByIds
UpdateVideos