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

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

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

Свойство Тип Описание
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

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

Метод Описание
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
createAdExclusionRules ( $adExclusionRules ) : the Creates new {@link AdExclusionRule} objects.
getAdExclusionRulesByStatement ( $filterStatement ) : the Gets a {@link AdExclusionRulePage} of {@link AdExclusionRule} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performAdExclusionRuleAction ( $adExclusionRuleAction, $filterStatement ) : the Performs action on {@link AdExclusionRule} objects that satisfy the given {@link Statement#query}.
updateAdExclusionRules ( $adExclusionRules ) : the Updates the specified {@link AdExclusionRule} objects.

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

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

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

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

Creates new {@link AdExclusionRule} objects.
public createAdExclusionRules ( $adExclusionRules ) : the
Результат the created rules with their IDs filled in

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

PQL Property Object Property
{@code id} {@link AdExclusionRule#id}
{@code name} {@link AdExclusionRule#name}
{@code status} {@link AdExclusionRule#status}
public getAdExclusionRulesByStatement ( $filterStatement ) : the
Результат the rules that match the given filter

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

Performs action on {@link AdExclusionRule} objects that satisfy the given {@link Statement#query}.
public performAdExclusionRuleAction ( $adExclusionRuleAction, $filterStatement ) : the
Результат the result of the action performed

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

Updates the specified {@link AdExclusionRule} objects.
public updateAdExclusionRules ( $adExclusionRules ) : the
Результат the updated rules

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

$classmap публичное статическое свойство

Default class map for wsdl=>php
public static array $classmap
Результат array

$endpoint публичное статическое свойство

The endpoint of the service
public static string $endpoint
Результат string