次の方法で共有


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

編集レビューに失敗した広告拡張機能のコレクションを定義します。

構文

<xs:complexType name="AdExtensionEditorialReasonCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdExtensionId" type="xs:long" />
    <xs:element minOccurs="0" name="Reasons" nillable="true" type="tns:ArrayOfAdExtensionEditorialReason" />
  </xs:sequence>
</xs:complexType>

要素

AdExtensionEditorialReasonCollection オブジェクトには、AdExtensionIdReasons という要素があります。

要素 説明 データ型
AdExtensionId 編集レビューに失敗した広告拡張機能の識別子。 long
理由 編集レビューに失敗した広告拡張機能のコンポーネントと失敗の理由を識別する AdExtensionEditorialReason オブジェクトの一覧。 AdExtensionEditorialReason 配列

要件

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

使用ページ

GetAdExtensionsEditorialReasons