KeywordSuggestion 数据对象 - Ad Insight

定义一个 对象,该对象包含可能比指定关键字 (keyword) 性能更好的建议关键字列表。

语法

<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

元素 说明 数据类型
关键字 建议的关键字适用的关键字 (keyword) 。 string
SuggestionsAndConfidence KeywordAndConfidence 数组,其中包含建议关键字的列表,并且对于每个关键字 (keyword) ,一个分数,指示使用关键字 (keyword) 会导致广告包含在搜索查询结果中的概率。

建议的关键字从置信度分数最高的关键字到置信度分数最低的关键字按顺序排序。
KeywordAndConfidence 数组

要求

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

使用者

SuggestKeywordsFromExistingKeywords