Keyword Data Object - Ad Insight

Defines a keyword with match type.

Syntax

<xs:complexType name="Keyword" 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 Keyword object has the following elements: Id, MatchType, Text.

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

Requirements

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

Used By

IdeaTextSearchParameter
KeywordEstimate
KeywordEstimator