[−][src]Struct google_gmailpostmastertools1_beta1::TrafficStats
Email traffic statistics pertaining to a specific date.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- traffic stats get domains (response)
Fields
delivery_errors: Option<Vec<DeliveryError>>name: Option<String>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
ip_reputations: Option<Vec<IpReputation>>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.
user_reported_spam_ratio: Option<f64>The ratio of user-report spam vs. email that was sent to the inbox. This metric only pertains to emails authenticated by DKIM.
domain_reputation: Option<String>Reputation of the domain.
inbound_encryption_ratio: Option<f64>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.
dmarc_success_ratio: Option<f64>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.
spammy_feedback_loops: Option<Vec<FeedbackLoop>>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.
outbound_encryption_ratio: Option<f64>The ratio of outgoing mail (from Gmail) that was accepted over secure transport (TLS).
spf_success_ratio: Option<f64>The ratio of mail that successfully authenticated with SPF vs. all mail that attempted to authenticate with SPF. Spoofed mail is excluded.
dkim_success_ratio: Option<f64>The ratio of mail that successfully authenticated with DKIM vs. all mail that attempted to authenticate with DKIM. Spoofed mail is excluded.
Trait Implementations
impl Clone for TrafficStats[src]
fn clone(&self) -> TrafficStats[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TrafficStats[src]
impl Default for TrafficStats[src]
fn default() -> TrafficStats[src]
impl<'de> Deserialize<'de> for TrafficStats[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl ResponseResult for TrafficStats[src]
impl Serialize for TrafficStats[src]
Auto Trait Implementations
impl RefUnwindSafe for TrafficStats
impl Send for TrafficStats
impl Sync for TrafficStats
impl Unpin for TrafficStats
impl UnwindSafe for TrafficStats
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,