Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an object that contains the keyword and a list of keyword categories that the keyword might belong to.
Syntax
<xs:complexType name="KeywordCategoryResult" 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="KeywordCategories" nillable="true" type="tns:ArrayOfKeywordCategory" />
</xs:sequence>
</xs:complexType>
Elements
The KeywordCategoryResult object has the following elements: Keyword, KeywordCategories.
Element | Description | Data Type |
---|---|---|
Keyword | The keyword being categorized. | string |
KeywordCategories | An array of KeywordCategory objects that contains a keyword category and a score that indicates the confidence that the keyword belongs to that keyword category. | KeywordCategory array |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13