NegativeKeyword Data Object - Ad Insight

Defines a negative keyword with match type for traffic estimates.

Syntax

<xs:complexType name="NegativeKeyword" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="MatchType" type="tns:MatchType" />
    <xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The NegativeKeyword object has the following elements: Id, MatchType, Text.

Element Description Data Type
Id The Microsoft Advertising identifier of the negative keyword. long
MatchType The match type of the negative keyword. MatchType
Text The negative keyword text. string

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

CampaignEstimator