Audience Export
Audience export is how ResultFly turns a saved segment into a deliverable dataset for downstream use.
Typical destinations include:
- analytics workflows
- messaging tools
- CRM operations
- ad-hoc customer operations
- partner systems
How Export Works
ResultFly treats export as an asynchronous job.
This is important because audience generation can be large, expensive, and dependent on current segment evaluation. By running export in the background, the platform can:
- keep the UI responsive
- handle large result sets safely
- show job status clearly
- avoid partial downloads from long-running queries
What Teams Usually Export
- profile-level fields
- selected identifiers
- channel availability and consent-safe contact data
- derived attributes
- segment membership as of export time
Why Export Is Tied to Segments
ResultFly does not treat export as a loose query tool for arbitrary hidden data.
Instead, export is anchored in the same saved audience model used by the CDP. That means the exported result stays explainable:
- why this customer is in the audience
- which rule produced the audience
- which customer facts were available at export time
Operational Benefit
For marketers, export provides a practical handoff from audience design to execution.
For developers and operators, async jobs provide a predictable contract for status polling, download handoff, and failure handling.