Record
post-lists-response-stats
No description available.
record post-lists-response-stats {
avg-sub-rate: option<f64>,
avg-unsub-rate: option<f64>,
campaign-count: option<s32>,
campaign-last-sent: option<string>,
cleaned-count: option<s32>,
cleaned-count-since-send: option<s32>,
click-rate: option<f64>,
last-sub-date: option<string>,
last-unsub-date: option<string>,
member-count: option<s32>,
member-count-since-send: option<s32>,
merge-field-count: option<s32>,
open-rate: option<f64>,
target-sub-rate: option<f64>,
total-contacts: option<s32>,
unsubscribe-count: option<s32>,
unsubscribe-count-since-send: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| avg-sub-rate | option<f64> | |
| avg-unsub-rate | option<f64> | |
| campaign-count | option<s32> | |
| campaign-last-sent | option<string> | |
| cleaned-count | option<s32> | |
| cleaned-count-since-send | option<s32> | |
| click-rate | option<f64> | |
| last-sub-date | option<string> | |
| last-unsub-date | option<string> | |
| member-count | option<s32> | |
| member-count-since-send | option<s32> | |
| merge-field-count | option<s32> | |
| open-rate | option<f64> | |
| target-sub-rate | option<f64> | |
| total-contacts | option<s32> | |
| unsubscribe-count | option<s32> | |
| unsubscribe-count-since-send | option<s32> |