次の方法で共有


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

編集レビューに失敗した資産グループのコレクションを定義します。

構文

<xs:complexType name="AssetGroupEditorialReasonCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AppealStatus" type="tns:AppealStatus" />
    <xs:element minOccurs="0" name="AssetGroupId" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignId" type="xs:long" />
    <xs:element minOccurs="0" name="Reasons" nillable="true" type="tns:ArrayOfAssetGroupEditorialReason" />
  </xs:sequence>
</xs:complexType>

要素

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

要素 説明 データ型
AppealStatus 編集レビューで見つかった問題をアピールできるかどうかを決定する値。 AppealStatus
AssetGroupId 編集レビューに失敗した資産グループの識別子。 long
CampaignId 関連付けられているキャンペーンの識別子。 long
理由 編集レビューに失敗した資産グループのコンポーネントを識別する AssetGroupEditorialReason オブジェクトの一覧と、失敗の理由。 AssetGroupEditorialReason 配列

要件

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

使用ページ

GetAssetGroupsEditorialReasons