Advanced Pipeline Analytics
Loading hourly data...
No hourly data available
| Carrier | Record Count |
|---|---|
| {{ row.carrier }} | {{ row.count.toLocaleString() }} |
No carrier data available for the selected filters.
Loading carrier data...
| Subid | Record Count |
|---|---|
| {{ row.subid }} | {{ row.count.toLocaleString() }} |
No subid data available for the selected filters.
Loading subid data...
Select a request to view its journey details
List ID: {{ journey.incomingStages[0]?.list_id || 'N/A' }}
{{ journey.requestId }}
{{ formatDateTime(journey.incomingStages[0]?.created_at) }}
List ID: {{ currentJourney.incomingStages[0]?.list_id || 'N/A' }}
{{ formatDateTime(currentJourney.incomingStages[0]?.created_at) }}
{{ formatDateTime(stage.created_at) }}
{{ stage.processing_time_ms }}ms
Priority: {{ dest.destination_priority }}
{{ formatDateTime(dest.created_at) }}
{{ dest.processing_time_ms }}ms
{{ dest.rejection_reason }}
Loading data...
| Request ID | List ID | Phone | Status | Rejection Reason | Created At (EST) | Actions |
|---|---|---|---|---|---|---|
|
{{ row.request_id?.substring(0, 8) }}...
|
{{ row.list_id || 'N/A' }} | {{ row.phone_number || 'N/A' }} | {{ row.status }} | {{ row.rejection_reason || '-' }} | {{ formatDateTime(row.created_at) }} |
|
| No data found. Try adjusting your filters. | ||||||
Loading data...
| Request ID | List ID | Phone | Destination | Priority | Status | Rejection Reason | Created At (EST) | Actions |
|---|---|---|---|---|---|---|---|---|
|
{{ row.request_id?.substring(0, 8) }}...
|
{{ row.list_id || 'N/A' }} | {{ row.phone_number || 'N/A' }} | {{ row.destination_id }} | {{ row.destination_priority }} | {{ row.status }} | {{ row.rejection_reason || '-' }} | {{ formatDateTime(row.created_at) }} |
|
| No data found. Try adjusting your filters. | ||||||||