KeywordSuggestion Data Object - Ad Insight

Defines an object that contains a list of suggested keywords that may perform better than the specified keyword.

Syntax

<xs:complexType name="KeywordSuggestion" 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="SuggestionsAndConfidence" nillable="true" type="tns:ArrayOfKeywordAndConfidence" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordSuggestion object has the following elements: Keyword, SuggestionsAndConfidence.

Element Description Data Type
Keyword The keyword to which the suggested keywords apply. string
SuggestionsAndConfidence A KeywordAndConfidence array that contains a list of suggested keywords and, for each keyword, a score that indicates the probability that using the keyword would result in an ad being included in the results of a search query.

The suggested keywords are sorted in order from keywords with the highest confidence score to those with the lowest confidence score.
KeywordAndConfidence array

Requirements

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

Used By

SuggestKeywordsFromExistingKeywords