次の方法で共有


KeywordAndMatchType データ オブジェクト - Ad Insight

キーワードと対応する一致型を含むオブジェクトを定義します。

構文

<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 キーワード テキスト。 string
MatchTypes キーワードの対応する一致型。 MatchType 配列

要件

サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13

Used By

GetEstimatedBidByKeywords