PHP Класс TargetCpaBiddingScheme, googleads-php-lib

This is similar to the ConversionOptimizerBiddingScheme but does not support user-entered AdGroup-level target CPA bids, but rather a strategy-wide average CPA target.

Note that campaigns must meet specific eligibility requirements before they can use the TargetCpaBiddingScheme bidding strategy. This is disabled for AdX.

Наследование: extends BiddingScheme
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$maxCpcBidCeiling Money
$maxCpcBidFloor Money
$targetCpa Money

Открытые методы

Метод Описание
__construct ( $targetCpa = null, $maxCpcBidCeiling = null, $maxCpcBidFloor = null, $BiddingSchemeType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Описание методов

__construct() публичный Метод

public __construct ( $targetCpa = null, $maxCpcBidCeiling = null, $maxCpcBidFloor = null, $BiddingSchemeType = null )

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$maxCpcBidCeiling публичное свойство

public Money $maxCpcBidCeiling
Результат Money

$maxCpcBidFloor публичное свойство

public Money $maxCpcBidFloor
Результат Money

$targetCpa публичное свойство

public Money $targetCpa
Результат Money