次の方法で共有


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
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AddNegativeKeywordsToEntities
DeleteNegativeKeywordsFromEntities
GetNegativeKeywordsByEntityIds