KeywordCategory Data Object - Ad Insight

Defines an object that contains a keyword category and a confidence score. The confidence score indicates the likelihood that the keyword belongs to the keyword category.

Syntax

<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>

Elements

The KeywordCategory object has the following elements: Category, ConfidenceScore.

Element Description Data Type
Category The keyword category that the keyword might belong to.

If the category is undetermined, this element is set to Unknown Category and the ConfidenceScore element is set to 0.0.
string
ConfidenceScore A score from 0.0 to 1.0 that indicates the likelihood that the keyword belongs to the category. double

Requirements

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

Used By

KeywordCategoryResult