DomainReputationViewModel Object
Fields
#
accountSenderReputation
The account's seven-day average, 0-100. Shown for context and used as the floor.
daysWithVolume
Days in the trailing YEAR on which this domain actually sent. Zero-volume days are excluded: fourteen rows of which nine sent nothing is a flat line, not a trend. The window is a year rather than a month because the trend returns the last N days a domain sent, not a fixed calendar span, so a weekly sender must not be gated out.
effectiveSenderReputation
The reputation that actually governs sending. Equal to the domain score unless the account is under a governance action, in which case the lower of the two applies.
engagementScore
The domain's seven-day average engagement score, 0-100. Zero when the domain has no data in the window, so read it together with hasHistory.
hasHistory
False when this domain has never sent. The UI shows it as establishing rather than displaying senderReputation, which at that point is the account's number, not the domain's.
hasTrend
Whether there is enough sending history to draw a trend. False means show the number without a chart, not an empty chart.
senderReputation
The domain's own seven-day average, 0-100. Only meaningful when hasHistory is true; before that it carries the account's score as a routing value and should not be shown.
sentLast30
Messages sent from this domain in the last thirty days, campaign and transactional combined. Shown beside the score so a nine-thousand-send domain is not read as carrying the same weight as a hundred-and-forty-thousand-send one.
trend
Daily points, oldest first. Empty unless hasTrend. Days with no sending are absent rather than zero, so points are not necessarily contiguous.
Usages
#
References
#
- Field sendingDomainScores from Query
- Field reputation from Domain
DomainReputationPointViewModel
DomainResult
