public abstract class SearchParameter extends Object
SearchParameters is supplied to the TargetingIdeaSelector to specify how
the user wants to filter the set of all possible TargetingIdeas.
There is a SearchParameter for each type of input.
SearchParameters can conceptually be broken down into two types.
SearchParameters provide the seed information from which
ideas or stats are to be generated (e.g., RelatedToQuerySearchParameter,
RelatedToUrlSearchParameter, etc.). This type of SearchParameters
is required in requests.
SearchParameters (e.g., CompetitionSearchParameter, etc.)
are used to trim down the results based on Attribute-related information.
A request should only contain one instance of each SearchParameter.
Requests containing multiple instances of the same search parameter will be
rejected.
One or more of the following SearchParameters are required:
CategoryProductsAndServicesSearchParameterLocationSearchParameterRelatedToQuerySearchParameterRelatedToUrlSearchParameterSeedAdGroupIdSearchParameter
IdeaType KEYWORD supports following SearchParameters:
CategoryProductsAndServicesSearchParameterCompetitionSearchParameterIdeaTextFilterSearchParameterIncludeAdultContentSearchParameterLanguageSearchParameterLocationSearchParameterNetworkSearchParameterRelatedToQuerySearchParameterRelatedToUrlSearchParameterSearchVolumeSearchParameterSeedAdGroupIdSearchParameter
Java class for SearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SearchParameter.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
searchParameterType |
| Constructor and Description |
|---|
SearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSearchParameterType()
Gets the value of the searchParameterType property.
|
void |
setSearchParameterType(String value)
Sets the value of the searchParameterType property.
|
Copyright © 2023. All rights reserved.