共用方式為


關鍵字資料物件 - Ad Insight

定義符合型別的關鍵字。

語法

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

元素

Keyword物件具有下列元素:IdMatchTypeText

元素 說明 資料類型
識別碼 關鍵字的 Microsoft Advertising 識別碼。
MatchType 關鍵字的比對類型。 MatchType
文字 關鍵字文字。 string

需求

服務: AdInsightService.svc v13
命名 空間: https://bingads.microsoft.com/AdInsight/v13

消費者

IdeaTextSearchParameter
KeywordEstimate
KeywordEstimator