Export jobs
Export jobs are asynchronous processes that are used to persist audience segment members to datasets. You can use the /export/jobs
endpoint to retrieve all export jobs, create a new export job, retrieve details of a specific export job, or cancel a specific export job.
For more information on using this endpoint, please read the export jobs endpoint guide.
Previews and estimates
Previews provide a paginated list of qualifying profiles for a segment definition, allowing you to compare the results against what you expect. You can use the /preview
endpoint to create a new preview job or look up results of a specific preview job.
Estimates provide statistical information for segment definitions, such as projected audience size, confidence interval, and error standard deviation. You can use the /estimate
endpoint to view an estimate of a segment definition.
For more information on using these endpoints, please read the previews and estimates endpoints guide.
Schedules
Schedules are a tool that can be used to automatically run batch segmentation jobs once a day. You can use the /config/schedules
endpoint to retrieve a list of schedules, create a new schedule, retrieve details of a specific schedule, update a specific schedule, or delete a specific schedule.
For more information on using this endpoint, please read the schedules endpoint guide.
Segment definitions
Segment definitions define which profiles will be part of which audience. You can use the /segment/definitions
endpoint to manage segment definitions.
For more information on using this endpoint, please read the segment definitions endpoint guide.
Segment jobs
Segment jobs process previously established segment definitions to generate an audience. You can use the /segment/jobs
endpoint to manage segment jobs.
For more information on using this endpoint, please read the segment jobs endpoint guide.
Segment search
Segment search is used to search fields contained across various data sources and return them in near real-time. To begin working with segment search, see the search endpoint guide
Next steps
To get started with the Segmentation Service API, review the different endpoint guides for detailed steps on how to make calls to the service’s various endpoints. To learn more about working with segments using the Experience Platform UI, see the Segmentation user guide.