KeywordAndMatchType 数据对象 - Ad Insight

定义一个对象,该对象包含关键字 (keyword) 和相应的匹配类型。

语法

<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>

元素

KeywordAndMatchType 对象具有以下元素:KeywordTextMatchTypes

元素 说明 数据类型
KeywordText 关键字 (keyword) 文本。 string
MatchTypes 关键字 (keyword) 的相应匹配类型。 MatchType 数组

要求

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

使用者

GetEstimatedBidByKeywords