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

Автор: WSDLInterpreter
Наследование: 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
createPlacements ( $placements ) : the Creates new {@link Placement} objects.
getPlacementsByStatement ( $filterStatement ) : the Gets a {@link PlacementPage} of {@link Placement} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performPlacementAction ( $placementAction, $filterStatement ) : the Performs actions on {@link Placement} objects that match the given {@link Statement#query}.
updatePlacements ( $placements ) : the Updates the specified {@link Placement} 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

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

Creates new {@link Placement} objects.
public createPlacements ( $placements ) : the
Результат the new placements, with their IDs filled in

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

PQL Property Object Property
{@code description} {@link Placement#description}
{@code id} {@link Placement#id}
{@code isAdSenseTargetingEnabled} {@link Placement#isAdSenseTargetingEnabled}
{@code name} {@link Placement#name}
{@code placementCode} {@link Placement#placementCode}
{@code status} {@link Placement#status}
{@code lastModifiedDateTime} {@link Placement#lastModifiedDateTime}
public getPlacementsByStatement ( $filterStatement ) : the
Результат the placements that match the given filter

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

Performs actions on {@link Placement} objects that match the given {@link Statement#query}.
public performPlacementAction ( $placementAction, $filterStatement ) : the
Результат the result of the action performed

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

Updates the specified {@link Placement} objects.
public updatePlacements ( $placements ) : the
Результат the updated placements

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

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

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

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

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