PHP Класс AudienceSegmentService, 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
createAudienceSegments ( $segments ) : created Creates new {@link RuleBasedFirstPartyAudienceSegment} objects.
getAudienceSegmentsByStatement ( $filterStatement ) : the Gets an {@link AudienceSegmentPage} of {@link AudienceSegment} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performAudienceSegmentAction ( $action, $filterStatement ) : { Performs the given {@link AudienceSegmentAction} on the set of segments identified by the given statement.
updateAudienceSegments ( $segments ) : updated Updates the given {@link RuleBasedFirstPartyAudienceSegment} 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

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

Creates new {@link RuleBasedFirstPartyAudienceSegment} objects.
public createAudienceSegments ( $segments ) : created
Результат created first-party audience segments

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

PQL Property Object Property
{@code id} {@link AudienceSegment#id}
{@code name} {@link AudienceSegment#name}
{@code status} {@link AudienceSegment#status}
{@code type} {@link AudienceSegment#type}
{@code size} {@link AudienceSegment#size}
{@code dataProviderName} {@link AudienceSegmentDataProvider#name}
{@code approvalStatus} {@link ThirdPartyAudienceSegment#approvalStatus}
{@code cost} {@link ThirdPartyAudienceSegment#cost}
{@code startDateTime} {@link ThirdPartyAudienceSegment#startDateTime}
{@code endDateTime} {@link ThirdPartyAudienceSegment#endDateTime}
public getAudienceSegmentsByStatement ( $filterStatement ) : the
Результат the audience segments that match the given filter

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

Performs the given {@link AudienceSegmentAction} on the set of segments identified by the given statement.
public performAudienceSegmentAction ( $action, $filterStatement ) : {
Результат {

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

Updates the given {@link RuleBasedFirstPartyAudienceSegment} objects.
public updateAudienceSegments ( $segments ) : updated
Результат updated first-party audience segments

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

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

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

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

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