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 与否定关键字关联的市场活动或广告组的系统生成的标识符。 long
EntityType 实体的类型,例如与否定关键字关联的市场活动。

可能的值是 AdGroupCampaign
string
NegativeKeywords 与相应的市场活动或广告组关联的否定关键字数组。 NegativeKeyword 数组

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用者

AddNegativeKeywordsToEntities
DeleteNegativeKeywordsFromEntities
GetNegativeKeywordsByEntityIds