Available Destination Connectors
{{ destination.name }}
{{ destination.id }}
Destination Configuration Overview
{{ selectedListId ? 'Destinations for ' + getSelectedConfigName() : 'All Destination Configurations' }}
| List | Destination | Priority | Concurrency | Filters | Caps | Actions |
|---|---|---|---|---|---|---|
|
{{ dest.listName }}
ID: {{ dest.listId }}
|
{{ getDestinationName(dest.id) }}
{{ dest.id }}
|
{{ dest.priority }} | {{ dest.concurrency.toUpperCase() }} |
{{ filter.field }} {{ filter.op }} {{ filter.value }}
+{{ dest.filters.length - 2 }} more
No filters
|
{{ getCapCount(dest) }} cap{{ getCapCount(dest) > 1 ? 's' : '' }}
No caps
|
|
No Destination Configurations
{{ selectedListId ? 'No destinations configured for the selected list.' : 'No destination configurations found across all lists.' }}
Destinations are managed through the Configuration section.