MediaMetaData データ オブジェクト - キャンペーン管理

メディア メタデータ オブジェクトを定義します。 メタデータには、1 つ以上のメディア表現のダウンロード URL が含まれます。

構文

<xs:complexType name="MediaMetaData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="MediaType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Representations" nillable="true" type="tns:ArrayOfMediaRepresentation" />
    <xs:element minOccurs="0" name="Text" nillable="true" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

要素

MediaMetaData オブジェクトには、IdMediaTypeRepresentationsText、Type の各要素があります

要素 説明 データ型
身分証明書 メディア メタデータのシステム識別子。 long
MediaType メディア サブクラスの名前。

ImageMediaRepresentation の場合、MediaTypeImage です
string
表現 1 つ以上のメディア表現のダウンロード URL を含む ImageMediaRepresentation の一覧。 表現の数は、メディアの種類によって異なります。 イメージ広告拡張機能の場合、サービスは、高さと幅のプロパティが異なる 3 つの ImageMediaRepresentation オブジェクトを正確に返します。 レスポンシブ広告の場合、サービスは ImageMediaRepresentation オブジェクトを 1 つだけ返します。 詳細については、「 MediaEnabledEntityFilter」を参照してください。 MediaRepresentation 配列
テキスト メディア テキスト。 string
ライブラリ内のメディアの種類。

ImageMediaRepresentation の場合、使用可能な値は ImageMediaRepresentation のみです。
string

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

GetMediaMetaDataByAccountId
GetMediaMetaDataByIds