Magidoc

DomainReputationViewModel
Object

Fields

#

accountSenderReputation

Non-null

The account's seven-day average, 0-100. Shown for context and used as the floor.

asOfUtc

The most recent day included, or null when the domain has never sent.

daysWithVolume

Non-null

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.

domain

Non-null

The sending domain these figures describe, lowercased.

effectiveSenderReputation

Non-null

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

Non-null

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

Non-null

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

Non-null

Whether there is enough sending history to draw a trend. False means show the number without a chart, not an empty chart.

senderReputation

Non-null

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

Non-null

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

Non-null

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