共用方式為


EntityNegativeKeyword 資料物件 - 行銷活動管理

定義物件,其中包含一組僅與對應實體相關聯的負關鍵字,例如行銷活動或廣告群組。

語法

<xs:complexType name="EntityNegativeKeyword" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="EntityId" type="xs:long" />
    <xs:element minOccurs="0" name="EntityType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="NegativeKeywords" nillable="true" type="tns:ArrayOfNegativeKeyword" />
  </xs:sequence>
</xs:complexType>

元素

EntityNegativeKeyword物件具有下列元素:EntityIdEntityTypeNegativeKeywords

元素 說明 資料類型
EntityId 與負關鍵字相關聯之行銷活動或廣告群組的系統產生識別碼。
EntityType 實體的類型,例如與負關鍵字相關聯的行銷活動。

可能的值為 AdGroupCampaign
string
NegativeKeywords 負關鍵字的陣列,與對應的行銷活動或廣告群組相關聯。 NegativeKeyword 陣列

需求

服務: CampaignManagementService.svc v13
命名 空間: https://bingads.microsoft.com/CampaignManagement/v13

消費者

AddNegativeKeywordsToEntities
DeleteNegativeKeywordsFromEntities
GetNegativeKeywordsByEntityIds