Values.DomainIspPlacementSourceAn object that contains inbox placement data for email sent from one of your email domains to a specific email provider.
type nonrec t = {ispName : IspName.t option;The name of the email provider that the inbox placement data applies to.
*)inboxRawCount : Volume.t option;The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
*)spamRawCount : Volume.t option;The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
*)inboxPercentage : Percentage.t option;The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
*)spamPercentage : Percentage.t option;The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Percentage.t
| `Long of Volume.t
| `String of IspName.t ])
list ]