Ads API .NET library
|
A SearchParameter used to indicate multiple language being targeted. This can be used, for example, to search for More...
Classes | |
class | Fields |
List of all supported fields for the LanguageSearchParameter class. More... | |
class | FilterableFields |
List of all supported filterable fields for the LanguageSearchParameter class. More... | |
class | SelectableFields |
List of all supported selectable fields for the LanguageSearchParameter class. More... | |
Properties | |
Language[] | languages [get, set] |
A list of Languages indicating the desired languages being targeted in the results. This field must contain distinct elements. This field must not contain More... | |
![]() | |
string | SearchParameterType [get, set] |
Indicates that this instance is a subtype of SearchParameter. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
A SearchParameter used to indicate multiple language being targeted. This can be used, for example, to search for
KEYWORD
IdeaTypes that are best for Japanese language.
The service allows at most one language to be targeted for KEYWORD
requests.
In the KEYWORD
IdeaType RequestType requests, those keywords that are from different language than specified in
or have unknown language will be filtered out in the response. To avoid filtering, do not include
in the request.
This element is supported by following IdeaTypes: KEYWORD.
This element is supported by following RequestTypes: IDEAS, STATS.
|
getset |
A list of Languages indicating the desired languages being targeted in the results. This field must contain distinct elements. This field must not contain
null
elements. This field must contain at least one element. This field is required and should not be null
.