NegativeKeyword 資料物件 - 行銷活動管理
定義符合類型的負關鍵字。
可以新增和刪除負關鍵字,但無法更新。
您可以選擇將負關鍵字指派給個別行銷活動或廣告群組。 指派的一組負關鍵字無法與其他行銷活動或廣告群組共用。
負關鍵字也可以從共用負關鍵字清單中加入和刪除。 負關鍵字清單可以與多個活動共用或關聯。
注意事項
如果您選擇的話,可以將相同的負關鍵字和比對類型新增至所有行銷活動、廣告群組和負關鍵字清單。 每個實例都必須個別新增和關聯,並指派唯一的負關鍵字識別碼。
如需管理負關鍵字和負關鍵字清單的詳細資訊,請參閱 負關鍵字 技術指南。
語法
<xs:complexType name="NegativeKeyword" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SharedListItem">
<xs:sequence>
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="MatchType" nillable="true" type="tns:MatchType" />
<xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
NegativeKeyword物件具有下列元素:Id、MatchType、Text。
元素 | 說明 | 資料類型 |
---|---|---|
識別碼 | negative 關鍵字的唯一 Microsoft Advertising 識別碼。 添加: 唯讀 刪除: 必填 |
長 |
MatchType | 要比較 negative 關鍵字和使用者搜尋字詞的相符類型。 負關鍵字的支援值為 Exact 和 Phrase。 添加: 必填 刪除: 選 |
MatchType |
文字 | 負關鍵字文字。 文字最多可以包含 100 個字元。 添加: 必填 刪除: 選 |
string |
NegativeKeyword物件具有Inherited Elements。
繼承的專案
從 SharedListItem 繼承的專案
NegativeKeyword物件衍生自SharedListItem物件,並繼承下列元素:ForwardCompatibilityMap、Type。 下列描述專屬於 NegativeKeyword,而且可能不適用於從 SharedListItem 物件繼承相同元素的其他物件。
元素 | 說明 | 資料類型 |
---|---|---|
ForwardCompatibilityMap | 用於向前相容性的索引鍵和值字串清單,以避免在目前 API 版本中新增新元素時中斷變更。 未來的版本中將會記下向前相容性變更。 此物件目前沒有向前相容性變更。 |
KeyValuePairOfstringstring 數 組 |
類型 | 共用清單專案的類型。 當您擷取負關鍵字時,此值為 NegativeKeyword 。 如需共用清單專案類型的詳細資訊,請參閱 SharedListItem 資料物件備註。 添加: 唯讀 |
string |
需求
服務: CampaignManagementService.svc v13
命名 空間: https://bingads.microsoft.com/CampaignManagement/v13