Properties
| Name | Type | Description |
|---|---|---|
| abuse_reports | number | |
| campaign_id | string | |
| click_rate | number | |
| clicks_total | number | |
| emails_sent | number | |
| end_at | string | |
| forwards_count | number | |
| forwards_opens | number | |
| hard_bounces | number | |
| id | string | |
| last_click_at | string | |
| last_open_at | string | |
| links | object | |
| list_id | string | |
| open_rate | number | |
| opens_total | number | |
| raw | object | |
| sent_at | string | |
| soft_bounces | number | |
| start_at | string | |
| syntax_errors | number | |
| unique_clicks | number | |
| unique_opens | number | |
| unique_subscriber_clicks | number | |
| unsubscribed | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MarketingReport",
"title": "MarketingReport",
"properties": {
"abuse_reports": {
"type": "number"
},
"campaign_id": {
"type": "string"
},
"click_rate": {
"type": "number"
},
"clicks_total": {
"type": "number"
},
"emails_sent": {
"type": "number"
},
"end_at": {
"format": "date-time",
"type": "string"
},
"forwards_count": {
"type": "number"
},
"forwards_opens": {
"type": "number"
},
"hard_bounces": {
"type": "number"
},
"id": {
"type": "string"
},
"last_click_at": {
"format": "date-time",
"type": "string"
},
"last_open_at": {
"format": "date-time",
"type": "string"
},
"links": {
"$ref": "#/components/schemas/property_MarketingReport_links"
},
"list_id": {
"type": "string"
},
"open_rate": {
"type": "number"
},
"opens_total": {
"type": "number"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"sent_at": {
"format": "date-time",
"type": "string"
},
"soft_bounces": {
"type": "number"
},
"start_at": {
"format": "date-time",
"type": "string"
},
"syntax_errors": {
"type": "number"
},
"unique_clicks": {
"type": "number"
},
"unique_opens": {
"type": "number"
},
"unique_subscriber_clicks": {
"type": "number"
},
"unsubscribed": {
"type": "number"
}
},
"type": "object"
}