How to get the count of destination along with the respective audiences? | Community
Skip to main content
Level 2
September 8, 2025
Solved

How to get the count of destination along with the respective audiences?

  • September 8, 2025
  • 2 replies
  • 561 views

I have created the audiences and mapping with the multiple destination. Now I want to take the audience count with respective destination only. 

Segment Details: 

Segment 1 using destination 1, destination2, destination4

Segment2 using destination4, destination5

I need to get the count for segment1 along with destination4, is it possible to do this? 

Best answer by DavidRoss91

Hello @jayasekar 

You can use the flow service API to retrieve the details of the destination. These details will give you all segments that are currently being exported via that specific destination. Is this helpful?

Flow Service API - Destinations

2 replies

AnkitJasani29
Level 6
September 9, 2025

Hi @jayasekar ,

Yes, you can see Segment 1 + Destination 4 count, but not directly in the Segment UI.

You’ll need to either check the destination activation reporting or run a query to get that breakdown.

Thanks,

Ankit

DavidRoss91
Community Advisor
DavidRoss91Community AdvisorAccepted solution
Community Advisor
September 9, 2025

Hello @jayasekar 

You can use the flow service API to retrieve the details of the destination. These details will give you all segments that are currently being exported via that specific destination. Is this helpful?

Flow Service API - Destinations