PHP Класс CreativeWrapperService, 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
createCreativeWrappers ( $creativeWrappers ) : the Creates a new {@code CreativeWrapper} objects.
getCreativeWrappersByStatement ( $filterStatement ) : the Gets a {@link CreativeWrapperPage} of {@link CreativeWrapper} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performCreativeWrapperAction ( $creativeWrapperAction, $filterStatement ) : the Performs actions on {@link CreativeWrapper} objects that match the given {@link Statement#query}.
updateCreativeWrappers ( $creativeWrappers ) : the Updates the specified {@code CreativeWrapper} 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

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

The following fields are required:
  • {@link CreativeWrapper#labelId}
  • {@link CreativeWrapper#ordering}
  • {@link CreativeWrapper#header} or {@link CreativeWrapper#footer}
public createCreativeWrappers ( $creativeWrappers ) : the
Результат the creative wrappers with their IDs filled in

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

PQL Property Object Property
{@code id} {@link CreativeWrapper#id}
{@code labelId} {@link CreativeWrapper#labelId}
{@code status} {@link CreativeWrapper#status}
{@code ordering} {@link CreativeWrapper#ordering}
public getCreativeWrappersByStatement ( $filterStatement ) : the
Результат the creative wrappers that match the given filter

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

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

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

Updates the specified {@code CreativeWrapper} objects.
public updateCreativeWrappers ( $creativeWrappers ) : the
Результат the updated creative wrapper objects

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

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

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

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

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