Skip to main content

Validate config

Use validation to check a config and see the normalized version without running a preview query.
Validation returns valid, configHash, normalizedConfig, and appliedFilters.

Preview audience

Preview returns the total count and sample rows before you save or run an audience.

Read the preview

Use totalCount to estimate size, breakdowns to inspect the audience mix, and normalizedConfig to review what will be saved. The preview uses the latest available intent snapshot and reports its dataDate. Sample contact details are masked. A preview does not save an audience or provide the full contact dataset. Counts can change as new intent data arrives; the preview is not a guarantee of the size of a later completed run. See the generated preview reference for the exact response schema.

Notes

  • topicIds is required and supports 1 to 250 topics.
  • minScore accepts 0 to 99; values below 50 are normalized to 50.
  • maxScore accepts 50 to 99.
  • minTopicOverlap must be at least 1.
  • Expected preview performance depends on topic breadth and filter complexity.

Next steps