Show / Hide Table of Contents

Class TrafficStats

Email traffic statistics pertaining to a specific date.

Inheritance
object
TrafficStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PostmasterTools.v1beta1.Data
Assembly: Google.Apis.PostmasterTools.v1beta1.dll
Syntax
public class TrafficStats : IDirectResponseSchema

Properties

DeliveryErrors

Delivery errors for the domain. This metric only pertains to traffic that passed SPF or DKIM.

Declaration
[JsonProperty("deliveryErrors")]
public virtual IList<DeliveryError> DeliveryErrors { get; set; }
Property Value
Type Description
IList<DeliveryError>

DkimSuccessRatio

The ratio of mail that successfully authenticated with DKIM vs. all mail that attempted to authenticate with DKIM. Spoofed mail is excluded.

Declaration
[JsonProperty("dkimSuccessRatio")]
public virtual double? DkimSuccessRatio { get; set; }
Property Value
Type Description
double?

DmarcSuccessRatio

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.

Declaration
[JsonProperty("dmarcSuccessRatio")]
public virtual double? DmarcSuccessRatio { get; set; }
Property Value
Type Description
double?

DomainReputation

Reputation of the domain.

Declaration
[JsonProperty("domainReputation")]
public virtual string DomainReputation { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InboundEncryptionRatio

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.

Declaration
[JsonProperty("inboundEncryptionRatio")]
public virtual double? InboundEncryptionRatio { get; set; }
Property Value
Type Description
double?

IpReputations

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.

Declaration
[JsonProperty("ipReputations")]
public virtual IList<IpReputation> IpReputations { get; set; }
Property Value
Type Description
IList<IpReputation>

Name

The resource name of the traffic statistics. Traffic statistic names have the form domains/{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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OutboundEncryptionRatio

The ratio of outgoing mail (from Gmail) that was accepted over secure transport (TLS).

Declaration
[JsonProperty("outboundEncryptionRatio")]
public virtual double? OutboundEncryptionRatio { get; set; }
Property Value
Type Description
double?

SpammyFeedbackLoops

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.

Declaration
[JsonProperty("spammyFeedbackLoops")]
public virtual IList<FeedbackLoop> SpammyFeedbackLoops { get; set; }
Property Value
Type Description
IList<FeedbackLoop>

SpfSuccessRatio

The ratio of mail that successfully authenticated with SPF vs. all mail that attempted to authenticate with SPF. Spoofed mail is excluded.

Declaration
[JsonProperty("spfSuccessRatio")]
public virtual double? SpfSuccessRatio { get; set; }
Property Value
Type Description
double?

UserReportedSpamRatio

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.

Declaration
[JsonProperty("userReportedSpamRatio")]
public virtual double? UserReportedSpamRatio { get; set; }
Property Value
Type Description
double?

UserReportedSpamRatioLowerBound

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.

Declaration
[JsonProperty("userReportedSpamRatioLowerBound")]
public virtual double? UserReportedSpamRatioLowerBound { get; set; }
Property Value
Type Description
double?

UserReportedSpamRatioUpperBound

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.

Declaration
[JsonProperty("userReportedSpamRatioUpperBound")]
public virtual double? UserReportedSpamRatioUpperBound { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX