GoogleApi.GmailPostmasterTools.V1beta1.Model.TrafficStats (google_api_gmail_postmaster_tools v0.7.0)
View SourceEmail traffic statistics pertaining to a specific date.
Attributes
-
deliveryErrors
(type:list(GoogleApi.GmailPostmasterTools.V1beta1.Model.DeliveryError.t)
, default:nil
) - Delivery errors for the domain. This metric only pertains to traffic that passed SPF or DKIM. -
dkimSuccessRatio
(type:float()
, default:nil
) - The ratio of mail that successfully authenticated with DKIM vs. all mail that attempted to authenticate with DKIM. Spoofed mail is excluded. -
dmarcSuccessRatio
(type:float()
, default:nil
) - The ratio of mail that passed DMARC alignment checks vs all mail received from the domain that successfully authenticated with either of SPF or DKIM. -
domainReputation
(type:String.t
, default:nil
) - Reputation of the domain. -
inboundEncryptionRatio
(type:float()
, default:nil
) - The ratio of incoming mail (to Gmail), that passed secure transport (TLS) vs all mail received from that domain. This metric only pertains to traffic that passed SPF or DKIM. -
ipReputations
(type:list(GoogleApi.GmailPostmasterTools.V1beta1.Model.IpReputation.t)
, default:nil
) - Reputation information pertaining to the IP addresses of the email servers for the domain. There is exactly one entry for each reputation category except REPUTATION_CATEGORY_UNSPECIFIED. -
name
(type:String.t
, default:nil
) - The resource name of the traffic statistics. Traffic statistic names have the formdomains/{domain}/trafficStats/{date}
, where domain_name is the fully qualified domain name (i.e., mymail.mydomain.com) of the domain this traffic statistics pertains to and date is the date in yyyymmdd format that these statistics corresponds to. For example: domains/mymail.mydomain.com/trafficStats/20160807 -
outboundEncryptionRatio
(type:float()
, default:nil
) - The ratio of outgoing mail (from Gmail) that was accepted over secure transport (TLS). -
spammyFeedbackLoops
(type:list(GoogleApi.GmailPostmasterTools.V1beta1.Model.FeedbackLoop.t)
, default:nil
) - Spammy [Feedback loop identifiers] (https://support.google.com/mail/answer/6254652) with their individual spam rates. This metric only pertains to traffic that is authenticated by DKIM. -
spfSuccessRatio
(type:float()
, default:nil
) - The ratio of mail that successfully authenticated with SPF vs. all mail that attempted to authenticate with SPF. Spoofed mail is excluded. -
userReportedSpamRatio
(type:float()
, default:nil
) - The ratio of user-report spam vs. email that was sent to the inbox. This is potentially inexact -- users may want to refer to the description of the interval fields userReportedSpamRatioLowerBound and userReportedSpamRatioUpperBound for more explicit accuracy guarantees. This metric only pertains to emails authenticated by DKIM. -
userReportedSpamRatioLowerBound
(type:float()
, default:nil
) - The lower bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this lower bound and the corresponding upper bound 95% of the time. This metric only pertains to emails authenticated by DKIM. -
userReportedSpamRatioUpperBound
(type:float()
, default:nil
) - The upper bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this upper bound and the corresponding lower bound 95% of the time. This metric only pertains to emails authenticated by DKIM.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GmailPostmasterTools.V1beta1.Model.TrafficStats{ deliveryErrors: [GoogleApi.GmailPostmasterTools.V1beta1.Model.DeliveryError.t()] | nil, dkimSuccessRatio: float() | nil, dmarcSuccessRatio: float() | nil, domainReputation: String.t() | nil, inboundEncryptionRatio: float() | nil, ipReputations: [GoogleApi.GmailPostmasterTools.V1beta1.Model.IpReputation.t()] | nil, name: String.t() | nil, outboundEncryptionRatio: float() | nil, spammyFeedbackLoops: [GoogleApi.GmailPostmasterTools.V1beta1.Model.FeedbackLoop.t()] | nil, spfSuccessRatio: float() | nil, userReportedSpamRatio: float() | nil, userReportedSpamRatioLowerBound: float() | nil, userReportedSpamRatioUpperBound: float() | nil }