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 a suggested keyword and a confidence score. The confidence score indicates the probability that the keyword would match a user's search query.
Syntax
<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>
Elements
The KeywordAndConfidence object has the following elements: ConfidenceScore, SuggestedKeyword.
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13