Ir al contenido

Detalle de deliverability agregado de una campaña

GET
/v1/bulk/campaigns/{id}/deliverability
curl --request GET \
--url https://api.mailerdash.com/v1/bulk/campaigns/example/deliverability \
--header 'Authorization: Bearer <token>'

Stats agregados cruzando campaign_sends con bounce_events y complaint_events para una campaña específica. Incluye: totales (sent/failed/skipped/pending), tasas calculadas (delivery/bounce/complaint) y breakdown top dominios destino.

id
required
string

Stats de deliverability

Media type application/json
object
campaign
object
id
string
name
string
status
string
started_at
string
nullable
completed_at
string
nullable
total_contacts
integer
totals
object
total
integer
sent
integer
failed
integer
skipped
integer
pending
integer
unsubscribed
integer
bounces_hard
integer
bounces_soft
integer
bounces_total
integer
complaints
integer
delivery_rate

Sent / (sent+failed) × 100, redondeado 2 decimales

number
nullable
bounce_rate
number
nullable
complaint_rate
number
nullable
domains

Top 10 dominios destino por volumen

Array<object>
object
domain
string
total
integer
sent
integer
failed
integer
delivery_rate
number
nullable
timeline
object
granularity
string
Allowed values: hour day
buckets
Array<object>
object
bucket
string
sent
integer
Example
{
"timeline": {
"granularity": "hour"
}
}

No autorizado

La campaña no pertenece a esta key

Campaña no encontrada