프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public createAudienceSegments ( $segments ) : created | ||
리턴 | created | first-party audience segments |
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 |
public performAudienceSegmentAction ( $action, $filterStatement ) : { | ||
리턴 | { |
public updateAudienceSegments ( $segments ) : updated | ||
리턴 | updated | first-party audience segments |