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 オブジェクトには、EntityId、EntityType、NegativeKeywords という要素があります。
要素 | 説明 | データ型 |
---|---|---|
EntityId | 除外キーワードに関連付けられているキャンペーンまたは広告グループのシステム生成識別子。 | long |
EntityType | 負のキーワードに関連付けられているキャンペーンなどのエンティティの種類。 指定できる値は 、AdGroup と Campaign です。 |
string |
NegativeKeywords | 対応するキャンペーンまたは広告グループに関連付けられている除外キーワードの配列。 | NegativeKeyword 配列 |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用ページ
AddNegativeKeywordsToEntities
DeleteNegativeKeywordsFromEntities
GetNegativeKeywordsByEntityIds