共用方式為


KeywordSuggestion 資料物件 - Ad Insight

定義 物件,其中包含可能比指定關鍵字效能更好的建議關鍵字清單。

語法

<xs:complexType name="KeywordSuggestion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="SuggestionsAndConfidence" nillable="true" type="tns:ArrayOfKeywordAndConfidence" />
  </xs:sequence>
</xs:complexType>

元素

KeywordSuggestion物件具有下列元素:KeywordSuggestionsAndConfidence

元素 說明 資料類型
關鍵字 建議的關鍵字適用的關鍵字。 string
SuggestionsAndConfidence KeywordAndConfidence陣列,其中包含建議的關鍵字清單,以及每個關鍵字的分數,指出使用 關鍵字會導致廣告包含在搜尋查詢結果中的機率。

建議的關鍵字會依序排序,從信賴分數最高的關鍵字到信賴分數最低的關鍵字。
KeywordAndConfidence 數

需求

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

消費者

SuggestKeywordsFromExistingKeywords