ProductPartition 數據物件 - 營銷活動管理
定義具有一個條件的廣告群組層級產品分割區,以協助判斷Microsoft商家中心商店的產品是否作為產品廣告。
ProductPartition 準則可以包含在 BiddableAdGroupCriterion 和 NegativeAdGroupCriterion 中。 另請注意,行銷活動層級 ProductScope 可以新增至 BiddableCampaignCriterion。 嘗試在廣告群組的產品分割區群組內發生重複或衝突的產品條件,將會透過 ApplyProductPartitionActions 作業失敗;不過,此作業不會驗證行銷活動層級 ProductScope 內是否已經存在重複或衝突的條件。
提示
如需實作概觀,請 參閱Microsoft購物活動 技術指南。
<xs:complexType name="ProductPartition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="Condition" nillable="true" type="tns:ProductCondition" />
<xs:element minOccurs="0" name="ParentCriterionId" nillable="true" type="xs:long" />
<xs:element name="PartitionType" type="tns:ProductPartitionType" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
ProductPartition 物件具有下列元素:Condition、ParentCriterionId、PartitionType。
元素 | 描述 | 資料類型 |
---|---|---|
條件 | 可協助判斷Microsoft商家中心商店的產品是否作為廣告提供的條件。 使用 ApplyProductPartitionActions 建立 ProductPartition 物件的樹狀結構,即可指定多個產品條件。 若要將目錄項目當作廣告提供,它必須符合所有條件。 若要取得廣告群組的所有條件清單,請呼叫 GetAdGroupCriterionsByIds , 並將 AdGroupCriterionIds 元素設定為 null,並將 CriterionType 元素設定為 ProductPartition。 加: 必填 更新: 此物件不支援更新 |
ProductCondition |
ParentCriterionId | 父代 BiddableAdGroupCriterion 或 NegativeAdGroupCriterion 的識別符。 如果產品分割區代表產品分割樹狀結構的根節點,這個元素必須設定為 Null。 加: 必填 更新: 此物件不支援更新 刪除: 必填 |
長 |
PartitionType | 產品分割區的類型,例如 細分 或 單位。 加: 必填 更新: 此物件不支援更新 |
ProductPartitionType |
ProductPartition 物件具有 Inherited Elements。
繼承的專案
從準則繼承的專案
ProductPartition 物件衍生自 Criterion 物件,並繼承下列元素:Type。 下列描述是 ProductPartition 特有的,而且可能不適用於從 Criterion 物件繼承相同元素的其他物件。
元素 | 描述 | 資料類型 |
---|---|---|
類型 | 準則的型別。 當您擷取產品數據分割準則時,此值為 ProductPartition 。 如需準則類型的詳細資訊,請參閱 準則數據物件備註。 加: 唯讀 更新: 唯讀 |
string |
需求
服務: CampaignManagementService.svc v13
命名空間: https://bingads.microsoft.com/CampaignManagement/v13