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

If there is no {@code ProductScope}, all products are included in the campaign. If a campaign has more than one {@code ProductScope}, products are included as long as they match any. Campaigns of {@link AdvertisingChannelType#SHOPPING} can have at most one {@code ProductScope}. This is disabled for AdX when it is contained within Operators: ADD, SET.

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

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

Свойство Тип Описание
$dimensions ProductDimension[]

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

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

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

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

public __construct ( $dimensions = null, $id = null, $type = null, $CriterionType = 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

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

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

public ProductDimension[] $dimensions
Результат ProductDimension[]