PHP Class StatsEstimate, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$averageCpc Money
$averagePosition double
$clickThroughRate double
$clicksPerDay double
$impressionsPerDay double
$totalCost Money

Public Methods

Method Description
__construct ( $averageCpc = null, $averagePosition = null, $clickThroughRate = null, $clicksPerDay = null, $impressionsPerDay = null, $totalCost = 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 ( $averageCpc = null, $averagePosition = null, $clickThroughRate = null, $clicksPerDay = null, $impressionsPerDay = null, $totalCost = 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

$averageCpc public property

public Money $averageCpc
return Money

$averagePosition public property

public double $averagePosition
return double

$clickThroughRate public property

public double $clickThroughRate
return double

$clicksPerDay public property

public double $clicksPerDay
return double

$impressionsPerDay public property

public double $impressionsPerDay
return double

$totalCost public property

public Money $totalCost
return Money