PHP Class LanguageSearchParameter, googleads-php-lib

This can be used, for example, to search for {@code KEYWORD} {@link IdeaType}s that are best for Japanese language.

The service allows at most one language to be targeted for {@code KEYWORD} requests.

In the {@code KEYWORD} {@link IdeaType} {@code STATS} {@link RequestType} requests, those keywords that are from different language than specified in {@code LanguageSearchParameter} or have unknown language will be filtered out in the response. To avoid filtering, do not include {@code LanguageSearchParameter} in the request.

This element is supported by following {@link IdeaType}s: KEYWORD.

This element is supported by following {@link RequestType}s: IDEAS, STATS.

Inheritance: extends SearchParameter
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$languages Language[]

Méthodes publiques

Méthode Description
__construct ( $languages = null, $SearchParameterType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $languages = null, $SearchParameterType = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$languages public_oe property

public Language[] $languages
Résultat Language[]