IdeaTextSearchParameter Data Object - Ad Insight
The idea text search parameter filter that you can include when requesting keyword ideas.
Use these options to refine what keywords are returned when calling GetKeywordIdeas. You can limit the keyword ideas to include or exclude specific keywords.
Syntax
<xs:complexType name="IdeaTextSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SearchParameter">
<xs:sequence>
<xs:element minOccurs="0" name="Excluded" nillable="true" type="tns:ArrayOfKeyword" />
<xs:element minOccurs="0" name="Included" nillable="true" type="tns:ArrayOfKeyword" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The IdeaTextSearchParameter object has the following elements: Excluded, Included.
Element | Description | Data Type |
---|---|---|
Excluded | The list of keywords that you explicitly want excluded from the list of returned keyword ideas. The match type of each keyword must be set to Broad. |
Keyword array |
Included | The list of keywords that you explicitly want included in the list of returned keyword ideas. The match type of each keyword must be set to Broad. |
Keyword array |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13