PHP Class GetCriterionBidLandscape, googleads-php-lib

Returns a list of {@link CriterionBidLandscape}s for the criteria specified in the selector. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their criteria, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}s.
Mostrar archivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$serviceSelector Selector

Public Methods

Method Description
__construct ( $serviceSelector = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $serviceSelector = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$serviceSelector public_oe property

public Selector $serviceSelector
return Selector