KeywordAndConfidence 数据对象 - Ad Insight
定义一个对象,该对象包含建议的关键字 (keyword) 和置信度分数。 置信度分数指示关键字 (keyword) 与用户的搜索查询匹配的概率。
语法
<xs:complexType name="KeywordAndConfidence" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="SuggestedKeyword" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ConfidenceScore" type="xs:double" />
</xs:sequence>
</xs:complexType>
元素
KeywordAndConfidence 对象具有以下元素:ConfidenceScore、SuggestedKeyword。
元素 | 说明 | 数据类型 |
---|---|---|
ConfidenceScore | 从 0.0 到 1.0 的分数,指示关键字 (keyword) 与用户的搜索查询匹配的概率。 | 双 |
SuggestedKeyword | 建议的关键字 (keyword) 。 | string |
要求
服务: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13