KeywordCategory 数据对象 - Ad Insight

定义包含关键字 (keyword) 类别和置信度分数的对象。 置信度分数指示关键字 (keyword) 属于关键字 (keyword) 类别的可能性。

语法

<xs:complexType name="KeywordCategory" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Category" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ConfidenceScore" type="xs:double" />
  </xs:sequence>
</xs:complexType>

元素

KeywordCategory 对象具有以下元素:CategoryConfidenceScore

元素 说明 数据类型
类别 关键字 (keyword) 可能属于的关键字 (keyword) 类别。

如果类别未确定,则此元素设置为“未知类别”,ConfidenceScore 元素设置为 0.0。
string
ConfidenceScore 从 0.0 到 1.0 的分数,指示关键字 (keyword) 属于该类别的可能性。

要求

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

使用者

KeywordCategoryResult