次の方法で共有


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

BiddableAdGroupCriterion または NegativeAdGroupCriterion (具体的には ProductPartition を含むアクション) に適用するアクションを定義します。 AdGroupCriterionAction オブジェクトのグループ (製品グループとも呼ばれます) を ApplyProductPartitionActions サービス操作に送信できます。

構文

<xs:complexType name="AdGroupCriterionAction" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Action" type="tns:ItemAction" />
    <xs:element minOccurs="0" name="AdGroupCriterion" nillable="true" type="tns:AdGroupCriterion" />
  </xs:sequence>
</xs:complexType>

要素

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

要素 説明 データ型
アクション AdGroupCriterion に適用するアクション。 ItemAction
AdGroupCriterion BiddableAdGroupCriterion または NegativeAdGroupCriterion。どちらも ProductPartition 条件を含める必要があります。

Update アクションでは、AdGroupCriterionCriterionBid 要素と DestinationUrl 要素のみが変更可能です。 製品グループの注文または構造を更新するには、更新アクションを使用できません。 広告グループの条件を削除してから、代わりに新しい製品パーティションを追加する必要があります。
AdGroupCriterion

要件

サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

ApplyHotelGroupActions
ApplyProductPartitionActions