Preview Audience
Preview the results and count of an audience based on filters before creating it.
Segment IDs must be passed as the full exact ID with prefix in the current
taxonomy nomenclature (b2c_<number> or b2b_<number>, e.g. b2c_1253).
The legacy Delivr format (al_XXXXXX) and bare numbers are no longer supported.
Authorizations
Body
Filter criteria for audience selection. All array fields must be passed as arrays even for single values.
Optional list of audience segment IDs. Use the full exact ID including its prefix in the current taxonomy nomenclature:
b2c_<number>— consumer (B2C) segments, e.g.b2c_1253b2b_<number>— business (B2B) segments, e.g.b2b_1042
Pass the complete ID with its prefix. Bare numbers (1253) and the legacy
Delivr format (al_XXXXXX) are not supported.
["b2c_1253"]
Number of days back to search
Optional scores to filter by (low, medium, high)
Response
Successful preview
Total number of records matching the criteria
140
Percentage of matching records that have each field populated, computed over the full dataset
{
"first_name": 0.95,
"last_name": 0.94,
"company": 0.62,
"company_domain": 0.58,
"job_title": 0.41,
"b2b_email": 0.33,
"b2b_phone": 0.29,
"personal_email": 0.71,
"valid_phones": 0.44
}
A sample list of enriched profiles matching the criteria
[
{
"company": "Acme Corp",
"first_name": "John",
"last_name": "Doe",
"b2b_email": "jdoe@example.com",
"sha256": "46f7b9bf9b2d7c35bd900490b2b8d4d4210e9f32ed117b5b688391e1dc85f053"
}
]

