次の方法で共有


KeywordCategory データ オブジェクト - Ad Insight

キーワード カテゴリと信頼度スコアを含むオブジェクトを定義します。 信頼度スコアは、キーワード (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 キーワード (keyword)がカテゴリに属する可能性を示す 0.0 から 1.0 までのスコア。

要件

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

使用ページ

KeywordCategoryResult