PageVisitorsWhoDidNotVisitAnotherPageRule 數據物件 - 行銷活動管理
定義未造訪另一個頁面重新營銷規則的頁面訪客。
重新營銷規則是用來判斷要將誰新增至重新行銷清單的條件。 針對 PageVisitorsWhoDidNotVisitAnotherPage 規則,您必須包含一或多個流覽 (IncludeRuleItemGroups) 瀏覽之頁面的規則專案群組,而且您也必須包含一或多個不可流覽過之頁面的規則專案群組 (ExcludeRuleItemGroups) 。
對於 IncludeRuleItemGroups 內的每個規則專案群組,相同頁面的規則項目條件會使用邏輯 AND 運算符聯結。 然後,規則專案群組清單中的每個結果都會使用邏輯 OR 運算符聯結。
同樣地, 對於 ExcludeRuleItemGroups 內的每個規則專案群組,相同頁面的規則專案條件會使用邏輯 AND 運算符聯結。 然後,規則專案群組清單中的每個結果都會使用邏輯 OR 運算符聯結。 最後,邏輯 NOT 運算符會套用至排除規則專案群組的匯總結果。
換句話說,如果符合任何包含規則專案群組條件,且未符合任何排除規則專案群組條件,則訪客會新增至您的重新營銷清單。
如需詳細範例,請參閱下 方的 一節。
語法
<xs:complexType name="PageVisitorsWhoDidNotVisitAnotherPageRule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:RemarketingRule">
<xs:sequence>
<xs:element minOccurs="0" name="ExcludeRuleItemGroups" nillable="true" type="tns:ArrayOfRuleItemGroup" />
<xs:element minOccurs="0" name="IncludeRuleItemGroups" nillable="true" type="tns:ArrayOfRuleItemGroup" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
PageVisitorsWhoDidNotVisitAnotherPageRule 物件具有下列元素:ExcludeRuleItemGroups、IncludeRuleItemGroups。
元素 | 描述 | 資料類型 |
---|---|---|
ExcludeRuleItemGroups | 您要套用為重新行銷清單排除範圍的規則專案群組清單。 此元素中的規則專案群組數目上限為 100。 每個規則專案群組的規則項目數目上限為 100。 排除專案優先於包含專案。 換句話說,如果用戶流覽 RemarketingList 成員資格期間內的任何排除頁面,例如前 30 天,則即使其他頁面檢視符合包含的規則專案群組中的條件,也無法將他們新增至清單。 如果在成員資格持續時間回查之前發生排除的頁面檢視,而且如果使用者的頁面檢視符合成員資格持續時間內所包含規則專案群組中的條件,則可以將其新增至重新營銷清單。 加: 必填 更新: 必填。 如果您想要保留任何先前的規則專案群組,則必須在更新期間再次明確地設定它們。 |
RuleItemGroup 陣 列 |
IncludeRuleItemGroups | 您要套用至重新行銷清單的規則專案群組清單。 此元素中的規則專案群組數目上限為 100。 每個規則專案群組的規則項目數目上限為 100。 加: 必填 更新: 必填。 如果您想要保留任何先前的規則專案群組,則必須在更新期間再次明確地設定它們。 |
RuleItemGroup 陣 列 |
PageVisitorsWhoDidNotVisitAnotherPageRule 物件具有 Inherited Elements。
繼承的專案
從 RemarketingRule 繼承的元素
PageVisitorsWhoDidNotVisitAnotherPageRule 物件衍生自 RemarketingRule 物件,並繼承下列元素:Type。 下列描述專屬於 PageVisitorsWhoDidNotVisitAnotherPageRule,而且可能不適用於從 RemarketingRule 對象繼承相同元素的其他物件。
元素 | 描述 | 資料類型 |
---|---|---|
類型 | 重新營銷規則的類型。 如需重新行銷規則類型的詳細資訊,請參閱 RemarketingRule 資料物件備註。 加: 唯讀 更新: 唯讀 |
string |
註解
重新營銷規則是用來判斷要將誰新增至重新行銷清單的條件。 針對 PageVisitorsWhoDidNotVisitAnotherPage 規則,您必須包含一或多個流覽 (IncludeRuleItemGroups) 瀏覽之頁面的規則專案群組,而且您也必須包含一或多個不可流覽過之頁面的規則專案群組 (ExcludeRuleItemGroups) 。
對於 IncludeRuleItemGroups 內的每個規則專案群組,相同頁面的規則項目條件會使用邏輯 AND 運算符聯結。 然後,規則專案群組清單中的每個結果都會使用邏輯 OR 運算符聯結。
同樣地, 對於 ExcludeRuleItemGroups 內的每個規則專案群組,相同頁面的規則專案條件會使用邏輯 AND 運算符聯結。 然後,規則專案群組清單中的每個結果都會使用邏輯 OR 運算符聯結。 最後,邏輯 NOT 運算符會套用至排除規則專案群組的匯總結果。
換句話說,如果符合任何包含規則專案群組條件,且未符合任何排除規則專案群組條件,則訪客會新增至您的重新營銷清單。
例如,假設已設定下列規則專案群組。
<Rule i:type="PageVisitorsWhoDidNotVisitAnotherPageRule">
<Type i:nil="true" />
<ExcludeRuleItemGroups>
<RuleItemGroup>
<Items>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>Url</Operand>
<Operator>BeginsWith</Operator>
<Value>A</Value>
</RuleItem>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>ReferrerUrl</Operand>
<Operator>BeginsWith</Operator>
<Value>B</Value>
</RuleItem>
</Items>
</RuleItemGroup>
<RuleItemGroup>
<Items>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>Url</Operand>
<Operator>Contains</Operator>
<Value>C</Value>
</RuleItem>
</Items>
</RuleItemGroup>
</ExcludeRuleItemGroups>
<IncludeRuleItemGroups>
<RuleItemGroup>
<Items>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>Url</Operand>
<Operator>Contains</Operator>
<Value>X</Value>
</RuleItem>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>ReferrerUrl</Operand>
<Operator>DoesNotContain</Operator>
<Value>Z</Value>
</RuleItem>
</Items>
</RuleItemGroup>
<RuleItemGroup>
<Items>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>Url</Operand>
<Operator>DoesNotBeginWith</Operator>
<Value>Y</Value>
</RuleItem>
</Items>
</RuleItemGroup>
<RuleItemGroup>
<Items>
<RuleItem i:type="StringRuleItem">
<Type i:nil="true" />
<Operand>ReferrerUrl</Operand>
<Operator>Equals</Operator>
<Value>Z</Value>
</RuleItem>
</Items>
</RuleItemGroup>
</IncludeRuleItemGroups>
</Rule>
上述定義會轉譯為下列邏輯表達式:
( ( (URL 包含 X) 和 (ReferrerUrl DoesNotContain Z) ) 或 ( (Url DoesNotBeginWith Y) ) 或 ( (ReferrerUrl 等於 Z) ) ) ,而非 ( ( (URL StartsWith A) 和 (ReferrerUrl StartsWith B) ) 或 ( (URL 包含 C) ) )
邏輯表達式的評估會決定下列哪一個範例使用者會新增至重新營銷清單。
使用者 | 流覽過的URL | 查閱者 URL | 已新增至清單 |
---|---|---|---|
使用者 1 | A |
X | 是。 將邏輯表達式結果評估為 True。 ( ( (URL 包含 X) 和 (ReferrerUrl DoesNotContain Z) ) 或 ( (Url DoesNotBeginWith Y) ) 或 ( (ReferrerUrl 等於 Z) ) ) ,而非 ( ( (URL StartsWith A) 和 (ReferrerUrl StartsWith B) ) 或 ( (URL 包含 C) ) ) ( (False 和 True) 或 (True) 或 (False) ) ,且不 ( (True 和 False) 或 (False) ) (False 或 True 或 False) ,且不 (False 或 False) True 且非 False True |
使用者 2 | B |
Y | 是。 將邏輯表達式結果評估為 True。 ( ( (URL 包含 X) 和 (ReferrerUrl DoesNotContain Z) ) 或 ( (Url DoesNotBeginWith Y) ) 或 ( (ReferrerUrl 等於 Z) ) ) ,而非 ( ( (URL StartsWith A) 和 (ReferrerUrl StartsWith B) ) 或 ( (URL 包含 C) ) ) ( (False 和 True) 或 (True) 或 (False) ) ,且不 ( (False 和 False) 或 (False) ) (False 或 True 或 False) ,且不 (False 或 False) True 且非 False True |
使用者 3 | C |
Z | 不能。 將邏輯表達式結果評估為 False。 ( ( (URL 包含 X) 和 (ReferrerUrl DoesNotContain Z) ) 或 ( (Url DoesNotBeginWith Y) ) 或 ( (ReferrerUrl 等於 Z) ) ) ,而非 ( ( (URL StartsWith A) 和 (ReferrerUrl StartsWith B) ) 或 ( (URL 包含 C) ) ) ( (False 和 False) 或 (True) 或 (True) ) ,且不 ( (False 和 False) 或 (True) ) (False 或 True 或 True) ,且不 (False 或 True) True 且非 True False |
需求
服務: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13