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

Bidding Strategy can be set only on campaigns. A bidding strategy can be set on the campaign using the bidding schema {@linkplain BiddingStrategyConfiguration#biddingScheme} or by using the bidding strategy type {@linkplain BiddingStrategyConfiguration#biddingStrategyType}. If the bidding strategy type is used, then schemes are created using default values. Bids can be set only on ad groups and ad group criteria. They cannot be set on campaigns. Multiple bids can be set at the same time. Only the bids that apply to the campaign's bidding strategy {@linkplain Campaign#biddingStrategyConfiguration bidding strategy} will be used.
Показать файл Открыть проект

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

Свойство Тип Описание
$biddingScheme BiddingScheme
$biddingStrategyId integer
$biddingStrategyName string
$biddingStrategySource tnsBiddingStrategySource
$biddingStrategyType tnsBiddingStrategyType
$bids Bids[]

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

Метод Описание
__construct ( $biddingStrategyId = null, $biddingStrategyName = null, $biddingStrategyType = null, $biddingStrategySource = null, $biddingScheme = null, $bids = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $biddingStrategyId = null, $biddingStrategyName = null, $biddingStrategyType = null, $biddingStrategySource = null, $biddingScheme = null, $bids = 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

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

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

public BiddingScheme $biddingScheme
Результат BiddingScheme

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

public int $biddingStrategyId
Результат integer

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

public string $biddingStrategyName
Результат string

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

public tnsBiddingStrategySource $biddingStrategySource
Результат tnsBiddingStrategySource

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

public tnsBiddingStrategyType $biddingStrategyType
Результат tnsBiddingStrategyType

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

public Bids[] $bids
Результат Bids[]