KeywordAndMatchType Data Object - Ad Insight

Defines an object that contains a keyword and corresponding match types.

Syntax

<xs:complexType name="KeywordAndMatchType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="KeywordText" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="MatchTypes" nillable="true" type="tns:ArrayOfMatchType" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordAndMatchType object has the following elements: KeywordText, MatchTypes.

Element Description Data Type
KeywordText The keyword text. string
MatchTypes The corresponding match types for the keyword. MatchType array

Requirements

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

Used By

GetEstimatedBidByKeywords