Record
get-reports-id-domain-performance-response-domains-item
No description available.
record get-reports-id-domain-performance-response-domains-item {
bounces: option<s32>,
bounces-pct: option<f64>,
clicks: option<s32>,
clicks-pct: option<f64>,
delivered: option<s32>,
domain: option<string>,
emails-pct: option<f64>,
emails-sent: option<s32>,
opens: option<s32>,
opens-pct: option<f64>,
unsubs: option<s32>,
unsubs-pct: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| bounces | option<s32> | |
| bounces-pct | option<f64> | |
| clicks | option<s32> | |
| clicks-pct | option<f64> | |
| delivered | option<s32> | |
| domain | option<string> | |
| emails-pct | option<f64> | |
| emails-sent | option<s32> | |
| opens | option<s32> | |
| opens-pct | option<f64> | |
| unsubs | option<s32> | |
| unsubs-pct | option<f64> |