Web Service: SegmentPopulationService
Port SegmentPopulationServiceInterfacePort Port typeSource code
- getSegmentPopulationResultsByIdsDetailSource code
- performSegmentPopulationActionDetailSource code
- updateSegmentMembershipsDetailSource code
Operations
- getSegmentPopulationResultsByIdsDescription:Returns a list of {@link SegmentPopulationResults} for the given {@code batchUploadIds}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getSegmentPopulationResultsByIdsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getSegmentPopulationResultsByIdsReturns a list of {@link SegmentPopulationResults} for the given {@code batchUploadIds}.
- batchUploadIds - optional, unbounded; type long
Output:getSegmentPopulationResultsByIdsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getSegmentPopulationResultsByIdsResponse- rval - optional, unbounded; type SegmentPopulationResults
- batchUploadId - optional; type long
- segmentId - optional; type long
- status - optional; type SegmentPopulationStatus - type string with restriction - enum { 'FAILED', 'SUCCESS', 'PROCESSING', 'PREPARING', 'EXPIRED', 'UNKNOWN' }
- numSuccessfulIdsProcessed - optional; type long
- errors - optional, unbounded; type IdError
- index - optional; type long
- errorType - optional; type IdError.IdErrorType - type string with restriction - enum { 'INVALID_PUBLISHER_PROVIDED_ID_FORMAT', 'UNKNOWN' }
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFault- message - optional; type string
- errors - optional, unbounded; type ApiError
- fieldPath - optional; type string
- fieldPathElements - optional, unbounded; type FieldPathElement
- field - optional; type string
- index - optional; type int
- trigger - optional; type string
- errorString - optional; type string
A fault element of type ApiException. - performSegmentPopulationActionDescription:Performs an action on the uploads denoted by {@code batchUploadIds}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:performSegmentPopulationActionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type performSegmentPopulationActionPerforms an action on the uploads denoted by {@code batchUploadIds}.
- action - optional; type SegmentPopulationAction
- batchUploadIds - optional, unbounded; type long
Output:performSegmentPopulationActionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type performSegmentPopulationActionResponse- rval - optional; type UpdateResult
- numChanges - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFault- message - optional; type string
- errors - optional, unbounded; type ApiError
- fieldPath - optional; type string
- fieldPathElements - optional, unbounded; type FieldPathElement
- field - optional; type string
- index - optional; type int
- trigger - optional; type string
- errorString - optional; type string
A fault element of type ApiException. - action - optional; type SegmentPopulationAction
- updateSegmentMembershipsDescription:Updates identifiers in an audience segment.
The returned {@link SegmentPopulationRequest#batchUploadId} can be used in subsequent requests to group them together as part of the same batch. The identifiers associated with a batch will not be processed until {@link #performSegmentPopulationAction} is called with a ProcessAction. The batch will expire if ProcessAction is not called within the TTL of 5 days.
Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateSegmentMembershipsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type updateSegmentMembershipsUpdates identifiers in an audience segment.The returned {@link SegmentPopulationRequest#batchUploadId} can be used in subsequent requests to group them together as part of the same batch. The identifiers associated with a batch will not be processed until {@link #performSegmentPopulationAction} is called with a ProcessAction. The batch will expire if ProcessAction is not called within the TTL of 5 days.
- updateRequest - optional; type SegmentPopulationRequest
- batchUploadId - optional; type long
- segmentId - optional; type long
- isDeletion - optional; type boolean
- identifierType - optional; type IdentifierType - type string with restriction - enum { 'PUBLISHER_PROVIDED_IDENTIFIER', 'UNKNOWN' }
- ids - optional, unbounded; type string
- consentType - optional; type ConsentType - type string with restriction - enum { 'UNSET', 'GRANTED', 'DENIED', 'UNKNOWN' }
Output:updateSegmentMembershipsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type updateSegmentMembershipsResponse- rval - optional; type SegmentPopulationResponse
- batchUploadId - optional; type long
- idErrors - optional, unbounded; type IdError
- index - optional; type long
- errorType - optional; type IdError.IdErrorType - type string with restriction - enum { 'INVALID_PUBLISHER_PROVIDED_ID_FORMAT', 'UNKNOWN' }
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFault- message - optional; type string
- errors - optional, unbounded; type ApiError
- fieldPath - optional; type string
- fieldPathElements - optional, unbounded; type FieldPathElement
- field - optional; type string
- index - optional; type int
- trigger - optional; type string
- errorString - optional; type string
A fault element of type ApiException. - updateRequest - optional; type SegmentPopulationRequest
Port type SegmentPopulationServiceInterfaceSource code
WSDL source code
About wsdl-viewer.xsl
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT